control 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. Source: python-magic
  2. Maintainer: Christoph Biedl <debian.axhn@manchmal.in-ulm.de>
  3. Homepage: https://github.com/ahupp/python-magic/
  4. Standards-Version: 4.6.0
  5. Vcs-Browser: https://git.in-ulm.de/cbiedl/python-magic
  6. Vcs-Git: https://git.in-ulm.de/cbiedl/python-magic.git
  7. Testsuite: autopkgtest-pkg-python
  8. Build-Depends: debhelper-compat (= 13),
  9. dh-python,
  10. libmagic1 (>= 1:5.39),
  11. python3-all,
  12. python3-coverage,
  13. python3-pytest,
  14. python3-setuptools,
  15. tox,
  16. Priority: extra
  17. Rules-Requires-Root: no
  18. Section: libs
  19. Package: python3-magic
  20. Architecture: all
  21. Depends: ${misc:Depends}, ${python3:Depends},
  22. libmagic1 (>= 1:5.39),
  23. Section: python
  24. Priority: optional
  25. Description: python3 interface to the libmagic file type identification library
  26. python-magic is a Python interface to the libmagic file type
  27. identification library. libmagic identifies file types by checking
  28. their headers according to a predefined list of file types. This
  29. functionality is exposed to the command line by the Unix command file.
  30. .
  31. This package provides the Python 3 version of the python-magic module.