From: Tobias Mueller Date: Sun, 16 Jan 2011 22:26:41 +0000 (+0100) Subject: Tried to fix the Hashbang and Scratchbox issue by putting Perl into the Scratchbox... X-Git-Url: http://git.maemo.org/git/?p=pwnitter;a=commitdiff_plain;h=ab2fcb0b0f3c98e553026a7183708e98224c41a9;hp=64bb8f25a382fbed7f29f59c5e6b050f9dd15748 Tried to fix the Hashbang and Scratchbox issue by putting Perl into the Scratchbox ignored list as per http://wiki.maemo.org/Packaging It seems to work locally but let's check whether the builder gets it right, too. --- diff --git a/Makefile b/Makefile index 2cdb1aa..8bdc5ab 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ #!/usr/bin/make -f -PATH := /usr/bin:$(PATH) -SBOX_REDIRECT_IGNORE := $(SBOX_REDIRECT_IGNORE):/usr/bin/python +PATH:=/usr/bin/dh7:/usr/bin:$(PATH) +SBOX_REDIRECT_IGNORE := $(SBOX_REDIRECT_IGNORE):/usr/bin/python:/usr/bin/perl export PATH SBOX_REDIRECT_IGNORE all: diff --git a/debian/changelog b/debian/changelog index 9003489..e7b3083 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pwnitter (0.0.3-2) freemantle; urgency=low + + * Hm. Hashbang issue is fixed locally but apparently the builder + still messes it up. Now trying to fix it with perl being in + scratchbox's non-redirect list. + + -- Tobias Mueller Mon, 17 Jan 2011 03:45:17 +0530 + pwnitter (0.0.3-1) freemantle; urgency=low * Be able to play PCap files diff --git a/debian/rules b/debian/rules index 2403f35..5415cb2 100644 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f -SBOX_REDIRECT_IGNORE := $(SBOX_REDIRECT_IGNORE):/usr/bin/python +PATH:=/usr/bin/dh7:/usr/bin:$(PATH) +SBOX_REDIRECT_IGNORE := $(SBOX_REDIRECT_IGNORE):/usr/bin/python:/usr/bin/perl export PATH SBOX_REDIRECT_IGNORE %: