--- python-cups-1.9.46.orig/debian/changelog +++ python-cups-1.9.46/debian/changelog @@ -0,0 +1,92 @@ +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.46.orig/debian/copyright +++ python-cups-1.9.46/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.46.orig/debian/rules +++ python-cups-1.9.46/debian/rules @@ -0,0 +1,9 @@ +#!/usr/bin/make -f + +DEB_PYTHON_SYSTEM = pysupport + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk + +# Used during building to set the version +export CFLAGS=-DVERSION=\"$(DEB_UPSTREAM_VERSION)\" --- python-cups-1.9.46.orig/debian/control +++ python-cups-1.9.46/debian/control @@ -0,0 +1,17 @@ +Source: python-cups +Section: python +Priority: optional +Maintainer: Ubuntu Core developers +XSBC-Original-Maintainer: Otavio Salvador +Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-support (>= 0.6), python-all-dev, + libcupsys2-dev +Standards-Version: 3.7.3 +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: ${shlibs:Depends}, ${python:Depends} +Description: Python bindings for CUPS + A module for using the CUPS 1.2 API in Python programs. --- python-cups-1.9.46.orig/debian/pycompat +++ python-cups-1.9.46/debian/pycompat @@ -0,0 +1 @@ +2 --- python-cups-1.9.46.orig/debian/watch +++ python-cups-1.9.46/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.46.orig/debian/compat +++ python-cups-1.9.46/debian/compat @@ -0,0 +1 @@ +5 --- python-cups-1.9.46.orig/debian/pyversions +++ python-cups-1.9.46/debian/pyversions @@ -0,0 +1 @@ +2.3-