control 2.1 KB

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