control 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980
  1. Source: file
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: http://www.darwinsys.com/file/
  4. Standards-Version: 3.9.5
  5. Build-Depends: debhelper (>= 9.20141010~),
  6. dh-autoreconf,
  7. dh-python,
  8. dpkg-dev (>= 1.17.14~),
  9. python-all,
  10. python-setuptools,
  11. python3-all,
  12. python3-setuptools,
  13. zlib1g-dev,
  14. Priority: standard
  15. Section: utils
  16. Package: file
  17. Architecture: any
  18. Depends: ${misc:Depends}, ${shlibs:Depends},
  19. libmagic1 (= ${binary:Version}),
  20. Multi-Arch: foreign
  21. Description: Recognize the type of data in a file using "magic" numbers
  22. The file command is "a file type guesser", a command-line tool that
  23. tells you in words what kind of data a file contains.
  24. .
  25. This package contains the file program itself.
  26. Package: libmagic1
  27. Architecture: any
  28. Pre-Depends:
  29. ${misc:Pre-Depends},
  30. Depends: ${misc:Depends}, ${shlibs:Depends},
  31. Suggests:
  32. file,
  33. Section: libs
  34. Multi-Arch: same
  35. Description: Recognize the type of data in a file using "magic" numbers - library
  36. This library can be used to classify files according to magic number
  37. tests. It implements the core functionality of the file command.
  38. Package: libmagic-dev
  39. Architecture: any
  40. Depends: ${misc:Depends},
  41. libmagic1 (= ${binary:Version}),
  42. Suggests:
  43. file,
  44. Section: libdevel
  45. Priority: optional
  46. Multi-Arch: same
  47. Description: Recognize the type of data in a file using "magic" numbers - development
  48. This library can be used to classify files according to magic number
  49. tests.
  50. .
  51. This package contains the development files.
  52. Package: python-magic
  53. Architecture: all
  54. Depends: ${misc:Depends}, ${python:Depends},
  55. libmagic1 (>= ${binary:Version}),
  56. libmagic1 (<< ${binary:Version}.1~),
  57. Provides:
  58. ${python:Provides},
  59. Section: python
  60. Priority: optional
  61. Description: Recognize the type of data in a file using "magic" numbers - Python bindings
  62. This package contains the Python bindings for the libmagic file type
  63. detection library.
  64. Build-Profiles: <!stage1>
  65. Package: python3-magic
  66. Architecture: all
  67. Depends: ${misc:Depends}, ${python3:Depends},
  68. libmagic1 (>= ${binary:Version}),
  69. libmagic1 (<< ${binary:Version}.1~),
  70. Section: python
  71. Priority: optional
  72. Description: Recognize the type of data in a file using "magic" numbers - Python 3 bindings
  73. This package contains the Python 3 bindings for the libmagic file type
  74. detection library.
  75. Build-Profiles: <!stage1>