r19776 - in /packages/unstable/gtetrinet/debian: changelog rules

jordi at users.alioth.debian.org jordi at users.alioth.debian.org
Sat Apr 25 15:39:22 UTC 2009


Author: jordi
Date: Sat Apr 25 15:39:21 2009
New Revision: 19776

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19776
Log:
Use LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed.

Modified:
    packages/unstable/gtetrinet/debian/changelog
    packages/unstable/gtetrinet/debian/rules

Modified: packages/unstable/gtetrinet/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtetrinet/debian/changelog?rev=19776&op=diff
==============================================================================
--- packages/unstable/gtetrinet/debian/changelog (original)
+++ packages/unstable/gtetrinet/debian/changelog Sat Apr 25 15:39:21 2009
@@ -16,8 +16,9 @@
   * Move to debhelper 7.
   * Add patch desktop_file_encoding.patch to remove an obsolete Encoding
     entry from the desktop file.
-
- -- Jordi Mallach <jordi at debian.org>  Sat, 25 Apr 2009 16:44:52 +0200
+  * Use LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed.
+
+ -- Jordi Mallach <jordi at debian.org>  Sat, 25 Apr 2009 17:38:27 +0200
 
 gtetrinet (0.7.11-1) unstable; urgency=low
 

Modified: packages/unstable/gtetrinet/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/gtetrinet/debian/rules?rev=19776&op=diff
==============================================================================
--- packages/unstable/gtetrinet/debian/rules (original)
+++ packages/unstable/gtetrinet/debian/rules Sat Apr 25 15:39:21 2009
@@ -10,4 +10,6 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
 
+LDFLAGS += -Wl,-O1 -Wl,-z,defs -Wl,--as-needed
+
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-ipv6




More information about the pkg-gnome-commits mailing list