control 2.1 KB

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