control 1.0 KB

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