control 2.1 KB

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