control 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  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: debhelper-compat (= 13),
  8. dpkg-dev (>= 1.22.5),
  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. libmagic1t64 (= ${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: libmagic1t64
  28. Architecture: any
  29. Pre-Depends: ${misc:Pre-Depends},
  30. Depends: ${misc:Depends}, ${shlibs:Depends},
  31. libmagic-mgc (= ${binary:Version}),
  32. Suggests:
  33. file,
  34. Breaks:
  35. libmagic1 (<< ${source:Version}),
  36. Replaces:
  37. libmagic1,
  38. Provides:
  39. ${t64:Provides},
  40. Section: libs
  41. Priority: optional
  42. Multi-Arch: same
  43. Description: Recognize the type of data in a file using "magic" numbers - library
  44. This library can be used to classify files according to magic number
  45. tests. It implements the core functionality of the file command.
  46. Package: libmagic-mgc
  47. Architecture: any
  48. Depends: ${misc:Depends},
  49. Breaks:
  50. libmagic1t64 (<< 1:5.28-4~),
  51. Replaces:
  52. libmagic1t64 (<< 1:5.28-4~),
  53. Section: libs
  54. Priority: optional
  55. Multi-Arch: foreign
  56. Description: File type determination library using "magic" numbers (compiled magic file)
  57. This package provides the compiled magic file "magic.mgc". It has
  58. been separated from libmagic1t64 in order to meet the multiarch
  59. requirements without breaking applications that expect this file
  60. at its absolute path.
  61. Package: libmagic-dev
  62. Architecture: any
  63. Depends: ${misc:Depends},
  64. libmagic1t64 (= ${binary:Version}),
  65. Suggests:
  66. file,
  67. Section: libdevel
  68. Priority: optional
  69. Multi-Arch: same
  70. Description: Recognize the type of data in a file using "magic" numbers - development
  71. This library can be used to classify files according to magic number
  72. tests.
  73. .
  74. This package contains the development files.