control 2.2 KB

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