[Python-modules-commits] [pylibmc] 06/18: change version to 1.5.1-2 (UNRELEASED) Add bindnow to hardening flags. change urgency to medium
Michael Fladischer
fladi at moszumanska.debian.org
Mon Jul 24 13:23:56 UTC 2017
This is an automated email from the git hooks/post-receive script.
fladi pushed a commit to branch master
in repository pylibmc.
commit f8162fc3f35ee26ea32e6308d50cba9162a8de71
Author: Michael Fladischer <FladischerMichael at fladi.at>
Date: Fri May 27 10:01:06 2016 +0200
change version to 1.5.1-2 (UNRELEASED)
Add bindnow to hardening flags.
change urgency to medium
---
debian/changelog | 6 ++++++
debian/rules | 2 ++
2 files changed, 8 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 81ff174..60ca6e5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pylibmc (1.5.1-2) UNRELEASED; urgency=medium
+
+ * Add bindnow to hardening flags.
+
+ -- Michael Fladischer <fladi at debian.org> Fri, 27 May 2016 10:01:06 +0200
+
pylibmc (1.5.1-1) unstable; urgency=low
[ Michael Fladischer ]
diff --git a/debian/rules b/debian/rules
index c5f8c51..0cf1b5c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,8 @@ export PYBUILD_NAME=pylibmc
export PYBUILD_AFTER_BUILD_python2=PYLIBMC_DIR={build_dir} sphinx-build -b html -d docs/.build/.doctrees -N docs docs/.build/html
export PYBUILD_DISABLE=test
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
+
%:
dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/pylibmc.git
More information about the Python-modules-commits
mailing list