[Python-modules-commits] [python-cryptography] 02/03: * Bump Standards-Version to 3.9.7 (no changes). * Turn on "bindnow" hardening option.
Tristan Seligmann
mithrandi at moszumanska.debian.org
Mon Feb 22 00:34:06 UTC 2016
This is an automated email from the git hooks/post-receive script.
mithrandi pushed a commit to branch master
in repository python-cryptography.
commit 17075844e41175d74047b531333465960a751f05
Author: Tristan Seligmann <mithrandi at debian.org>
Date: Mon Feb 22 01:56:15 2016 +0200
* Bump Standards-Version to 3.9.7 (no changes).
* Turn on "bindnow" hardening option.
---
debian/changelog | 2 ++
debian/control | 2 +-
debian/rules | 2 ++
3 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 17f1453..783a249 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,8 @@
python-cryptography (1.2.2-3) UNRELEASED; urgency=medium
* Add autopkgtest and support "nocheck" profile.
+ * Bump Standards-Version to 3.9.7 (no changes).
+ * Turn on "bindnow" hardening option.
-- Tristan Seligmann <mithrandi at debian.org> Mon, 22 Feb 2016 01:05:58 +0200
diff --git a/debian/control b/debian/control
index bfd9892..364979d 100644
--- a/debian/control
+++ b/debian/control
@@ -35,7 +35,7 @@ Build-Depends:
python3-pytest <!nocheck>,
python3-setuptools,
python3-six (>= 1.4.1~),
-Standards-Version: 3.9.6
+Standards-Version: 3.9.7
Homepage: https://cryptography.io/
Vcs-Git: https://anonscm.debian.org/git/python-modules/packages/python-cryptography.git
Vcs-Browser: https://anonscm.debian.org/cgit/python-modules/packages/python-cryptography.git
diff --git a/debian/rules b/debian/rules
index c220be4..60488fb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
#!/usr/bin/make -f
+export DEB_BUILD_MAINT_OPTIONS=hardening=+bindnow
+
export PYBUILD_NAME=cryptography
export PYBUILD_TEST_PYTEST=1
export PYBUILD_TEST_ARGS={dir}/tests/
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-cryptography.git
More information about the Python-modules-commits
mailing list