[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 e42f579a288e7b6c1fe97e90a5dd0241ce9dc19d
Author: Guo Yixuan <culu.gyx at gmail.com>
Date: Fri Aug 24 16:26:29 2012 +0800
Move from override_dh_clean to override_dh_auto_clean
diff --git a/debian/rules b/debian/rules
index d3f3afc..833276e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -171,10 +171,6 @@ 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
- find . -name "Makefile" | grep -v samples | xargs -r rm
- rm -f configure clientscr/boincscr
- rm -rf py/lib.linux-*-2.*
- rm -f client_state.xml gui_rpc_auth.cfg
# Commands not to execute - empty overrides
override_dh_auto_test:
@@ -260,6 +256,10 @@ override_dh_auto_clean:
$(MAKE) -C samples/example_app distclean
$(MAKE) -C samples/wrapper distclean
find . -name Makefile.in -o -name "*.a" -o -name "*.o" | xargs -r rm
+ find . -name "Makefile" | grep -v samples | xargs -r rm
+ 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
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list