[f2j] 04/05: Better hardening
Andreas Tille
tille at debian.org
Fri Jun 24 11:46:29 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository f2j.
commit 2fd9af5728ea135d1de259360759e00d1bc573da
Author: Andreas Tille <tille at debian.org>
Date: Fri Jun 24 13:40:52 2016 +0200
Better hardening
---
debian/changelog | 1 +
debian/rules | 2 ++
2 files changed, 3 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 310eecd..c993ca0 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ f2j (0.8.1+dfsg-2) UNRELEASED; urgency=medium
* cme fix dpkg-control
* upload to unstable (main)
+ * better hardening
-- Andreas Tille <tille at debian.org> Fri, 24 Jun 2016 13:34:52 +0200
diff --git a/debian/rules b/debian/rules
index 6542e5c..71b6843 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@
# Uncomment this to turn on verbose mode.
#export DH_VERBOSE=1
+export DEB_BUILD_MAINT_OPTIONS = hardening=+all
+
JAVA_HOME=/usr/lib/jvm/default-java
%:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/f2j.git
More information about the pkg-java-commits
mailing list