[SCM] BOINC packaging branch, master, updated. debian/7.0.27+dfsg-3-59-ge381f34

Guo Yixuan culu.gyx at gmail.com
Wed Jul 11 05:14:26 UTC 2012


The following commit has been merged in the master branch:
commit fdbe7ca9232ccd2b18f94d57728c5ee5608c3ed0
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Tue Jul 10 15:55:52 2012 +0800

    these targets are also handled by dh now

diff --git a/debian/changelog b/debian/changelog
index 29243fe..83e8c42 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ boinc (7.0.31+dfsg-1) UNRELEASED; urgency=low
   * debian/rules:
     - use dh_python2 instead of py_support.
     - remove build-stamp, use override_dh_auto_build to build samples.
+    - simplify targets by using pattern rule.
 
  -- Guo Yixuan <culu.gyx at gmail.com>  Tue, 10 Jul 2012 23:21:13 +0800
 
diff --git a/debian/rules b/debian/rules
index 9353f90..2ea201e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -339,15 +339,16 @@ override_dh_compress:
 override_dh_installexamples:
 	dh_installexamples -Xjpeglib 
 
-binary-arch: build install
-	dh binary-arch
+# These targets are handled by the pattern rule (dh $@)
+# binary-arch: build install
+#	dh binary-arch
 
 # only the 'empty' package boinc
-binary-indep: 
-	dh binary-indep
+# binary-indep:
+# 	dh binary-indep
 
-binary:
-	dh binary
+# binary:
+#	dh binary
 
 origDir ?= .
 
@@ -368,5 +369,5 @@ get-orig-source:
 	$$nice $$EXB -r $$VERSION -t $(origDir); \
 	rm -f $$EXB
 
-.PHONY: clean install binary-arch binary get-orig-source
+.PHONY: clean get-orig-source
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list