control 2.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. Source: file
  2. Section: utils
  3. Priority: standard
  4. Maintainer: Daniel Baumann <daniel@debian.org>
  5. Build-Depends: debhelper (>= 5.0.37.2), dpatch, autotools-dev, libtool, python, python-all-dev, python-all-dbg, zlib1g-dev
  6. Standards-Version: 3.7.3
  7. Homepage: http://www.darwinsys.com/file/
  8. XS-Python-Version: all
  9. Package: file
  10. Section: utils
  11. Priority: standard
  12. Architecture: any
  13. Depends: ${shlibs:Depends}, ${misc: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. .
  20. Starting with version 4, the file command is not much more than a wrapper
  21. around the "magic" library.
  22. Package: libmagic1
  23. Section: libs
  24. Priority: standard
  25. Architecture: any
  26. Depends: ${shlibs:Depends}, ${misc:Depends}
  27. Suggests: file
  28. Description: File type determination library using "magic" numbers
  29. This library can be used to classify files according to magic number tests. It
  30. implements the core functionality of the file command.
  31. Package: libmagic-dev
  32. Section: libdevel
  33. Priority: optional
  34. Architecture: any
  35. Depends: libmagic1 (= ${binary:Version})
  36. Suggests: file
  37. Description: File type determination library using "magic" numbers (development)
  38. This library can be used to classify files according to magic number tests. It
  39. implements the core functionality of the file command.
  40. .
  41. This package contains the development files.
  42. Package: python-magic
  43. Section: python
  44. Priority: extra
  45. Architecture: any
  46. Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
  47. Provides: ${python:Provides}
  48. Suggests: python-magic-dbg
  49. XB-Python-Version: ${python:Versions}
  50. Description: File type determination library using "magic" numbers (Python bindings)
  51. This library can be used to classify files according to magic number tests. It
  52. implements the core functionality of the file command.
  53. .
  54. This package contains the Python bindings to query /etc/magic information for a
  55. given file in Python.
  56. Package: python-magic-dbg
  57. Section: python
  58. Architecture: any
  59. Priority: extra
  60. Depends: python-magic (= ${binary:Version}), python-dbg, ${shlibs:Depends}
  61. Description: File type determination library using "magic" numbers (Python bindings/debug)
  62. This library can be used to classify files according to magic number tests. It
  63. implements the core functionality of the file command.
  64. .
  65. This package contains the Python bindings to query /etc/magic information for a
  66. given file in Python, built for the Python debug interpreter.