[Pkg-cli-libs-commits] r3523 - in /packages/gnome-sharp2/trunk/debian: changelog rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Dec 20 06:12:03 UTC 2007


Author: slomo
Date: Thu Dec 20 06:12:03 2007
New Revision: 3523

URL: http://svn.debian.org/wsvn/pkg-cli-libs/?sc=1&rev=3523
Log:
* debian/rules:
  + Also use -Wl,-z,defs -Wl,-O1 when linking.

Modified:
    packages/gnome-sharp2/trunk/debian/changelog
    packages/gnome-sharp2/trunk/debian/rules

Modified: packages/gnome-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-sharp2/trunk/debian/changelog?rev=3523&op=diff
==============================================================================
--- packages/gnome-sharp2/trunk/debian/changelog (original)
+++ packages/gnome-sharp2/trunk/debian/changelog Thu Dec 20 06:12:03 2007
@@ -1,3 +1,10 @@
+gnome-sharp2 (2.16.0-9) UNRELEASED; urgency=low
+
+  * debian/rules:
+    + Also use -Wl,-z,defs -Wl,-O1 when linking.
+
+ -- Sebastian Dröge <slomo at debian.org>  Thu, 20 Dec 2007 07:11:43 +0100
+
 gnome-sharp2 (2.16.0-8) unstable; urgency=low
 
   * debian/rules:

Modified: packages/gnome-sharp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gnome-sharp2/trunk/debian/rules?rev=3523&op=diff
==============================================================================
--- packages/gnome-sharp2/trunk/debian/rules (original)
+++ packages/gnome-sharp2/trunk/debian/rules Thu Dec 20 06:12:03 2007
@@ -7,7 +7,7 @@
 include /usr/share/dpatch/dpatch.make
 
 CFLAGS ?= -O2 -Wall -g
-LDFLAGS += -Wl,--as-needed
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 UPVERSION = $(shell dpkg-parsechangelog | grep ^Vers | cut -d\  -f2 | sed 's,-.*,,')
 NEXT_UPVERSION = $(shell perl -e '$$_=pop; s/(\d+)$$/$$1+1/e; print' $(UPVERSION))




More information about the Pkg-cli-libs-commits mailing list