control 1011 B

12345678910111213141516171819202122232425262728
  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.4.1
  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 (= 12),
  9. dh-python,
  10. python3-all,
  11. python3-setuptools,
  12. Priority: extra
  13. Rules-Requires-Root: no
  14. Section: libs
  15. Package: python3-magic
  16. Architecture: all
  17. Depends: ${misc:Depends}, ${python3:Depends},
  18. libmagic1,
  19. Section: python
  20. Priority: optional
  21. Description: python3 interface to the libmagic file type identification library
  22. python-magic is a Python interface to the libmagic file type
  23. identification library. libmagic identifies file types by checking
  24. their headers according to a predefined list of file types. This
  25. functionality is exposed to the command line by the Unix command file.
  26. .
  27. This package provides the Python 3 version of the python-magic module.