This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository scorched3d.
commit 90a944c682cef49d17cb1353df9ccd1536ec91db Author: Markus Koschany <[email protected]> Date: Sat Jul 16 02:34:56 2016 +0200 export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed --- debian/changelog | 1 + debian/rules | 1 + 2 files changed, 2 insertions(+) diff --git a/debian/changelog b/debian/changelog index a1d5fc0..77e6c7b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -33,6 +33,7 @@ scorched3d (44+dfsg-1) unstable; urgency=medium * Update debian/copyright and exclude more cruft and non-dfsg files. * Add gcc-6-ftbfs.patch and fix FTBFS with GCC-6. Thanks to Martin Michlmayr for the report. (Closes: #811647) + * Export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed. -- Markus Koschany <[email protected]> Sat, 16 Jul 2016 01:21:45 +0200 diff --git a/debian/rules b/debian/rules index edffe64..548705e 100755 --- a/debian/rules +++ b/debian/rules @@ -1,5 +1,6 @@ #!/usr/bin/make -f #export DH_VERBOSE=1 +export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: dh $@ --parallel --with autoreconf -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/scorched3d.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

