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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Wed Feb 6 19:18:40 UTC 2008


    Date: Wednesday, February 6, 2008 @ 19:18:40
  Author: piotr
Revision: 604

Bumped debhelper minimum required version to 5.0.51~ (due to dh_icons call in debian/rules)

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

Modified: packages/scribes/trunk/debian/changelog
===================================================================
--- packages/scribes/trunk/debian/changelog	2008-02-06 00:05:09 UTC (rev 603)
+++ packages/scribes/trunk/debian/changelog	2008-02-06 19:18:40 UTC (rev 604)
@@ -3,6 +3,9 @@
   * debian/rules:
     - Change path in SaveProcessMonitor to /usr/bin/python2.5 if the
       default python interpreter is lower than python2.5. Closes: #462790.
+  * debian/control:
+    - Bumped debhelper minimum required version to 5.0.51~ (due to dh_icons
+      call in debian/rules)
 
  -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Tue, 05 Feb 2008 23:33:10 +0100
 

Modified: packages/scribes/trunk/debian/control
===================================================================
--- packages/scribes/trunk/debian/control	2008-02-06 00:05:09 UTC (rev 603)
+++ packages/scribes/trunk/debian/control	2008-02-06 19:18:40 UTC (rev 604)
@@ -3,7 +3,7 @@
 Priority: optional
 Maintainer: Emilio Pozuelo Monfort <pochu at ubuntu.com>
 Uploaders: Python Applications Packaging Team <python-apps-team at lists.alioth.debian.org>
-Build-Depends: debhelper (>= 5.0.38), dpatch
+Build-Depends: debhelper (>= 5.0.51~), dpatch
 Build-Depends-Indep: autotools-dev,
                      gconf2 (>= 2.10.1-2),
                      gnome-doc-utils (>= 0.3.2),

Modified: packages/scribes/trunk/debian/rules
===================================================================
--- packages/scribes/trunk/debian/rules	2008-02-06 00:05:09 UTC (rev 603)
+++ packages/scribes/trunk/debian/rules	2008-02-06 19:18:40 UTC (rev 604)
@@ -52,10 +52,10 @@
 	# Add here commands to install the package into debian/scribes.
 	$(MAKE) DESTDIR=$(CURDIR)/debian/scribes install
 
-	# Since python2.4 is the default ATM, we need to hardcore the hashbang
+	# Since python2.4 is the default ATM, we need to hardcode the hashbang
 ifeq (old,$(shell dpkg --compare-versions "`pyversions -vd`" lt '2.5' && echo old)) 
 	sed -i -e '1s/env python/python2.5/g' $(CURDIR)/debian/scribes/usr/bin/scribes
-	sed -i -e 's/\/python/\/python2.5/g' $(CURDIR)/debian/scribes/usr/lib/python2.5/site-packages/SCRIBES/SaveProcessMonitor.py
+	sed -i -e 's,/python,/python2.5,g' $(CURDIR)/debian/scribes/usr/lib/python2.5/site-packages/SCRIBES/SaveProcessMonitor.py
 endif
 
 # Build architecture-independent files here.




More information about the Python-apps-commits mailing list