control 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. Source: file
  2. Section: utils
  3. Priority: standard
  4. Maintainer: Daniel Baumann <daniel.baumann@progress-technologies.net>
  5. Uploaders: Judit Foglszinger <fgrfgr@freenet.de>
  6. Build-Depends:
  7. debhelper (>= 9), autotools-dev, python, python-all-dev,
  8. python-all-dbg, zlib1g-dev
  9. Standards-Version: 3.9.3
  10. Homepage: http://www.darwinsys.com/file/
  11. Package: file
  12. Section: utils
  13. Priority: standard
  14. Architecture: any
  15. Multi-Arch: foreign
  16. Depends: ${misc:Depends}, ${shlibs: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. Package: libmagic1
  23. Section: libs
  24. Priority: standard
  25. Architecture: any
  26. Multi-Arch: same
  27. Pre-Depends: ${misc:Pre-Depends}
  28. Depends: ${misc:Depends}, ${shlibs:Depends}
  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. Multi-Arch: same
  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:
  50. ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
  51. libmagic1 (= ${binary:Version})
  52. Provides: ${python:Provides}
  53. Suggests: python-magic-dbg
  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.