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

Steffen Moeller moeller at debian.org
Sat Oct 29 22:24:46 UTC 2011


The following commit has been merged in the master branch:
commit db5e9b8aec2b6cc066ddef6c89889311a36deb5d
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Oct 9 16:43:11 2011 +0200

    No recursion.

diff --git a/debian/rules b/debian/rules
index 2a4bb9b..a1824af 100755
--- a/debian/rules
+++ b/debian/rules
@@ -282,7 +282,7 @@ override_dh_auto_clean:
 
 override_dh_auto_install: update-boinc-applinks.1
 	$(MAKE) DESTDIR=$(CURDIR)/debian/tmp install
-	dh install
+	dh_install
 	for i in $(CURDIR)/debian/*/usr/bin ; \
 	do \
 		egrep -l "^#!.*env..*python" $$i/* | xargs -r sed -i '1s%#!.*%#!/usr/bin/python%' ; \

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list