|
@@ -1,27 +1,25 @@
|
|
|
Source: python-magic
|
|
Source: python-magic
|
|
|
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
|
|
Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
|
|
|
Homepage: https://github.com/ahupp/python-magic/
|
|
Homepage: https://github.com/ahupp/python-magic/
|
|
|
-Standards-Version: 4.6.0
|
|
|
|
|
|
|
+Standards-Version: 4.7.4
|
|
|
Vcs-Browser: https://git.in-ulm.de/cbiedl/python-magic
|
|
Vcs-Browser: https://git.in-ulm.de/cbiedl/python-magic
|
|
|
Vcs-Git: https://git.in-ulm.de/cbiedl/python-magic.git
|
|
Vcs-Git: https://git.in-ulm.de/cbiedl/python-magic.git
|
|
|
Testsuite: autopkgtest-pkg-python
|
|
Testsuite: autopkgtest-pkg-python
|
|
|
Build-Depends: debhelper-compat (= 13),
|
|
Build-Depends: debhelper-compat (= 13),
|
|
|
dh-python,
|
|
dh-python,
|
|
|
- libmagic1 (>= 1:5.39),
|
|
|
|
|
|
|
+ libmagic-dev,
|
|
|
python3-all,
|
|
python3-all,
|
|
|
python3-coverage,
|
|
python3-coverage,
|
|
|
python3-pytest,
|
|
python3-pytest,
|
|
|
python3-setuptools,
|
|
python3-setuptools,
|
|
|
python3-wheel,
|
|
python3-wheel,
|
|
|
- tox,
|
|
|
|
|
Priority: extra
|
|
Priority: extra
|
|
|
-Rules-Requires-Root: no
|
|
|
|
|
Section: libs
|
|
Section: libs
|
|
|
|
|
|
|
|
Package: python3-magic
|
|
Package: python3-magic
|
|
|
Architecture: all
|
|
Architecture: all
|
|
|
Depends: ${misc:Depends}, ${python3:Depends},
|
|
Depends: ${misc:Depends}, ${python3:Depends},
|
|
|
- libmagic1 (>= 1:5.39),
|
|
|
|
|
|
|
+ ${magic:Depends},
|
|
|
Section: python
|
|
Section: python
|
|
|
Priority: optional
|
|
Priority: optional
|
|
|
Description: python3 interface to the libmagic file type identification library
|
|
Description: python3 interface to the libmagic file type identification library
|