From: Tobias Mueller Date: Mon, 17 Jan 2011 01:02:38 +0000 (+0100) Subject: Let's hope the builder gets it right to put the correct shebang X-Git-Url: http://git.maemo.org/git/?p=pwnitter;a=commitdiff_plain;h=410d39022b48917ad2bab6ff75c22f23d7292d9e Let's hope the builder gets it right to put the correct shebang --- diff --git a/debian/changelog b/debian/changelog index e7b3083..e4e0e49 100644 --- a/debian/changelog +++ b/debian/changelog @@ -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 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 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 diff --git a/debian/control b/debian/control index 3b7ebba..320c375 100644 --- a/debian/control +++ b/debian/control @@ -2,7 +2,7 @@ Source: pwnitter Section: user/network Priority: extra Maintainer: Tobias Mueller -Build-Depends: debhelper7 +Build-Depends: debhelper7, python-runtime | python2.5-runtime Standards-Version: 3.7.2 XSBC-Bugtracker: mailto:tobiasmue@gnome.org diff --git a/debian/rules b/debian/rules index 5415cb2..3492460 100644 --- a/debian/rules +++ b/debian/rules @@ -1,6 +1,7 @@ #!/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 %: