This is an automated email from the git hooks/post-receive script. skitt pushed a commit to branch master in repository uqm.
commit 275289d892c12bc0a5fd112f74455321641f541f Author: Stephen Kitt <[email protected]> Date: Thu Dec 1 07:57:35 2016 +0100 Disable PIE, closes: #843979 --- debian/changelog | 8 ++++++++ debian/rules | 2 ++ 2 files changed, 10 insertions(+) diff --git a/debian/changelog b/debian/changelog index 68087aa..7d1d38c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +uqm (0.6.2.dfsg-9.4) UNRELEASED; urgency=medium + + * Non-maintainer upload. + * Disable PIE, closes: #843979 (see also + https://gcc.gnu.org/bugzilla/show_bug.cgi?id=78311). + + -- Stephen Kitt <[email protected]> Thu, 01 Dec 2016 07:56:29 +0100 + uqm (0.6.2.dfsg-9.3) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/rules b/debian/rules index 2f03d39..9b2d48f 100755 --- a/debian/rules +++ b/debian/rules @@ -2,6 +2,8 @@ export MAKE_VERBOSE = 1 +export DEB_BUILD_MAINT_OPTIONS = hardening=+all,-pie + DPKG_EXPORT_BUILDFLAGS = 1 include /usr/share/dpkg/buildflags.mk -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/uqm.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

