[SCM] Packaging for grhino branch, master, updated. debian/0.16.0-3-9-g5c76c71

Vincent Legout vincent at legout.info
Mon Jun 22 21:28:43 UTC 2009


The following commit has been merged in the master branch:
commit 5c76c714371a1233ed1a36714835ce19d9d60d11
Author: Vincent Legout <vincent at legout.info>
Date:   Mon Jun 22 23:28:18 2009 +0200

    Add LDFLAGS to reduce the number of Depends

diff --git a/debian/changelog b/debian/changelog
index 2f63c80..32b4a30 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,7 @@ grhino (0.16.0-4) UNRELEASED; urgency=low
     - Add Suggests on yelp
   * debian/copyright: Moved to DEP-5
   * debian/watch: Updated
+  * debian/rules: Add LDFLAGS to reduce the number of Depends
 
  -- Vincent Legout <vincent at legout.info>  Sat, 20 Jun 2009 12:07:16 +0200
 
diff --git a/debian/rules b/debian/rules
index bee6222..4ddd047 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,6 +8,8 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/simple-patchsys.mk
 
+export LDFLAGS=-Wl,-z,defs -Wl,--as-needed
+
 DEB_CONFIGURE_EXTRA_FLAGS += --bindir=/usr/games
 
 TOSAVE := aclocal.m4 configure acinclude.m4 po/Makefile.in.in config.h.in

-- 
Packaging for grhino



More information about the Pkg-games-commits mailing list