This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository libsis-base-java.
commit 87d98e9dca2b49c430a8192f1a17aee28b3d3cfe Author: Andreas Tille <[email protected]> Date: Mon Jan 15 09:06:11 2018 +0100 hardening=+all --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index a52ee57..54d7895 100644 --- a/debian/changelog +++ b/debian/changelog @@ -8,6 +8,7 @@ libsis-base-java (14.12.0-5) UNRELEASED; urgency=medium * Fix debian/get-orig-source * Secure URI in watch file, fixed URL * debhelper 11 + * hardening=+all -- Andreas Tille <[email protected]> Mon, 15 Jan 2018 07:58:49 +0100 diff --git a/debian/rules b/debian/rules index ebd7859..45837b6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,6 +5,8 @@ export CLASSPATH=/usr/share/java/commons-lang.jar:/usr/share/java/commons-io.jar:/usr/share/java/testng.jar +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/libsis-base-java.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
