This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository raster3d.
commit b94a48cc64ac2ece07b7e8449b53c0e5ed40230b Author: Andreas Tille <[email protected]> Date: Mon Oct 23 20:55:28 2017 +0200 hardening=+all --- debian/changelog | 1 + debian/rules | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index e2f0d8d..ddd4120 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ raster3d (3.0-3-3) UNRELEASED; urgency=medium * Fix spelling * DEP3 * Upstream does not support https so watch file can not be turned to https + * hardening=+all -- Andreas Tille <[email protected]> Mon, 23 Oct 2017 20:35:14 +0200 diff --git a/debian/rules b/debian/rules index e133d94..b376265 100755 --- a/debian/rules +++ b/debian/rules @@ -3,6 +3,8 @@ # Author: Andreas Tille <[email protected]> # GPL +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + %: dh $@ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/raster3d.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
