[boinc] 01/01: New unstable release

Gianfranco Costamagna locutusofborg-guest at moszumanska.debian.org
Tue May 27 11:06:13 UTC 2014


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

locutusofborg-guest pushed a commit to annotated tag debian/7.2.47+dfsg-3
in repository boinc.

commit eb440e6414e4aabe693202f94d670894b2281706
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date:   Sun May 25 00:00:11 2014 +0200

    New unstable release
---
 debian/changelog |  7 +++++++
 debian/rules     | 14 ++++++++------
 2 files changed, 15 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d838fc1..92aaa36 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+boinc (7.2.47+dfsg-3) unstable; urgency=medium
+
+  * Fix typo in debian/rules, we were unnecessarily building
+    server stuff.
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it>  Sat, 24 May 2014 23:57:56 +0200
+
 boinc (7.2.47+dfsg-2) unstable; urgency=medium
 
   * samples/zip/unzip only built with server.
diff --git a/debian/rules b/debian/rules
index cb85882..1070d27 100755
--- a/debian/rules
+++ b/debian/rules
@@ -147,16 +147,16 @@ $(shell cp debian/control.in debian/control)
 $(shell sed '/^#/d' -i 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_SERVER_TEST := $(shell dpkg-parsechangelog | egrep '^Distribution:' |egrep -v 'experimental|UNRELEASED')
 
-ifeq (,$(ENABLE_EXPERIMENTAL_TEST))
+ifeq (,$(ENABLE_SERVER_TEST))
 $(shell sed 's/^%//' -i debian/control)
 else
 $(shell sed '/^%/d' -i debian/control)
 endif
 
-ENABLE_SERVER_TEST := $(shell egrep '^Package:.*boinc-server-maker' debian/control debian/control.in | grep -v boinc-server-maker)
-ifeq (,$(ENABLE_EXPERIMENTAL_TEST))
+#ENABLE_SERVER_TEST := $(shell egrep '^Package:.*boinc-server-maker' debian/control debian/control.in | grep -v boinc-server-maker)
+ifeq (,$(ENABLE_SERVER_TEST))
 ENABLE_SERVER := --enable-server
 endif
 
@@ -274,11 +274,13 @@ override_dh_auto_build: update-boinc-applinks.1
 	@echo
 	# disable optimization in api/, for SETI to work
 	#$(MAKE) -C api CFLAGS="$(CFLAGS_noopt)" CXXFLAGS="$(CXXFLAGS_noopt)"
-ifeq (,$(ENABLE_SERVER_TEST))
+
+# we need to build zip because of the libboinc7 reference, until we split the dev packages or we move it in a new package
+#ifeq (,$(ENABLE_SERVER_TEST))
 	# FIXME For some reasons unzip build fails if hardening flags are enabled.
 	$(MAKE) -C zip CFLAGS="$(CFLAGS_plain) -fPIC" CXXFLAGS="$(CXXFLAGS_plain) -fPIC"
 	$(MAKE) -C zip/unzip CFLAGS="$(CFLAGS_plain) -fPIC" CXXFLAGS="$(CXXFLAGS_plain) -fPIC"
-endif
+#endif
 	$(MAKE)
 
 	# Generate binary message catalogs of the BOINC Manager.

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