[med-svn] [soapdenovo2] 01/03: Better hardening
Andreas Tille
tille at debian.org
Sat May 28 07:42:18 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository soapdenovo2.
commit 5643cbecf0d72d7d818d4722decc170169d128b8
Author: Andreas Tille <tille at debian.org>
Date: Sat May 28 09:27:02 2016 +0200
Better hardening
---
debian/changelog | 4 ++++
debian/rules | 2 ++
2 files changed, 6 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d53698b..0104921 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,15 @@
soapdenovo2 (240+dfsg-3) unstable; urgency=medium
+ [ Sascha Steinbiss ]
* Team upload.
* Migrate package to Git.
* Make build reproducible.
- Use fixed build time and date.
* Remove duplicated license in d/copyright.
* Bump Standards-Version.
+
+ [ Andreas Tille ]
+ * Better hardening
-- Sascha Steinbiss <sascha at steinbiss.name> Fri, 27 May 2016 20:24:56 +0000
diff --git a/debian/rules b/debian/rules
index fec15cc..42f5700 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@ export LC_ALL=C
export BDATE=$(shell TZ=UTC LC_ALL=C date -d"$(BUILD_DATE)" +'%b %d %Y')
export BTIME=$(shell TZ=UTC LC_ALL=C date -d"$(BUILD_DATE)" +'%T')
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
%:
dh $@
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/soapdenovo2.git
More information about the debian-med-commit
mailing list