[Python-modules-commits] r11729 - in packages/python-cups/trunk (9 files)

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Feb 15 16:59:44 UTC 2010


    Date: Monday, February 15, 2010 @ 16:59:41
  Author: joss
Revision: 11729

Import python-cups in its current state.

Added:
  packages/python-cups/trunk/debian/
  packages/python-cups/trunk/debian/changelog
  packages/python-cups/trunk/debian/compat
  packages/python-cups/trunk/debian/control
  packages/python-cups/trunk/debian/copyright
  packages/python-cups/trunk/debian/pycompat
  packages/python-cups/trunk/debian/pyversions
  packages/python-cups/trunk/debian/rules
  packages/python-cups/trunk/debian/watch


Property changes on: packages/python-cups/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-cups/trunk/debian/changelog
===================================================================
--- packages/python-cups/trunk/debian/changelog	                        (rev 0)
+++ packages/python-cups/trunk/debian/changelog	2010-02-15 16:59:41 UTC (rev 11729)
@@ -0,0 +1,57 @@
+python-cups (1.9.31-1.1) unstable; urgency=low
+
+  * Non-maintainer upload by cups maintainer.
+  * debian/control: Build against libcups2-dev instead of the ancient
+    libcupsys2-dev. We finally want to get rid of the transitional names.
+    (Closes: #494032)
+
+ -- Martin Pitt <mpitt at debian.org>  Tue, 01 Sep 2009 10:56:28 +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 <otavio at ossystems.com.br>  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 <otavio at ossystems.com.br>  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 <otavio at ossystems.com.br>  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 <otavio at ossystems.com.br>  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 <jani at ubuntu.com> by his work on it ]
+
+  * Initial Debian release
+  * debian/watch: Added to make easier to update the package version.
+
+ -- Otavio Salvador <otavio at ossystems.com.br>  Mon, 14 May 2007 16:27:55 -0300

Added: packages/python-cups/trunk/debian/compat
===================================================================
--- packages/python-cups/trunk/debian/compat	                        (rev 0)
+++ packages/python-cups/trunk/debian/compat	2010-02-15 16:59:41 UTC (rev 11729)
@@ -0,0 +1 @@
+5

Added: packages/python-cups/trunk/debian/control
===================================================================
--- packages/python-cups/trunk/debian/control	                        (rev 0)
+++ packages/python-cups/trunk/debian/control	2010-02-15 16:59:41 UTC (rev 11729)
@@ -0,0 +1,16 @@
+Source: python-cups
+Section: python 
+Priority: optional
+Maintainer: Otavio Salvador <otavio at debian.org>
+Build-Depends: cdbs (>= 0.4.43), debhelper (>= 5.0.37.2), python-support (>= 0.6), python-all-dev,
+ libcups2-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.

Added: packages/python-cups/trunk/debian/copyright
===================================================================
--- packages/python-cups/trunk/debian/copyright	                        (rev 0)
+++ packages/python-cups/trunk/debian/copyright	2010-02-15 16:59:41 UTC (rev 11729)
@@ -0,0 +1,30 @@
+This package was debianized by Jani Monoses <jani at ubuntu.com> on
+Wed,  6 Sep 2006 13:09:13 +0300.
+
+It was downloaded from http://cyberelk.net/tim/data/pycups/ 
+
+Upstream Author: Tim Waugh <twaugh at redhat.com> 
+
+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 <jani at ubuntu.com> and
+is licensed under the GPL, see above.

Added: packages/python-cups/trunk/debian/pycompat
===================================================================
--- packages/python-cups/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-cups/trunk/debian/pycompat	2010-02-15 16:59:41 UTC (rev 11729)
@@ -0,0 +1 @@
+2

Added: packages/python-cups/trunk/debian/pyversions
===================================================================
--- packages/python-cups/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-cups/trunk/debian/pyversions	2010-02-15 16:59:41 UTC (rev 11729)
@@ -0,0 +1 @@
+2.3-

Added: packages/python-cups/trunk/debian/rules
===================================================================
--- packages/python-cups/trunk/debian/rules	                        (rev 0)
+++ packages/python-cups/trunk/debian/rules	2010-02-15 16:59:41 UTC (rev 11729)
@@ -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)\"


Property changes on: packages/python-cups/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: packages/python-cups/trunk/debian/watch
===================================================================
--- packages/python-cups/trunk/debian/watch	                        (rev 0)
+++ packages/python-cups/trunk/debian/watch	2010-02-15 16:59:41 UTC (rev 11729)
@@ -0,0 +1,2 @@
+version=3
+http://cyberelk.net/tim/data/pycups/pycups-(.*).tar.bz2 debian git-import-orig




More information about the Python-modules-commits mailing list