r11325 - in /desktop/unstable/nautilus/debian: changelog patches/99_ltmain_as-needed.patch patches/series

joss at users.alioth.debian.org joss at users.alioth.debian.org
Wed Jun 6 21:37:47 UTC 2007


Author: joss
Date: Wed Jun  6 21:37:47 2007
New Revision: 11325

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11325
Log:
* 13_thumbnail_size_pref.patch: stolen from upstream SVN. Introduces a
* 99_ltmain_as-needed.patch: make --as-needed work for the library 
  too.

Added:
    desktop/unstable/nautilus/debian/patches/99_ltmain_as-needed.patch
Modified:
    desktop/unstable/nautilus/debian/changelog
    desktop/unstable/nautilus/debian/patches/series

Modified: desktop/unstable/nautilus/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/changelog?rev=11325&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/changelog (original)
+++ desktop/unstable/nautilus/debian/changelog Wed Jun  6 21:37:47 2007
@@ -3,10 +3,12 @@
   * 12_list-view_expand.patch: update the minimum width to 20
     characters.
   * Update watch file.
-  * 13_thumbnail_size_pref.patch: stolen from upstream SVN. Introduces a 
+  * 13_thumbnail_size_pref.patch: stolen from upstream SVN. Introduces a
     preference to define the thumbnail size (closes: #425400).
-
- -- Josselin Mouette <joss at debian.org>  Sat, 26 May 2007 23:58:12 +0200
+  * 99_ltmain_as-needed.patch: make --as-needed work for the library 
+    too.
+
+ -- Josselin Mouette <joss at debian.org>  Wed, 06 Jun 2007 23:37:14 +0200
 
 nautilus (2.18.1-3) unstable; urgency=low
 

Added: desktop/unstable/nautilus/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/patches/99_ltmain_as-needed.patch?rev=11325&op=file
==============================================================================
--- desktop/unstable/nautilus/debian/patches/99_ltmain_as-needed.patch (added)
+++ desktop/unstable/nautilus/debian/patches/99_ltmain_as-needed.patch Wed Jun  6 21:37:47 2007
@@ -1,0 +1,32 @@
+Index: nautilus-2.18.1/ltmain.sh
+===================================================================
+--- nautilus-2.18.1.orig/ltmain.sh	2006-07-13 09:12:13.000000000 +0200
++++ nautilus-2.18.1/ltmain.sh	2007-06-06 23:36:38.899175453 +0200
+@@ -1784,6 +1784,11 @@
+ 	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
+ 	;;
+ 
++      -Wl,--as-needed)
++	deplibs="$deplibs $arg"
++	continue
++	;;
++      
+       -Wl,*)
+ 	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
+ 	arg=
+@@ -2124,6 +2129,15 @@
+ 	lib=
+ 	found=no
+ 	case $deplib in
++	-Wl,--as-needed)
++	  if test "$linkmode,$pass" = "prog,link"; then
++	    compile_deplibs="$deplib $compile_deplibs"
++	    finalize_deplibs="$deplib $finalize_deplibs"
++	  else
++	    deplibs="$deplib $deplibs"
++	  fi
++	  continue
++	  ;;
+ 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
+ 	  if test "$linkmode,$pass" = "prog,link"; then
+ 	    compile_deplibs="$deplib $compile_deplibs"

Modified: desktop/unstable/nautilus/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/nautilus/debian/patches/series?rev=11325&op=diff
==============================================================================
--- desktop/unstable/nautilus/debian/patches/series (original)
+++ desktop/unstable/nautilus/debian/patches/series Wed Jun  6 21:37:47 2007
@@ -10,3 +10,4 @@
 12_list-view_expand.patch
 13_thumbnail_size_pref.patch
 20_upstream_nautilus-dnd-user-owned.patch -p0
+99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list