control 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100
  1. Source: file
  2. Section: utils
  3. Priority: standard
  4. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  5. Build-Depends: debhelper (>= 9.20141010~),
  6. dh-autoreconf,
  7. dh-python,
  8. dpkg-dev (>= 1.17.14~),
  9. python-all,
  10. python3-all,
  11. python-setuptools,
  12. python3-setuptools,
  13. zlib1g-dev,
  14. Standards-Version: 3.9.5
  15. Homepage: http://www.darwinsys.com/file/
  16. Package: file
  17. Architecture: any
  18. Multi-Arch: foreign
  19. Depends: ${misc:Depends}, ${shlibs:Depends},
  20. libmagic1 (= ${binary:Version}),
  21. Description: Determines file type using "magic" numbers
  22. File tests each argument in an attempt to classify it. There are
  23. three sets of tests, performed in this order: filesystem tests,
  24. magic number tests, and language tests. The first test that
  25. succeeds causes the file type to be printed.
  26. Package: file-dbg
  27. Section: debug
  28. Priority: extra
  29. Architecture: any
  30. Multi-Arch: foreign
  31. Depends: ${misc:Depends}, ${shlibs:Depends},
  32. libmagic1 (= ${binary:Version}),
  33. Description: Determines file type using "magic" numbers (debug)
  34. File tests each argument in an attempt to classify it. There are
  35. three sets of tests, performed in this order: filesystem tests,
  36. magic number tests, and language tests. The first test that
  37. succeeds causes the file type to be printed.
  38. .
  39. This package contains the debugging symbols.
  40. Package: libmagic1
  41. Section: libs
  42. Architecture: any
  43. Multi-Arch: same
  44. Pre-Depends: ${misc:Pre-Depends}
  45. Depends: ${misc:Depends}, ${shlibs:Depends},
  46. Suggests: file
  47. Description: File type determination library using "magic" numbers
  48. This library can be used to classify files according to magic
  49. number tests. It implements the core functionality of the file
  50. command.
  51. Package: libmagic-dev
  52. Section: libdevel
  53. Priority: optional
  54. Architecture: any
  55. Multi-Arch: same
  56. Depends: ${misc:Depends},
  57. libmagic1 (= ${binary:Version}),
  58. Suggests: file
  59. Description: File type determination library using "magic" numbers (development)
  60. This library can be used to classify files according to magic
  61. number tests. It implements the core functionality of the file
  62. command.
  63. .
  64. This package contains the development files.
  65. Package: python-magic
  66. Section: python
  67. Priority: optional
  68. Architecture: all
  69. Build-Profiles: <!stage1>
  70. Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
  71. libmagic1 (>= ${binary:Version}),
  72. libmagic1 (<< ${binary:Version}.1~),
  73. Provides: ${python:Provides}
  74. Description: File type determination library using "magic" numbers (Python bindings)
  75. This library can be used to classify files according to magic
  76. number tests. It implements the core functionality of the file
  77. command.
  78. .
  79. This package contains the Python bindings.
  80. Package: python3-magic
  81. Section: python
  82. Priority: optional
  83. Architecture: all
  84. Build-Profiles: <!stage1>
  85. Depends: ${misc:Depends}, ${python3:Depends},
  86. libmagic1 (>= ${binary:Version}),
  87. libmagic1 (<< ${binary:Version}.1~),
  88. Provides: ${python3:Provides}
  89. Description: File type determination library using "magic" numbers (Python 3 bindings)
  90. This library can be used to classify files according to magic
  91. number tests. It implements the core functionality of the file
  92. command.
  93. .
  94. This package contains the Python 3 bindings.