r12598 - in /desktop/unstable/gtksourceview2/debian: changelog patches/99_ltmain_as-needed.patch rules

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Thu Sep 20 08:11:41 UTC 2007


Author: slomo
Date: Thu Sep 20 08:11:41 2007
New Revision: 12598

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12598
Log:
* debian/rules:
  + Use LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed to improve linking
    and make the dependencies a bit smaller.

Removed:
    desktop/unstable/gtksourceview2/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/unstable/gtksourceview2/debian/changelog
    desktop/unstable/gtksourceview2/debian/rules

Modified: desktop/unstable/gtksourceview2/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/changelog?rev=12598&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/changelog (original)
+++ desktop/unstable/gtksourceview2/debian/changelog Thu Sep 20 08:11:41 2007
@@ -5,8 +5,9 @@
     gtksourceview packaging. This is parallel installable with the old version.
   * Updated package taken from Ubuntu. Thanks to Aron Sisak, Fernando
     Ribeiro and Sebastien Bacher for updating the package.
-  * debian/patches/99_ltmain_as-needed.patch:
-    + Links with --as-needed to keep the depedencies a bit smaller.
+  * debian/rules:
+    + Use LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed to improve linking
+      and make the dependencies a bit smaller.
   * debian/control.in:
     + Drop gnomeprintui and gnomevfs from build dependencies, drop gnomeprint
       from the dependencies of the -dev package.

Modified: desktop/unstable/gtksourceview2/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtksourceview2/debian/rules?rev=12598&op=diff
==============================================================================
--- desktop/unstable/gtksourceview2/debian/rules (original)
+++ desktop/unstable/gtksourceview2/debian/rules Thu Sep 20 08:11:41 2007
@@ -16,6 +16,7 @@
 
 # Compile options
 DEB_CONFIGURE_EXTRA_FLAGS += --enable-static
+LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
 
 # Debhelper Arguments
 DEB_DH_MAKESHLIBS_ARGS += -V 'libgtksourceview2.0-0 (>= 1.90.4)'
@@ -23,3 +24,4 @@
 # Record build-time version information
 binary-post-install/libgtksourceview2.0-common::
 	dh_buildinfo -plibgtksourceview2.0-common
+




More information about the pkg-gnome-commits mailing list