This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository dopewars.
commit 2be7c9e97b5640d92ecd3cffa332c479bd97204a Author: Markus Koschany <[email protected]> Date: Tue Dec 5 18:14:04 2017 +0100 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 ab92914..81a596b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,6 +9,7 @@ dopewars (1.5.12-19) unstable; urgency=medium * Drop deprecated menu file and xpm icon. * Remove README.Debian. * Declare compliance with Debian Policy 4.1.2. + * export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed -- Markus Koschany <[email protected]> Tue, 05 Dec 2017 18:07:35 +0100 diff --git a/debian/rules b/debian/rules index 54f5aa9..a66b03c 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 override_dh_auto_configure: dh_auto_configure -- --prefix=/usr --datadir=/usr/share --bindir=/usr/games --localstatedir=/var/games --libdir=/usr/lib --libexecdir=/usr/lib --without-esd -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/dopewars.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

