[Python-apps-commits] r5758 - in packages/kupfer/trunk/debian (changelog control rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Mon Jul 5 21:44:33 UTC 2010


    Date: Monday, July 5, 2010 @ 21:44:33
  Author: dktrkranz
Revision: 5758

Now that python2.6 is default Python version, there's no need to mangle shebangs

Modified:
  packages/kupfer/trunk/debian/changelog
  packages/kupfer/trunk/debian/control
  packages/kupfer/trunk/debian/rules

Modified: packages/kupfer/trunk/debian/changelog
===================================================================
--- packages/kupfer/trunk/debian/changelog	2010-07-05 21:39:04 UTC (rev 5757)
+++ packages/kupfer/trunk/debian/changelog	2010-07-05 21:44:33 UTC (rev 5758)
@@ -4,9 +4,13 @@
   * debian/patches/debian_path.patch:
     - Refresh for new upstream release.
   * debian/control:
+    - Build-Depend on python (>= 2.6).
     - Bump Standards-Version to 3.9.0, no changes required.
+  * debian/rules:
+    - Now that python2.6 is default Python version, there's no need to
+      mangle shebangs to be launched by python2.6, back to default.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Mon, 05 Jul 2010 23:38:28 +0200
+ -- Luca Falavigna <dktrkranz at debian.org>  Mon, 05 Jul 2010 23:42:19 +0200
 
 kupfer (0+v200-1) unstable; urgency=low
 

Modified: packages/kupfer/trunk/debian/control
===================================================================
--- packages/kupfer/trunk/debian/control	2010-07-05 21:39:04 UTC (rev 5757)
+++ packages/kupfer/trunk/debian/control	2010-07-05 21:44:33 UTC (rev 5758)
@@ -4,7 +4,7 @@
 Maintainer: Luca Falavigna <dktrkranz at debian.org>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
 Build-Depends: debhelper (>= 7.0.50)
-Build-Depends-Indep: python-support, python2.6, gettext, intltool, python-docutils
+Build-Depends-Indep: python-support, python (>= 2.6), gettext, intltool, python-docutils
 Standards-Version: 3.9.0
 XS-Python-Version: >= 2.6
 Homepage: http://kaizer.se/wiki/kupfer/

Modified: packages/kupfer/trunk/debian/rules
===================================================================
--- packages/kupfer/trunk/debian/rules	2010-07-05 21:39:04 UTC (rev 5757)
+++ packages/kupfer/trunk/debian/rules	2010-07-05 21:44:33 UTC (rev 5758)
@@ -20,12 +20,6 @@
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS
 
-override_dh_pysupport:
-	for file in `find debian/kupfer -type f`; do \
-		sed -ri 's/#!\/usr\/bin\/(env |)?python(\d\.\d|)?/#!\/usr\/bin\/python2.6/' $$file; \
-	done
-	dh_pysupport -V 2.6
-
 override_dh_fixperms:
 	dh_fixperms
 	chmod +x debian/kupfer/usr/share/kupfer/kupfer.py




More information about the Python-apps-commits mailing list