1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: python-cups
Section: python
Priority: optional
Maintainer: Otavio Salvador <otavio@debian.org>
Uploaders: Jérôme Guelfucci <jeromeg@xfce.org>,
Josselin Mouette <joss@debian.org>,
Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 9),
dh-python,
python-all-dev (>= 2.6.6-3~),
python3-all-dev,
libcups2-dev
Standards-Version: 3.9.8
Homepage: http://cyberelk.net/tim/software/pycups/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-cups.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-cups.git
X-Python-Version: >= 2.6
Package: python-cups
Architecture: any
Provides: ${python:Provides}
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}
Description: Python bindings for CUPS
A module for using the CUPS 1.2 API in Python programs.
Package: python3-cups
Architecture: any
Provides: ${python3:Provides}
Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends}
Description: Python3 bindings for CUPS
A module for using the CUPS 1.2 API in Python3 programs.
|