control 2.7 KB

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