--- python-cups-1.9.59.orig/debian/copyright +++ python-cups-1.9.59/debian/copyright @@ -0,0 +1,30 @@ +This package was debianized by Jani Monoses on +Wed, 6 Sep 2006 13:09:13 +0300. + +It was downloaded from http://cyberelk.net/tim/data/pycups/ + +Upstream Author: Tim Waugh + +Copyright 2006, Tim Waugh + +License: + + This package is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + + This package is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + + You should have received a copy of the GNU General Public License + along with this package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL'. + +The Debian packaging is (C) 2006, Jani Monoses and +is licensed under the GPL, see above. --- python-cups-1.9.59.orig/debian/python-cups.docs +++ python-cups-1.9.59/debian/python-cups.docs @@ -0,0 +1,2 @@ +README +TODO --- python-cups-1.9.59.orig/debian/watch +++ python-cups-1.9.59/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cyberelk.net/tim/data/pycups/pycups-(.*).tar.bz2 debian git-import-orig --- python-cups-1.9.59.orig/debian/control +++ python-cups-1.9.59/debian/control @@ -0,0 +1,17 @@ +Source: python-cups +Section: python +Priority: optional +Maintainer: Ubuntu Core developers +XSBC-Original-Maintainer: Otavio Salvador +Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3~), libcups2-dev +Standards-Version: 3.9.1 +X-Python-Version: >= 2.6 +VCS-Git: git://git.debian.org/git/collab-maint/python-cups.git +VCS-Browser: http://git.debian.org/?p=collab-maint/python-cups.git + +Package: python-cups +Architecture: any +Provides: ${python:Provides} +Depends: ${python:Depends}, ${misc:Depends} +Description: Python bindings for CUPS + A module for using the CUPS 1.2 API in Python programs. --- python-cups-1.9.59.orig/debian/rules +++ python-cups-1.9.59/debian/rules @@ -0,0 +1,17 @@ +#!/usr/bin/make -f + +# Used during building to set the version +export CFLAGS=-DVERSION=\"$(DEB_UPSTREAM_VERSION)\" + +DEB_DESTDIR := debian/python-cups + + +%: + dh $@ --with python2 --buildsystem python_distutils + +override_dh_auto_install: + dh_auto_install + make DESTDIR=$(DEB_DESTDIR) RPMCONFIGDIR=/usr/lib/rpm install-rpmhook + +override_dh_installchangelogs: + dh_installchangelogs -k NEWS --- python-cups-1.9.59.orig/debian/changelog +++ python-cups-1.9.59/debian/changelog @@ -0,0 +1,208 @@ +python-cups (1.9.59-0ubuntu0.1) oneiric-proposed; urgency=low + + * New upstream bug fix release + o CUPS password callback: Return NULL instead of the empty string when + handling an exception or when the callback returned an empty string, + and handle the callback returning None. This avoids infinite password + dialog loops (LP: #653132). + + -- Till Kamppeter Tue, 04 Oct 2011 15:58:18 +0200 + +python-cups (1.9.58-0ubuntu1) oneiric; urgency=low + + * New upstream release + o New adminExportSamba method for the Connection class. + + -- Till Kamppeter Sun, 31 Jul 2011 14:17:48 +0200 + +python-cups (1.9.56-0ubuntu3) oneiric; urgency=low + + * By setting --buildsystem, the rules file can be simplified. + + -- Barry Warsaw Fri, 01 Jul 2011 11:11:43 +0100 + +python-cups (1.9.56-0ubuntu2) oneiric; urgency=low + + * Switch to dh_python2. (LP: #788514) + + -- Barry Warsaw Wed, 29 Jun 2011 18:18:45 +0100 + +python-cups (1.9.56-0ubuntu1) oneiric; urgency=low + + * New upstream release + o Support for IPP_TAG_RESOLUTION. + o IPP_RES_PER_CM, IPP_RES_PER_INCH, IPP orientation and quality constants. + + -- Till Kamppeter Fri, 03 Jun 2011 00:04:44 +0200 + +python-cups (1.9.54-0ubuntu1) natty; urgency=low + + * New upstream release + o RPM hooks for tagging packages with Device IDs of models supported + by drivers. + o More defensive coding for deleting a printer from a class (Red Hat bug + #673468). + + -- Till Kamppeter Wed, 23 Feb 2011 13:42:43 +0100 + +python-cups (1.9.53-0ubuntu1) natty; urgency=low + + * New upstream release + o Added Connection.getPPDs2() method which reading out arrays from + the IPP responses of PPD/driver list polls. + o New function get_TLS(). + o Use thread-local storage for CUPS password callback to avoid + segmentation faults (Red Hat bug #662805). + * debian/patches/ppd-list-extract-also-arrays.patch: Removed, functionality + implemented upstream by the Connection.getPPDs2() method. + + -- Till Kamppeter Mon, 31 Jan 2011 09:49:19 +0100 + +python-cups (1.9.51-0ubuntu3) natty; urgency=low + + * Rebuild to add support for python 2.7. + + -- Matthias Klose Fri, 03 Dec 2010 00:10:05 +0000 + +python-cups (1.9.51-0ubuntu2) maverick; urgency=low + + * debian/patches/ppd-list-extract-also-arrays.patch: When polling a list of + available PPDs/drivers from CUPS also read out data arrays from the IPP + reply and not only the first values. Especially the info of all "*Product:" + lines and of all supported languages of PPDs get available this way. To + keep backwards-compatibility, the full arrays are in new fields in the + output dictionaries, named as the old fields suffixed by "-all", like + "ppd-product-all". + * debian/rules: Added patch support. + + -- Till Kamppeter Wed, 21 Jul 2010 15:12:56 +0200 + +python-cups (1.9.51-0ubuntu1) maverick; urgency=low + + * New upstream release + o Getting up to date with the CUPS API binding new functions and + constants. + o Fix for a stack overflow in Connection.deletePrinterOptionDefault. + + -- Till Kamppeter Tue, 13 Jul 2010 23:36:56 +0200 + +python-cups (1.9.49-0ubuntu1) lucid; urgency=low + + * New upstream release + o Fixes LP: #545755 (Red Hat bug #567386). + o The new release only adds the above-mentioned bug fix, nothing else + (according to the ChangeLog file), so no problem with the Lucid FF. + + -- Till Kampeter Thu, 25 Mar 2010 13:17:56 +0100 + +python-cups (1.9.48-0ubuntu1) lucid; urgency=low + + * New upstream release + + -- Till Kampeter Tue, 09 Feb 2010 21:02:36 +0100 + +python-cups (1.9.46-0ubuntu3) lucid; urgency=low + + * Rebuild dropping the extension for python2.5. + + -- Matthias Klose Mon, 01 Feb 2010 22:05:02 +0000 + +python-cups (1.9.46-0ubuntu2) karmic; urgency=low + + * debian/control: libcupsys2-dev → libcups2-dev, we want to get rid of the + old names finally. (See Debian #494032) + + -- Martin Pitt Tue, 01 Sep 2009 13:03:54 +0200 + +python-cups (1.9.46-0ubuntu1) karmic; urgency=low + + * New upstream release + + -- Till Kamppeter Sat, 25 Jul 2009 12:59:27 +0200 + +python-cups (1.9.45-0ubuntu2) jaunty; urgency=low + + * Rebuild for python2.6. + + -- Matthias Klose Sun, 22 Feb 2009 14:26:17 +0100 + +python-cups (1.9.45-0ubuntu1) jaunty; urgency=low + + * New upstream release + + -- Till Kamppeter Sun, 25 Jan 2009 18:26:30 +0100 + +python-cups (1.9.41-0ubuntu1) intrepid; urgency=low + + * New upstream release + + -- Till Kamppeter Thu, 31 Jul 2008 12:47:13 +0200 + +python-cups (1.9.39-0ubuntu1) intrepid; urgency=low + + * New upstream release + + -- Till Kamppeter Mon, 09 Jun 2008 16:00:36 +0100 + +python-cups (1.9.34-0ubuntu1) hardy; urgency=low + + * New upstream release + o Fixed job handling bug LP: #185363. + + -- Till Kamppeter Wed, 06 Feb 2008 15:47:02 +0100 + +python-cups (1.9.32-0ubuntu1) hardy; urgency=low + + * New upstream release + o Crasher fixes, especially LP: #177359. + + -- Till Kamppeter Fri, 21 Dec 2007 14:50:44 +0000 + +python-cups (1.9.31-1) unstable; urgency=low + + * Imported upstream version 1.9.31 + * Bump standards-version to 3.7.3 (no changes required) + * Replace XS-VCS-* fields with VCS-* ones since dpkg has support for + them now + + -- Otavio Salvador Sat, 15 Dec 2007 19:04:19 -0200 + +python-cups (1.9.24-1) unstable; urgency=low + + * New Upstream Version + * debian/pycompat: Readd since CDBS needs it and ends recreating it + anyway. + * debian/watch: Use git-import-orig instead of uupdate so it integrates + better with our git repository. + * debian/rules: export upstream version since the upstream has change + the building system and now uses a mix between python-distutils and + Makefile. + * debian/control, debian/pyversions: Stop using XS-Python-Version + + -- Otavio Salvador Wed, 04 Jul 2007 15:28:47 -0300 + +python-cups (1.9.21-3) unstable; urgency=low + + * debian/control: + - Add XS-VCS-{Git,Browser} fields. + - Change my e-mail to use the @debian.org. + - Remove XB-Python-Version field. + * debian/pycompat: Removed. + + -- Otavio Salvador Fri, 18 May 2007 21:23:37 -0300 + +python-cups (1.9.21-2) unstable; urgency=low + + * debian/control: Add build-depends on libcupsys2-dev, closes: #424980. + + -- Otavio Salvador Fri, 18 May 2007 10:47:29 -0300 + +python-cups (1.9.21-1) unstable; urgency=low + + [ This package has been done using 1.9.19-0ubuntu1 sources as + base. Thanks to Jani Monoses by his work on it ] + + * Initial Debian release + * debian/watch: Added to make easier to update the package version. + + -- Otavio Salvador Mon, 14 May 2007 16:27:55 -0300 --- python-cups-1.9.59.orig/debian/compat +++ python-cups-1.9.59/debian/compat @@ -0,0 +1 @@ +7