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.7.4
  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. 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. Architecture: any
  28. Pre-Depends: ${misc:Pre-Depends},
  29. Depends: ${misc:Depends}, ${shlibs:Depends},
  30. libmagic-mgc (= ${binary:Version}),
  31. Suggests:
  32. file,
  33. Breaks:
  34. libmagic1 (<< ${source:Version}),
  35. Replaces:
  36. libmagic1,
  37. Provides:
  38. ${t64:Provides},
  39. Section: libs
  40. Priority: optional
  41. Multi-Arch: same
  42. Description: Recognize the type of data in a file using "magic" numbers - library
  43. This library can be used to classify files according to magic number
  44. tests. It implements the core functionality of the file command.
  45. Package: libmagic-mgc
  46. Architecture: any
  47. Depends: ${misc:Depends},
  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 libmagic1t64 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. libmagic1t64 (= ${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.