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

Steffen Moeller moeller at debian.org
Tue Jan 18 00:02:48 UTC 2011


The following commit has been merged in the master branch:
commit d97b159367a821a221bc5ae23d8f5c4807067f14
Author: Steffen Moeller <moeller at debian.org>
Date:   Mon Jan 17 22:44:23 2011 +0100

    Explicit dependencies, the wild card needs to be fixed.
    
    dpkg-buildpackage -B does not work withotu binary-arch
    (important for buildds)

diff --git a/debian/rules b/debian/rules
index 4fdf756..3d5db8e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -292,13 +292,12 @@ override_dh_compress:
 override_dh_installexamples:
 	dh_installexamples -Xjpeglib 
 
-#binary-arch: install
-#	dh binary-arch
+binary-arch: build install
+	dh binary-arch
 
-#binary-indep: 
-#	# nothing to do
-#	#dh binary-indep --remaining
-#
+# only the 'empty' package boinc
+binary-indep: 
+	dh binary-indep
 
 binary:
 	dh binary

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list