control 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  1. Source: file
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: http://www.darwinsys.com/file/
  4. Standards-Version: 3.9.8
  5. Build-Depends: debhelper (>= 9.20141010~),
  6. dh-autoreconf,
  7. dh-python,
  8. dpkg-dev (>= 1.17.14~),
  9. python-all,
  10. python-setuptools,
  11. python3-all,
  12. python3-setuptools,
  13. zlib1g-dev,
  14. Priority: standard
  15. Section: utils
  16. Package: file
  17. Architecture: any
  18. Depends: ${misc:Depends}, ${shlibs:Depends},
  19. libmagic1 (= ${binary:Version}),
  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. Multi-Arch: same
  36. Description: Recognize the type of data in a file using "magic" numbers - library
  37. This library can be used to classify files according to magic number
  38. tests. It implements the core functionality of the file command.
  39. Package: libmagic-mgc
  40. Architecture: any
  41. Depends: ${misc:Depends},
  42. Breaks:
  43. libmagic1 (<< 1:5.28-4~),
  44. Replaces:
  45. libmagic1 (<< 1:5.28-4~),
  46. Section: libs
  47. Multi-Arch: foreign
  48. Description: File type determination library using "magic" numbers (compiled magic file)
  49. This package provides the compiled magic file "magic.mgc". It has
  50. been separated from libmagic1 in order to meet the multiarch
  51. requirements without breaking applications that expect this file
  52. at its absolute path.
  53. Package: libmagic-dev
  54. Architecture: any
  55. Depends: ${misc:Depends},
  56. libmagic1 (= ${binary:Version}),
  57. Suggests:
  58. file,
  59. Section: libdevel
  60. Priority: optional
  61. Multi-Arch: same
  62. Description: Recognize the type of data in a file using "magic" numbers - development
  63. This library can be used to classify files according to magic number
  64. tests.
  65. .
  66. This package contains the development files.
  67. Package: python-magic
  68. Architecture: all
  69. Depends: ${misc:Depends}, ${python:Depends},
  70. libmagic1 (>= ${binary:Version}),
  71. libmagic1 (<< ${binary:Version}.1~),
  72. Provides:
  73. ${python:Provides},
  74. Section: python
  75. Priority: optional
  76. Description: Recognize the type of data in a file using "magic" numbers - Python bindings
  77. This package contains the Python bindings for the libmagic file type
  78. detection library.
  79. Build-Profiles: <!stage1>
  80. Package: python3-magic
  81. Architecture: all
  82. Depends: ${misc:Depends}, ${python3:Depends},
  83. libmagic1 (>= ${binary:Version}),
  84. libmagic1 (<< ${binary:Version}.1~),
  85. Section: python
  86. Priority: optional
  87. Description: Recognize the type of data in a file using "magic" numbers - Python 3 bindings
  88. This package contains the Python 3 bindings for the libmagic file type
  89. detection library.
  90. Build-Profiles: <!stage1>