[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:27 UTC 2012


The following commit has been merged in the master branch:
commit e381f3401059648aaa317561a0d97fb750c70d49
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Tue Jul 10 16:00:44 2012 +0800

    use override_dh_clean instead of a custom clean target

diff --git a/debian/changelog b/debian/changelog
index 83e8c42..771bd9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -13,6 +13,7 @@ boinc (7.0.31+dfsg-1) UNRELEASED; urgency=low
     - use dh_python2 instead of py_support.
     - remove build-stamp, use override_dh_auto_build to build samples.
     - simplify targets by using pattern rule.
+    - use override_dh_clean instead of a custom clean target.
 
  -- Guo Yixuan <culu.gyx at gmail.com>  Tue, 10 Jul 2012 23:21:13 +0800
 
diff --git a/debian/rules b/debian/rules
index 2ea201e..9758584 100755
--- a/debian/rules
+++ b/debian/rules
@@ -149,8 +149,8 @@ CFGFLAGS_boinc-client = \
 %:
 	dh $@ --parallel --with python2
 
-clean:
-	dh clean
+override_dh_clean:
+	dh_clean
 	find . -name "Makefile" | grep -v samples | xargs -r rm
 	rm -f configure clientscr/boincscr
 	rm -rf py/lib.linux-*-2.*
@@ -369,5 +369,5 @@ get-orig-source:
 	$$nice $$EXB -r $$VERSION -t $(origDir); \
 	rm -f $$EXB
 
-.PHONY: clean get-orig-source
+.PHONY: get-orig-source
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list