control 2.5 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 (>= 2.6.6-3~),
  8. python-all-dev (>= 2.6.6-3~), python-all-dbg (>= 2.6.6-3~),
  9. zlib1g-dev
  10. Standards-Version: 3.9.2
  11. Homepage: http://www.darwinsys.com/file/
  12. Package: file
  13. Section: utils
  14. Priority: standard
  15. Architecture: any
  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. Depends: ${misc:Depends}, ${shlibs:Depends}
  27. Conflicts: file (<< 5.04-2)
  28. Suggests: file
  29. Description: File type determination library using "magic" numbers
  30. This library can be used to classify files according to magic number tests. It
  31. implements the core functionality of the file command.
  32. Package: libmagic-dev
  33. Section: libdevel
  34. Priority: optional
  35. Architecture: any
  36. Depends: ${misc:Depends}, libmagic1 (= ${binary:Version})
  37. Suggests: file
  38. Description: File type determination library using "magic" numbers (development)
  39. This library can be used to classify files according to magic number tests. It
  40. implements the core functionality of the file command.
  41. .
  42. This package contains the development files.
  43. Package: python-magic
  44. Section: python
  45. Priority: extra
  46. Architecture: any
  47. Depends: ${misc:Depends}, ${shlibs:Depends}, ${python:Depends}
  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.