[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-314-gccecfd3

Steffen Moeller moeller at debian.org
Sat Oct 8 16:43:46 UTC 2011


The following commit has been merged in the master branch:
commit ccecfd362057b22a25ccdadf70f6b17f4de8a1ab
Author: Steffen Moeller <moeller at debian.org>
Date:   Sat Oct 8 18:42:40 2011 +0200

    Working on paths for python after install

diff --git a/debian/rules b/debian/rules
index 3c55e8c..088b74c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -284,6 +284,10 @@ install: install-stamp
 install-stamp: build update-boinc-applinks.1
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
 	dh install
+	for i in $(CURDIR)/debian/*/usr/bin ; \
+	do \
+		egrep -l "^#!.*env..*python" $$i/* | xargs -r sed -i '1s%#!.*%#!/usr/bin/python%'
+	done
 	touch $@
 
 override_dh_strip:

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list