control 3.0 KB

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