Let's hope the builder gets it right to put the correct shebang master
authorTobias Mueller <tobiasmue@gnome.org>
Mon, 17 Jan 2011 01:02:38 +0000 (02:02 +0100)
committerTobias Mueller <tobiasmue@gnome.org>
Thu, 27 Jan 2011 14:37:58 +0000 (15:37 +0100)
debian/changelog
debian/control
debian/rules

index e7b3083..e4e0e49 100644 (file)
@@ -1,3 +1,19 @@
+pwnitter (0.0.3-4) freemantle; urgency=low
+
+  * Now build depending on python-runtime as Hermes does that. Let's
+    hope the builder gets it right now.
+
+ -- Tobias Mueller <tobiasmue@gnome.org>  Mon, 17 Jan 2011 06:30:19 +0530
+
+pwnitter (0.0.3-3) freemantle; urgency=low
+
+  * Hm. It didn't work, but now, without the perl in scratchbox ignore,
+    the X86 target has /usr/bin/python2.5 and the the ARMEL target has
+    /usr/bin/python as hashbang. Let's see whether the builder does it
+    that way, too.
+
+ -- Tobias Mueller <tobiasmue@gnome.org>  Mon, 17 Jan 2011 05:50:42 +0530
+
 pwnitter (0.0.3-2) freemantle; urgency=low
 
   * Hm. Hashbang issue is fixed locally but apparently the builder
 pwnitter (0.0.3-2) freemantle; urgency=low
 
   * Hm. Hashbang issue is fixed locally but apparently the builder
index 3b7ebba..320c375 100644 (file)
@@ -2,7 +2,7 @@ Source: pwnitter
 Section: user/network
 Priority: extra
 Maintainer: Tobias Mueller <tobiasmue@gnome.org>
 Section: user/network
 Priority: extra
 Maintainer: Tobias Mueller <tobiasmue@gnome.org>
-Build-Depends: debhelper7
+Build-Depends: debhelper7, python-runtime | python2.5-runtime
 Standards-Version: 3.7.2
 XSBC-Bugtracker: mailto:tobiasmue@gnome.org
 
 Standards-Version: 3.7.2
 XSBC-Bugtracker: mailto:tobiasmue@gnome.org
 
index 5415cb2..3492460 100644 (file)
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 PATH:=/usr/bin/dh7:/usr/bin:$(PATH)
 #!/usr/bin/make -f
 PATH:=/usr/bin/dh7:/usr/bin:$(PATH)
-SBOX_REDIRECT_IGNORE := $(SBOX_REDIRECT_IGNORE):/usr/bin/python:/usr/bin/perl
+#SBOX_REDIRECT_IGNORE:=$(SBOX_REDIRECT_IGNORE):/usr/bin/perl
+SBOX_REDIRECT_IGNORE:=$(SBOX_REDIRECT_IGNORE):/usr/bin/python
 export PATH SBOX_REDIRECT_IGNORE
 
 %:
 export PATH SBOX_REDIRECT_IGNORE
 
 %: