control 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  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. Section: libs
  50. Priority: optional
  51. Multi-Arch: foreign
  52. Description: File type determination library using "magic" numbers (compiled magic file)
  53. This package provides the compiled magic file "magic.mgc". It has
  54. been separated from libmagic1t64 in order to meet the multiarch
  55. requirements without breaking applications that expect this file
  56. at its absolute path.
  57. Package: libmagic-dev
  58. Architecture: any
  59. Depends: ${misc:Depends},
  60. libmagic1t64 (= ${binary:Version}),
  61. Suggests:
  62. file,
  63. Section: libdevel
  64. Priority: optional
  65. Multi-Arch: same
  66. Description: Recognize the type of data in a file using "magic" numbers - development
  67. This library can be used to classify files according to magic number
  68. tests.
  69. .
  70. This package contains the development files.