[berusky] 24/31: export DEB_LDFLAGS_MAINT_APPEND = -Wl, --as-needed

Markus Koschany apo at moszumanska.debian.org
Sun Jun 12 11:57:05 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository berusky.

commit fefa5134759e04beccd230f0f73724058c1069fc
Author: Markus Koschany <apo at debian.org>
Date:   Sun Jun 12 12:31:54 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 c461125..bb1b38f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,6 +14,7 @@ berusky (1.7-1) unstable; urgency=medium
   * debian/watch: Use version=4
   * Refresh patches for new upstream release.
   * Add libsdl-image1.2-dev to Build-Depends.
+  * Export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed.
 
  -- Markus Koschany <apo at debian.org>  Sun, 12 Jun 2016 11:43:44 +0200
 
diff --git a/debian/rules b/debian/rules
index 44a4e84..2ca724a 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/berusky.git



More information about the Pkg-games-commits mailing list