control 2.6 KB

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