control 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  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 (>= 8), autotools-dev, python, python-all-dev, python-all-dbg,
  8. zlib1g-dev
  9. Standards-Version: 3.9.2
  10. Homepage: http://www.darwinsys.com/file/
  11. Package: file
  12. Section: utils
  13. Priority: standard
  14. Architecture: any
  15. Depends: ${misc:Depends}, ${shlibs:Depends}, libmagic1 (= ${binary:Version})
  16. Description: Determines file type using "magic" numbers
  17. File tests each argument in an attempt to classify it. There are three sets of
  18. tests, performed in this order: filesystem tests, magic number tests, and
  19. language tests. The first test that succeeds causes the file type to be
  20. printed.
  21. Package: libmagic1
  22. Section: libs
  23. Priority: standard
  24. Architecture: any
  25. Depends: ${misc:Depends}, ${shlibs:Depends}
  26. Suggests: file
  27. Description: File type determination library using "magic" numbers
  28. This library can be used to classify files according to magic number tests. It
  29. implements the core functionality of the file command.
  30. Package: libmagic-dev
  31. Section: libdevel
  32. Priority: optional
  33. Architecture: any
  34. Depends: ${misc:Depends}, libmagic1 (= ${binary:Version})
  35. Suggests: file
  36. Description: File type determination library using "magic" numbers (development)
  37. This library can be used to classify files according to magic number tests. It
  38. implements the core functionality of the file command.
  39. .
  40. This package contains the development files.
  41. Package: python-magic
  42. Section: python
  43. Priority: extra
  44. Architecture: any
  45. Depends:
  46. ${misc:Depends}, ${shlibs:Depends}, ${python:Depends},
  47. libmagic1 (= ${binary:Version})
  48. Provides: ${python:Provides}
  49. Suggests: python-magic-dbg
  50. Description: File type determination library using "magic" numbers (Python bindings)
  51. This library can be used to classify files according to magic number tests. It
  52. implements the core functionality of the file command.
  53. .
  54. This package contains the Python bindings.
  55. Package: python-magic-dbg
  56. Section: debug
  57. Priority: extra
  58. Architecture: any
  59. Depends:
  60. ${misc:Depends}, ${shlibs:Depends}, python-magic (= ${binary:Version}),
  61. python-dbg
  62. Description: File type determination library using "magic" numbers (Python bindings/debug)
  63. This library can be used to classify files according to magic number tests. It
  64. implements the core functionality of the file command.
  65. .
  66. This package contains the Python bindings, built for the Python debug
  67. interpreter.