[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:45 UTC 2011


The following commit has been merged in the master branch:
commit b46171e2179b371d83745f593fac97659888cd27
Author: Steffen Moeller <moeller at debian.org>
Date:   Sun Oct 9 15:54:28 2011 +0200

    Fixing FTBFS

diff --git a/debian/changelog b/debian/changelog
index 6bba80f..8fb5ee7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+boinc (6.13.6+dfsg-2) unstable; urgency=low
+
+  * Fixing FTBFS (Closes: #644796).
+  * substituted install target with override_dh_auto_install
+
+ -- Steffen Moeller <moeller at debian.org>  Sun, 09 Oct 2011 15:50:33 +0200
+
 boinc (6.13.6+dfsg-1) unstable; urgency=low
 
   * New upstream version.
diff --git a/debian/rules b/debian/rules
index 088b74c..765f677 100755
--- a/debian/rules
+++ b/debian/rules
@@ -279,14 +279,12 @@ override_dh_auto_clean:
 	  packages/solaris/CSW/boincmanager/Makefile
 	debconf-updatepo
 
-install: install-stamp
-
-install-stamp: build update-boinc-applinks.1
+override_dh_auto_install: 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%'
+		egrep -l "^#!.*env..*python" $$i/* | xargs -r sed -i '1s%#!.*%#!/usr/bin/python%' ; \
 	done
 	touch $@
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list