[SCM] BOINC packaging branch, debian/experimental, updated. debian/6.2.18-1-2-g8b4c812

Frank S. Thomas fst at debian.org
Fri Sep 5 21:26:37 UTC 2008


The following commit has been merged in the debian/experimental branch:
commit 8b4c8124a93d7e57cf62dcd024f3a5c8a202a05c
Author: Frank S. Thomas <fst at debian.org>
Date:   Fri Sep 5 23:23:51 2008 +0200

    Improved dh usage.

diff --git a/debian/rules b/debian/rules
index 54293cd..6b548e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -165,8 +165,7 @@ clean-patched:
 
 install: build install-stamp
 install-stamp:
-	dh install --after dh_auto_test --before dh_auto_install
-	$(MAKE) install DESTDIR=$(CURDIR)/debian/tmp
+	dh install --after dh_auto_test --until dh_install
 	
 	# Install files for the boinc-client package.
 	install -D client/boinc.optimized \
@@ -191,9 +190,9 @@ install-stamp:
 	# "BOINC Manager.mo" is empty and useless.
 	rm -rf debian/boinc-manager/usr/share/locale/en_US/
 	
-	dh install --after dh_auto_install --before dh_installchangelogs
+	dh install --before dh_installchangelogs
 	dh_installchangelogs -k checkin_notes
-	dh install --after dh_installchangelogs --until dh_fixperms
+	dh install --until dh_fixperms
 	chmod 755 \
 	  debian/boinc-client/usr/share/boinc-client/udev-cpu_share \
 	  debian/boinc-client/usr/share/bug/boinc-client/script \

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list