control 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  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.1.3
  5. Testsuite: autopkgtest-pkg-python
  6. Build-Depends: debhelper (>= 11~),
  7. dh-python,
  8. python-all,
  9. python-setuptools,
  10. python3-all,
  11. python3-setuptools,
  12. Priority: extra
  13. Section: libs
  14. X-Python-Version: >= 2.6
  15. X-Python3-Version: >= 3.3
  16. Package: python-magic
  17. Architecture: all
  18. Depends: ${misc:Depends}, ${python:Depends},
  19. libmagic1,
  20. Provides:
  21. ${python:Provides},
  22. Section: python
  23. Priority: optional
  24. Description: python2 interface to the libmagic file type identification library
  25. python-magic is a Python interface to the libmagic file type
  26. identification library. libmagic identifies file types by checking
  27. their headers according to a predefined list of file types. This
  28. functionality is exposed to the command line by the Unix command file.
  29. .
  30. This package provides the Python 2 version of the python-magic module.
  31. XB-Python-Version: ${python:Versions}
  32. Package: python3-magic
  33. Architecture: all
  34. Depends: ${misc:Depends}, ${python3:Depends},
  35. libmagic1,
  36. Section: python
  37. Priority: optional
  38. Description: python3 interface to the libmagic file type identification library
  39. python-magic is a Python interface to the libmagic file type
  40. identification library. libmagic identifies file types by checking
  41. their headers according to a predefined list of file types. This
  42. functionality is exposed to the command line by the Unix command file.
  43. .
  44. This package provides the Python 3 version of the python-magic module.