[SCM] BOINC packaging branch, master, updated. debian/7.0.33+dfsg-1-38-g300d58c

Guo Yixuan culu.gyx at gmail.com
Mon Sep 3 16:25:06 UTC 2012


The following commit has been merged in the master branch:
commit 300d58cc7e5ddd61a46b60570cfbfbbcc7e0fdd9
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Fri Aug 24 16:27:33 2012 +0800

    Move from auto_clean to clean

diff --git a/debian/changelog b/debian/changelog
index e403e02..6ed87c5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,7 @@ boinc (7.0.34+dfsg-6) UNRELEASED; urgency=low
 
   [ Guo Yixuan ]
   * Updated debian/copyright.
+  * Clean up debian/rules.
 
  -- Steffen Moeller <moeller at debian.org>  Sun, 02 Sep 2012 11:04:19 +0200
 
diff --git a/debian/rules b/debian/rules
index 833276e..2b45c32 100755
--- a/debian/rules
+++ b/debian/rules
@@ -171,6 +171,9 @@ CFGFLAGS_boinc-client = \
 override_dh_clean:
 	dh_clean
 	rm -rf debian/boinc-app-examples debian/boinc-server-maker debian/boinc-app-examples.substvars debian/boinc-server-maker.substvars
+	rm -rf debian/tmp autoreconf-stamp build-*-stamp install-*-stamp
+	rm -fr debian/boinc-amd-opencl debian/boinc-screensaver # for cases when this is not in debian/control
+	rm -f debian/boinc-screensaver.substvars debian/boinc-amd-opencl.substvars # dito
 
 # Commands not to execute - empty overrides
 override_dh_auto_test:
@@ -260,15 +263,12 @@ override_dh_auto_clean:
 	rm -f configure clientscr/boincscr
 	rm -rf py/lib.linux-*-2.*
 	rm -f client_state.xml gui_rpc_auth.cfg
-	rm -rf debian/tmp autoreconf-stamp build-*-stamp install-*-stamp lib/crypt_prog
 	rm -rf  py/build py/lib.linux-x86_64-2.6
 	find . -name "*.pyc" | xargs -r rm
 	rm -f stderr.txt # remnant of application started
 	rm -f lib/crypt_prog test/run notices/feeds.xml
 	find test -name "run-*" | xargs -r rm -rf
 	rm -f $(BINARIES)
-	rm -fr debian/boinc-amd-opencl debian/boinc-screensaver # for cases when this is not in debian/control
-	rm -f debian/boinc-screensaver.substvars debian/boinc-amd-opencl.substvars # dito
 	rm -f \
 	  boinc_lockfile lockfile \
 	  client/boinc.optimized \

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list