[boinc] 01/01: Fixed FTBFS in previous commit
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Thu Dec 5 13:15:55 UTC 2013
This is an automated email from the git hooks/post-receive script.
locutusofborg-guest pushed a commit to branch master
in repository boinc.
commit a93c59426fd43733f093515abece510aa26001c6
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Thu Dec 5 14:15:42 2013 +0100
Fixed FTBFS in previous commit
---
debian/rules | 14 +++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/debian/rules b/debian/rules
index 95faab8..e668d98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -146,16 +146,16 @@ CXXFLAGS_boinc-client := $(CXXFLAGS)
$(shell cp debian/control.in debian/control)
# check if we need to enable server packages, based on "exp" string in changelog
-#ENABLE_SERVER_TEST := $(shell dpkg-parsechangelog | egrep '^Distribution:' |egrep -v 'unstable|experimental|UNRELEASED')
+ENABLE_EXPERIMENTAL_TEST := $(shell dpkg-parsechangelog | egrep '^Distribution:' |egrep -v 'experimental|UNRELEASED')
#ENABLE_SERVER_TEST := $(shell egrep '^Package:.*boinc-server-maker' debian/control.in)
-#ifeq (,$(ENABLE_SERVER_TEST))
ENABLE_SERVER := --enable-server
-#$(shell sed 's/^%//' -i debian/control)
-#else
-#ENABLE_SERVER := --disable-server
-#$(shell sed '/^%/d' -i debian/control)
-#endif
+ifeq (,$(ENABLE_EXPERIMENTAL_TEST))
+$(shell sed 's/^%//' -i debian/control)
+else
+ENABLE_SERVER := --disable-server
+$(shell sed '/^%/d' -i debian/control)
+endif
ENABLE_CLIENT_TEST := $(shell egrep '^Package:.*boinc$$' debian/control.in)
ifneq (,$(ENABLE_CLIENT_TEST))
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-boinc/boinc.git
More information about the pkg-boinc-commits
mailing list