[boinc] 02/07: Stupid commit
Gianfranco Costamagna
locutusofborg-guest at moszumanska.debian.org
Thu Aug 28 20:09:11 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 061d4afea2b3381894ad326e28ee7b73a8952cf1
Author: Gianfranco Costamagna <costamagnagianfranco at yahoo.it>
Date: Wed Aug 20 18:18:24 2014 +0200
Stupid commit
---
debian/changelog | 6 ++++++
debian/rules | 6 ++++++
2 files changed, 12 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 921f2e9..05c61b0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+boinc (7.4.14+dfsg-2) unstable; urgency=medium
+
+ * Update fix-typo.patch with another typo fixed
+
+ -- Gianfranco Costamagna <costamagnagianfranco at yahoo.it> Thu, 14 Aug 2014 10:38:10 +0200
+
boinc (7.4.14+dfsg-1exp1) experimental; urgency=medium
* Upload to experimental, with the boinc-server packages.
diff --git a/debian/rules b/debian/rules
index 41ecfe6..53a694a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,6 +13,8 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+# Set default flags with dpkg-buildflags
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
ifeq ($(DEB_BUILD_GNU_TYPE), $(DEB_HOST_GNU_TYPE))
TYPE_FLAGS = --build $(DEB_HOST_GNU_TYPE)
else
@@ -177,7 +179,11 @@ CFGFLAGS_boinc-client = \
%:
+ifeq (,$(ENABLE_SERVER_TEST))
dh $@ --with python2,autoreconf --parallel
+else
+ dh $@ --with python2,autoreconf
+endif
override_dh_clean:
dh_clean
--
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