control 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475
  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:
  7. debhelper (>= 7.4.3~), autotools-dev, python, python-all-dev, python-all-dbg,
  8. quilt (>= 0.46-7), zlib1g-dev
  9. Standards-Version: 3.8.4
  10. Homepage: http://www.darwinsys.com/file/
  11. Vcs-Browser: http://git.debian-maintainers.org/?p=daniel/file.git
  12. Vcs-Git: git://git.debian-maintainers.org/git/daniel/file.git
  13. XS-Python-Version: all
  14. Package: file
  15. Section: utils
  16. Priority: standard
  17. Architecture: any
  18. Depends: ${misc:Depends}, ${shlibs:Depends}, libmagic1 (= ${binary:Version})
  19. Description: Determines file type using "magic" numbers
  20. File tests each argument in an attempt to classify it. There are three sets of
  21. tests, performed in this order: filesystem tests, magic number tests, and
  22. language tests. The first test that succeeds causes the file type to be
  23. printed.
  24. Package: libmagic1
  25. Section: libs
  26. Priority: standard
  27. Architecture: any
  28. Depends: ${misc:Depends}, ${shlibs:Depends}
  29. Conflicts: file (<< 5.04-2)
  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: ${misc:Depends}, libmagic1 (= ${binary:Version})
  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: ${misc:Depends}, ${shlibs: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.
  58. Package: python-magic-dbg
  59. Section: debug
  60. Priority: extra
  61. Architecture: any
  62. Depends:
  63. ${misc:Depends}, ${shlibs:Depends}, python-magic (= ${binary:Version}),
  64. python-dbg
  65. Description: File type determination library using "magic" numbers (Python bindings/debug)
  66. This library can be used to classify files according to magic number tests. It
  67. implements the core functionality of the file command.
  68. .
  69. This package contains the Python bindings, built for the Python debug
  70. interpreter.