[SCM] BOINC packaging branch, master, updated. debian/6.10.17+dfsg-3-89-g015cbd0
Steffen Moeller
moeller at debian.org
Sun Dec 5 23:57:05 UTC 2010
The following commit has been merged in the master branch:
commit 58d87fa8dec61f93ad317550c36dc07ae4540d6c
Author: Steffen Moeller <moeller at debian.org>
Date: Sun Dec 5 21:17:14 2010 +0100
Improving debian/rules
diff --git a/debian/rules b/debian/rules
index a18362e..187a584 100755
--- a/debian/rules
+++ b/debian/rules
@@ -126,11 +126,14 @@ autoreconf-stamp:
cp -f /usr/share/misc/config.guess config.guess
cp -f /usr/share/misc/config.sub config.sub
find . -name "*.php" -o -name "*.php.example" | xargs -L 1 -r chmod 644 --
- aclocal-1.9 -I m4 && autoheader && automake-1.9 && autoconf
+ aclocal-1.9 -I m4 && autoheader && automake-1.9 --add-missing && autoconf
touch $@
-build: test-stamp build-stamp
-build-stamp: autoreconf build-boinc-client-stamp
+build: test-stamp autoreconf build-stamp
+build-stamp: build-boinc-client-stamp build-boinc-manager-and-server-stamp
+ touch $@
+
+build-boinc-manager-and-server-stamp: autoreconf
dh_testdir
./configure $(CFGFLAGS)
$(MAKE)
@@ -176,9 +179,6 @@ clean-patched:
client/scripts/boinc-client \
clientgui/res/Makefile \
sea/Makefile \
- api/libboinc_api.a \
- api/libboinc_graphics2.a \
- lib/libboinc.a \
client/boinc \
packages/solaris/CSW/boincclient/pkginfo \
packages/solaris/CSW/boincclient/prototype \
@@ -252,3 +252,4 @@ get-orig-source:
rm -f $$EXB
.PHONY: build clean clean-patched autoreconf install binary-arch binary get-orig-source
+
--
BOINC packaging
More information about the pkg-boinc-commits
mailing list