control 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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.5
  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. Package: python-magic
  15. Architecture: all
  16. Depends: ${misc:Depends}, ${python:Depends},
  17. libmagic1,
  18. Provides:
  19. ${python:Provides},
  20. Section: python
  21. Priority: optional
  22. Description: python2 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 2 version of the python-magic module.
  29. XB-Python-Version: ${python:Versions}
  30. Package: python3-magic
  31. Architecture: all
  32. Depends: ${misc:Depends}, ${python3:Depends},
  33. libmagic1,
  34. Section: python
  35. Priority: optional
  36. Description: python3 interface to the libmagic file type identification library
  37. python-magic is a Python interface to the libmagic file type
  38. identification library. libmagic identifies file types by checking
  39. their headers according to a predefined list of file types. This
  40. functionality is exposed to the command line by the Unix command file.
  41. .
  42. This package provides the Python 3 version of the python-magic module.