control 2.0 KB

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