control 2.9 KB

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