This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository ossim.
commit db78aa215a0673134cead1f6bddb997e418548f4 Author: Bas Couwenberg <[email protected]> Date: Fri May 6 00:36:48 2016 +0200 Enable all hardening buildflags. --- debian/changelog | 1 + debian/rules | 3 +++ 2 files changed, 4 insertions(+) diff --git a/debian/changelog b/debian/changelog index e443111..32fa9ca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ ossim (1.8.20.3+ds-3) UNRELEASED; urgency=medium * Add Breaks/Replaces on libossim1v5 to deal with uncoordinated Ubuntu changes for g++5 ABI transition. * Bump Standards-Version to 3.9.8, no changes. + * Enable all hardening buildflags. -- Bas Couwenberg <[email protected]> Fri, 06 May 2016 00:21:32 +0200 diff --git a/debian/rules b/debian/rules index 0e121fa..92e01d7 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,8 @@ #!/usr/bin/make -f +# Enable hardening build flags +export DEB_BUILD_MAINT_OPTIONS=hardening=+all + BUILD_DATE=$(shell dpkg-parsechangelog | sed -n 's/^Date: //p' | LC_ALL=C date -u "+%Y%m%d" -f -) OSSIM_VERSION=$(shell dpkg-parsechangelog|grep Version:|cut -d' ' -f2|cut -d- -f1) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/ossim.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

