control 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. Source: file
  2. Section: utils
  3. Priority: standard
  4. Maintainer: Daniel Baumann <daniel@lists.debian-maintainers.org>
  5. Uploaders: Daniel Baumann <daniel@debian.org>
  6. Build-Depends: debhelper (>= 7), quilt, autotools-dev, python, python-all-dev, python-all-dbg, zlib1g-dev
  7. Standards-Version: 3.8.4
  8. Homepage: http://www.darwinsys.com/file/
  9. Vcs-Browser: http://git.debian-maintainers.org/?p=daniel/file.git
  10. Vcs-Git: git://git.debian-maintainers.org/git/daniel/file.git
  11. XS-Python-Version: all
  12. Package: file
  13. Section: utils
  14. Priority: standard
  15. Architecture: any
  16. Depends: ${shlibs:Depends}, ${misc:Depends}, libmagic1 (= ${binary:Version})
  17. Description: Determines file type using "magic" numbers
  18. File tests each argument in an attempt to classify it. There are three sets of
  19. tests, performed in this order: filesystem tests, magic number tests, and
  20. language tests. The first test that succeeds causes the file type to be
  21. printed.
  22. .
  23. Starting with version 4, the file command is not much more than a wrapper
  24. around the "magic" library.
  25. Package: libmagic1
  26. Section: libs
  27. Priority: standard
  28. Architecture: any
  29. Depends: ${shlibs:Depends}, ${misc:Depends}
  30. Suggests: file
  31. Description: File type determination library using "magic" numbers
  32. This library can be used to classify files according to magic number tests. It
  33. implements the core functionality of the file command.
  34. Package: libmagic-dev
  35. Section: libdevel
  36. Priority: optional
  37. Architecture: any
  38. Depends: libmagic1 (= ${binary:Version}), zlib1g-dev
  39. Suggests: file
  40. Description: File type determination library using "magic" numbers (development)
  41. This library can be used to classify files according to magic number tests. It
  42. implements the core functionality of the file command.
  43. .
  44. This package contains the development files.
  45. Package: python-magic
  46. Section: python
  47. Priority: extra
  48. Architecture: any
  49. Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
  50. Provides: ${python:Provides}
  51. Suggests: python-magic-dbg
  52. XB-Python-Version: ${python:Versions}
  53. Description: File type determination library using "magic" numbers (Python bindings)
  54. This library can be used to classify files according to magic number tests. It
  55. implements the core functionality of the file command.
  56. .
  57. This package contains the Python bindings to query /etc/magic information for a
  58. given file in Python.
  59. Package: python-magic-dbg
  60. Section: debug
  61. Architecture: any
  62. Priority: extra
  63. Depends: python-magic (= ${binary:Version}), python-dbg, ${shlibs:Depends}
  64. Description: File type determination library using "magic" numbers (Python bindings/debug)
  65. This library can be used to classify files according to magic number tests. It
  66. implements the core functionality of the file command.
  67. .
  68. This package contains the Python bindings to query /etc/magic information for a
  69. given file in Python, built for the Python debug interpreter.