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

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Dec 20 06:11:41 UTC 2007


Author: slomo
Date: Thu Dec 20 06:11:40 2007
New Revision: 3522

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

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

Modified: packages/gtk-sharp2/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtk-sharp2/trunk/debian/changelog?rev=3522&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/changelog (original)
+++ packages/gtk-sharp2/trunk/debian/changelog Thu Dec 20 06:11:40 2007
@@ -1,3 +1,10 @@
+gtk-sharp2 (2.10.2-4) 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:05 +0100
+
 gtk-sharp2 (2.10.2-3) unstable; urgency=low
 
   * debian/rules:

Modified: packages/gtk-sharp2/trunk/debian/rules
URL: http://svn.debian.org/wsvn/pkg-cli-libs/packages/gtk-sharp2/trunk/debian/rules?rev=3522&op=diff
==============================================================================
--- packages/gtk-sharp2/trunk/debian/rules (original)
+++ packages/gtk-sharp2/trunk/debian/rules Thu Dec 20 06:11:40 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