control 2.0 KB

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