This is an automated email from the git hooks/post-receive script. sergiodj-guest pushed a commit to branch master in repository sleepyhead.
commit 01ce268584852f7cfc4d918d8f4b5c1189fb668c Author: Sergio Durigan Junior <[email protected]> Date: Mon Aug 21 01:22:25 2017 -0400 Enable hardening=+all in the build. --- debian/rules | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/rules b/debian/rules index 9ba474a..3f9a935 100755 --- a/debian/rules +++ b/debian/rules @@ -6,6 +6,8 @@ DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/default.mk +export DEB_BUILD_MAINT_OPTIONS = hardening=+all + # Needed for selecting qmake-qt5 export QT_SELECT = qt5 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/sleepyhead.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
