[SCM] BOINC packaging branch, master, updated. upstream/7.0.46+dfsg-638-gc45a92a
Gianfranco Costamagna
costamagnagianfranco at yahoo.it
Wed Jan 30 22:08:39 UTC 2013
The following commit has been merged in the master branch:
commit c45a92ae86e881280e151236ac7598688b27da60
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Jan 30 23:08:11 2013 +0100
First attempt to exclude something for client builds
diff --git a/debian/rules b/debian/rules
index 619577d..f3bb33c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -242,11 +242,12 @@ override_dh_auto_build: update-boinc-applinks.1
fi; \
done; \
fi
-
+ifeq (,$(ENABLE_SERVER_TEST))
$(MAKE) -C samples/sleeper
$(MAKE) -C samples/worker
$(MAKE) -C samples/example_app
$(MAKE) -C samples/wrapper
+endif
BINARIES= sched/census sched/cgi sched/db_dump sched/db_purge \
sched/delete_file sched/feeder sched/file_deleter \
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list