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

bzed at users.alioth.debian.org bzed at users.alioth.debian.org
Mon Apr 6 21:59:52 UTC 2009


    Date: Monday, April 6, 2009 @ 21:59:52
  Author: bzed
Revision: 8142

debian/pyversions: create file, build for Python 2.4 and later.

Added:
  packages/python-qt4/trunk/debian/pyversions
Modified:
  packages/python-qt4/trunk/debian/changelog
  packages/python-qt4/trunk/debian/rules

Modified: packages/python-qt4/trunk/debian/changelog
===================================================================
--- packages/python-qt4/trunk/debian/changelog	2009-04-06 20:57:31 UTC (rev 8141)
+++ packages/python-qt4/trunk/debian/changelog	2009-04-06 21:59:52 UTC (rev 8142)
@@ -11,13 +11,13 @@
       uses triggers, so the broken 'local' file (which was installed
       via python-central from an old package) will be gone.
       (Closes: #512739)
-    - Build for all Python versions by default.
     - Create debian/python-qt4-dbus.install on the fly as
       directories may change depending on the used python-support
       version.
   * debian/README.source, debian/pycompat:
     - Dropping file, not needed anymore.
   * debian/python-qt4-dbus.install: dropping file, see above.
+  * debian/pyversions: create file, build for Python 2.4 and later.
 
  -- Bernd Zeimetz <bzed at debian.org>  Mon, 06 Apr 2009 22:56:52 +0200
 

Added: packages/python-qt4/trunk/debian/pyversions
===================================================================
--- packages/python-qt4/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-qt4/trunk/debian/pyversions	2009-04-06 21:59:52 UTC (rev 8142)
@@ -0,0 +1 @@
+2.4-

Modified: packages/python-qt4/trunk/debian/rules
===================================================================
--- packages/python-qt4/trunk/debian/rules	2009-04-06 20:57:31 UTC (rev 8141)
+++ packages/python-qt4/trunk/debian/rules	2009-04-06 21:59:52 UTC (rev 8142)
@@ -26,7 +26,7 @@
 endif
 endif
 
-PYTHONS := $(shell pyversions -vs)
+PYTHONS := $(shell pyversions -vr)
 
 DEFAULT_PYTHON := $(shell pyversions -vd)
 




More information about the Python-modules-commits mailing list