control 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. Source: file
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: http://www.darwinsys.com/file/
  4. Standards-Version: 4.0.1
  5. Build-Depends: debhelper (>= 10~),
  6. zlib1g-dev,
  7. Priority: standard
  8. Section: utils
  9. Package: file
  10. Architecture: any
  11. Depends: ${misc:Depends}, ${shlibs:Depends},
  12. libmagic1 (= ${binary:Version}),
  13. Multi-Arch: foreign
  14. Description: Recognize the type of data in a file using "magic" numbers
  15. The file command is "a file type guesser", a command-line tool that
  16. tells you in words what kind of data a file contains.
  17. .
  18. This package contains the file program itself.
  19. Package: libmagic1
  20. Architecture: any
  21. Pre-Depends:
  22. ${misc:Pre-Depends},
  23. Depends: ${misc:Depends}, ${shlibs:Depends},
  24. libmagic-mgc (= ${binary:Version}),
  25. Suggests:
  26. file,
  27. Section: libs
  28. Priority: optional
  29. Multi-Arch: same
  30. Description: Recognize the type of data in a file using "magic" numbers - library
  31. This library can be used to classify files according to magic number
  32. tests. It implements the core functionality of the file command.
  33. Package: libmagic-mgc
  34. Architecture: any
  35. Depends: ${misc:Depends},
  36. Breaks:
  37. libmagic1 (<< 1:5.28-4~),
  38. Replaces:
  39. libmagic1 (<< 1:5.28-4~),
  40. Section: libs
  41. Priority: optional
  42. Multi-Arch: foreign
  43. Description: File type determination library using "magic" numbers (compiled magic file)
  44. This package provides the compiled magic file "magic.mgc". It has
  45. been separated from libmagic1 in order to meet the multiarch
  46. requirements without breaking applications that expect this file
  47. at its absolute path.
  48. Package: libmagic-dev
  49. Architecture: any
  50. Depends: ${misc:Depends},
  51. libmagic1 (= ${binary:Version}),
  52. Suggests:
  53. file,
  54. Section: libdevel
  55. Priority: optional
  56. Multi-Arch: same
  57. Description: Recognize the type of data in a file using "magic" numbers - development
  58. This library can be used to classify files according to magic number
  59. tests.
  60. .
  61. This package contains the development files.