[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-146-gec3887f

Steffen Moeller moeller at debian.org
Sat Jan 1 23:38:31 UTC 2011


The following commit has been merged in the master branch:
commit e474a9f4831d7f1346a02b62b96ae2d75a0ebac3
Author: Steffen Moeller <moeller at debian.org>
Date:   Fri Dec 31 21:41:23 2010 +0100

    Put clean back in, added binaries to clean

diff --git a/debian/rules b/debian/rules
index 0893e63..5e6009b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -107,6 +107,9 @@ CFGFLAGS_boinc-client = \
 %:
 	dh $@ --with-quilt
 
+clean:
+	dh clean
+
 # Commands not to execute - empty overrides
 override_dh_auto_test:
 
@@ -165,8 +168,10 @@ BINARIES= sched/census sched/cgi sched/db_dump sched/db_purge \
 	sched/sched_driver sched/send_file sched/show_shmem \
 	sched/single_job_assimilator sched/transitioner sched/trickle_handler \
 	sched/update_stats sched/wu_check \
-	clientgui/boincmgr 
-
+	clientgui/boincmgr
+BINARIES += samples/worker/worker samples/wrapper/wrapper samples/sleeper/sleeper \
+	samples/nvcuda/cuda samples/example_app/example_app samples/vm_wrapper/vm_wrapper \
+	samples/atiopencl/atiopencl
 
 override_dh_auto_clean: 
 	dh_auto_clean
@@ -284,5 +289,5 @@ get-orig-source:
 	$$EXB -r $$VERSION -t $(origDir); \
 	rm -f $$EXB
 
-.PHONY: build clean install install-stamp binary-arch binary get-orig-source
+.PHONY: build clean install binary-arch binary get-orig-source
 

-- 
BOINC packaging



More information about the pkg-boinc-commits mailing list