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

pochu-guest at users.alioth.debian.org pochu-guest at users.alioth.debian.org
Wed Jan 16 19:13:48 UTC 2008


    Date: Wednesday, January 16, 2008 @ 19:13:47
  Author: pochu-guest
Revision: 532

change the hashbang so scribes starts

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

Modified: packages/scribes/trunk/debian/changelog
===================================================================
--- packages/scribes/trunk/debian/changelog	2008-01-16 18:50:02 UTC (rev 531)
+++ packages/scribes/trunk/debian/changelog	2008-01-16 19:13:47 UTC (rev 532)
@@ -4,13 +4,16 @@
   * debian/control:
     - Make scrollkeeper build dependency non-versioned. Closes: #459477.
     - Bumped Standards to 3.7.3, no changes needed.
+  * debian/control, debian/rules:
     - Change python-all-dev build dependency to
       python2.5-dev | python-dev (>= 2.5), as upstream now needs python2.5.
     - Change XS-Python-Versions to >= 2.5.
+    - Change /usr/bin/scribes hashbang to python2.5 in debian/rules, so
+      scribes is started properly and works.
   * debian/rules:
     - Move debhelper stuff to binary-indep since the package is arch: all.
 
- -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Sat, 12 Jan 2008 23:18:10 +0100
+ -- Emilio Pozuelo Monfort <pochu at ubuntu.com>  Wed, 16 Jan 2008 19:54:12 +0100
 
 scribes (0.3.2.9-2) unstable; urgency=low
 

Modified: packages/scribes/trunk/debian/rules
===================================================================
--- packages/scribes/trunk/debian/rules	2008-01-16 18:50:02 UTC (rev 531)
+++ packages/scribes/trunk/debian/rules	2008-01-16 19:13:47 UTC (rev 532)
@@ -52,6 +52,9 @@
 	# 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 hardcode the hashbang
+	sed -i -e 's/env python/$(shell pyversions -r)/g' $(CURDIR)/debian/scribes/usr/bin/scribes
+
 # Build architecture-independent files here.
 binary-indep: build install
 	dh_testdir




More information about the Python-apps-commits mailing list