[med-svn] [rsem] 03/03: enable full hardening
Sascha Steinbiss
sascha at steinbiss.name
Fri May 13 21:40:43 UTC 2016
This is an automated email from the git hooks/post-receive script.
sascha-guest pushed a commit to branch master
in repository rsem.
commit 3582100ff7c06a64dacaf3f307e522bbb1ec3a51
Author: Sascha Steinbiss <sascha at steinbiss.name>
Date: Fri May 13 20:53:36 2016 +0000
enable full hardening
---
debian/changelog | 3 ++-
debian/rules | 2 ++
2 files changed, 4 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index fb6e312..0e6df09 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
-rsem (1.2.26+dfsg-2.1) UNRELEASED; urgency=medium
+rsem (1.2.26+dfsg-3) unstable; urgency=medium
* Team upload.
* Bump Standards-Version.
+ * Enable full hardening.
* Re-introduce bowtie Build-Dep enable builds only on those architectures
where bowtie is available
Closes: #803550
diff --git a/debian/rules b/debian/rules
index 2989135..3c1b96c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,8 @@ DH_VERBOSE := 1
DEBVERS := $(shell dpkg-parsechangelog | awk '/^Version:/ {print $$2}')
VERSION := $(shell echo '$(DEBVERS)' | sed -e 's/^[0-9]*://' -e 's/-.*//')
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
%:
dh $@ --parallel
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/rsem.git
More information about the debian-med-commit
mailing list