[SCM] SETI at home packaging branch, master, updated. debian/7.00_svn1883-1-29-g0fc7ce1

Guo Yixuan culu.gyx at gmail.com
Tue Jun 25 16:39:38 UTC 2013


The following commit has been merged in the master branch:
commit 523cf5c2515449b7078c0acb157b46de2dd0f2f5
Author: Guo Yixuan <culu.gyx at gmail.com>
Date:   Tue Jun 25 22:33:49 2013 +0800

    override_dh_clean: shortened by removing old code

diff --git a/debian/rules b/debian/rules
index 13f87d7..31025f6 100755
--- a/debian/rules
+++ b/debian/rules
@@ -131,21 +131,12 @@ override_dh_auto_build:
 	dh_auto_build -O--parallel --builddirectory=nographics
 
 override_dh_auto_clean:
-	if [ -r Makefile ]; then make clean; fi
-	find . -name "*.o" -delete
-	find . -name ".deps" -a -type d | xargs -r rm -r
-	rm -f client/seti_boinc client/hires_timer_test tools/fakedata tools/workunit_resample tools/workunit_to_ascii
 	dh_clean \
-	  client/setiathome-$(UPSTREAM_VERSION).* \
-	  client/setiathome_enhanced client/setiathome_graphics \
-	  debian/extra/app_info.xml debian/extra-graphics/app_info.xml \
-	  client/setiathome-7.0.x86_64-pc-linux-gnu*
+	  debian/extra/app_info.xml debian/extra-graphics/app_info.xml
 	# may be seen after invoking binary
-	rm -f client/boinc_finish_called client/result.sah client/state.sah client/stderr.txt client/wisdom.sah client/work_unit.sah client/boinc_lockfile client/project_specific_defines.h
+	# rm -f client/boinc_finish_called client/result.sah client/state.sah client/stderr.txt client/wisdom.sah client/work_unit.sah client/boinc_lockfile client/project_specific_defines.h
 	# generated by autoconf
-	rm -f  Makefile Makefile.in aclocal.m4 assimilator/Makefile assimilator/Makefile.in client/Makefile client/Makefile.in config.log config.status configure db/Makefile db/schema_to_class db/tools/Makefile jpeglib/Makefile jpeglib/Makefile.in libtool sah_config.h.in stamp-h1 tools/Makefile tools/Makefile.in validate/Makefile splitter_fft/Makefile splitter_fft/Makefile.in splitter_pfb/Makefile splitter_pfb/Makefile.in
-	rm -f sah_config.h
-	rm -f time_stats_log boinc_lockfile lockfile gui_rpc_auth.cfg stderr.txt
+	rm -f Makefile.in aclocal.m4 assimilator/Makefile.in client/Makefile.in config.log config.status configure db/schema_to_class jpeglib/Makefile.in sah_config.h.in tools/Makefile.in splitter_fft/Makefile.in splitter_pfb/Makefile.in
 
 override_dh_install: 
 	cp -f nographics/client/seti_boinc  nographics/client/setiathome_enhanced

-- 
SETI at home packaging



More information about the pkg-boinc-commits mailing list