[boinc] 01/01: Enabling server always

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Mon Feb 3 10:41:10 UTC 2014


This is an automated email from the git hooks/post-receive script.

locutusofborg-guest pushed a commit to branch master
in repository boinc.

commit 0c10e5cf44fff689148c3b43c22c9f0c19696ccd
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Mon Feb 3 11:30:16 2014 +0100

    Enabling server always
---
 debian/rules | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/debian/rules b/debian/rules
index 493d471..8233767 100755
--- a/debian/rules
+++ b/debian/rules
@@ -146,24 +146,24 @@ 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_EXPERIMENTAL_TEST := $(shell dpkg-parsechangelog | egrep '^Distribution:' |egrep -v '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)
 
 ENABLE_SERVER := --enable-server
-ifeq (,$(ENABLE_EXPERIMENTAL_TEST))
+#ifeq (,$(ENABLE_EXPERIMENTAL_TEST))
 $(shell sed 's/^%//' -i debian/control)
-else
-$(shell sed '/^%/d' -i debian/control)
-endif
+#else
+#$(shell sed '/^%/d' -i debian/control)
+#endif
 
-ENABLE_CLIENT_TEST := $(shell egrep '^Package:.*boinc$$' debian/control.in)
-ifneq (,$(ENABLE_CLIENT_TEST))
+#ENABLE_CLIENT_TEST := $(shell egrep '^Package:.*boinc$$' debian/control.in)
+#ifneq (,$(ENABLE_CLIENT_TEST))
 ENABLE_CLIENT := --enable-client --enable-manager --enable-dynamic-client-linkage
 $(shell sed 's/^@//' -i debian/control)
-else
-ENABLE_CLIENT := --disable-client --disable-manager
-$(shell sed '/^@/d' -i debian/control)
-endif
+#else
+#ENABLE_CLIENT := --disable-client --disable-manager
+#$(shell sed '/^@/d' -i debian/control)
+#endif
 
 # --disable-static
 # For debugging, these options are useful:

-- 
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