[Python-modules-commits] r11733 - in packages/python-cups/trunk/debian (3 files)

joss at users.alioth.debian.org joss at users.alioth.debian.org
Mon Feb 15 18:34:11 UTC 2010


    Date: Monday, February 15, 2010 @ 18:34:01
  Author: joss
Revision: 11733

* Build-depend on python-all-dev >= 2.5, not python-dev.
* Remove debian/pycompat.
* Require debhelper 7.3.7 for the multiple Python version support.

Modified:
  packages/python-cups/trunk/debian/changelog
  packages/python-cups/trunk/debian/control
Deleted:
  packages/python-cups/trunk/debian/pycompat

Modified: packages/python-cups/trunk/debian/changelog
===================================================================
--- packages/python-cups/trunk/debian/changelog	2010-02-15 18:09:13 UTC (rev 11732)
+++ packages/python-cups/trunk/debian/changelog	2010-02-15 18:34:01 UTC (rev 11733)
@@ -17,6 +17,9 @@
   [ Josselin Mouette ]
   * Add Jérôme, myself and the Python modules team to uploaders.
   * Add missing ${shlibs:Depends}.
+  * Build-depend on python-all-dev >= 2.5, not python-dev.
+  * Remove debian/pycompat.
+  * Require debhelper 7.3.7 for the multiple Python version support.
 
  -- Josselin Mouette <joss at debian.org>  Mon, 15 Feb 2010 18:41:52 +0100
 

Modified: packages/python-cups/trunk/debian/control
===================================================================
--- packages/python-cups/trunk/debian/control	2010-02-15 18:09:13 UTC (rev 11732)
+++ packages/python-cups/trunk/debian/control	2010-02-15 18:34:01 UTC (rev 11733)
@@ -5,9 +5,9 @@
 Uploaders: Jérôme Guelfucci <jeromeg at xfce.org>,
            Josselin Mouette <joss at debian.org>,
            Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 7.0.50~),
+Build-Depends: debhelper (>= 7.3.7),
                python-support (>= 0.6),
-               python-dev,
+               python-all-dev (>= 2.5),
                libcups2-dev
 Standards-Version: 3.8.3
 Homepage: http://cyberelk.net/tim/software/pycups/

Deleted: packages/python-cups/trunk/debian/pycompat
===================================================================
--- packages/python-cups/trunk/debian/pycompat	2010-02-15 18:09:13 UTC (rev 11732)
+++ packages/python-cups/trunk/debian/pycompat	2010-02-15 18:34:01 UTC (rev 11733)
@@ -1 +0,0 @@
-2




More information about the Python-modules-commits mailing list