control 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  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. python-all,
  11. python-setuptools,
  12. python3-all,
  13. python3-setuptools,
  14. Priority: extra
  15. Rules-Requires-Root: no
  16. Section: libs
  17. Package: python-magic
  18. Architecture: all
  19. Depends: ${misc:Depends}, ${python:Depends},
  20. libmagic1,
  21. Provides:
  22. ${python:Provides},
  23. Section: python
  24. Priority: optional
  25. Description: python2 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 2 version of the python-magic module.
  32. XB-Python-Version: ${python:Versions}
  33. Package: python3-magic
  34. Architecture: all
  35. Depends: ${misc:Depends}, ${python3:Depends},
  36. libmagic1,
  37. Section: python
  38. Priority: optional
  39. Description: python3 interface to the libmagic file type identification library
  40. python-magic is a Python interface to the libmagic file type
  41. identification library. libmagic identifies file types by checking
  42. their headers according to a predefined list of file types. This
  43. functionality is exposed to the command line by the Unix command file.
  44. .
  45. This package provides the Python 3 version of the python-magic module.