r19818 - in /desktop/unstable/libgnomecanvas/debian: changelog patches/99_ltmain_as-needed.patch

joss at users.alioth.debian.org joss at users.alioth.debian.org
Tue Apr 28 11:17:56 UTC 2009


Author: joss
Date: Tue Apr 28 11:17:55 2009
New Revision: 19818

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=19818
Log:
99_ltmain_as-needed.patch: updated for the new libtool version.

Modified:
    desktop/unstable/libgnomecanvas/debian/changelog
    desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch

Modified: desktop/unstable/libgnomecanvas/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvas/debian/changelog?rev=19818&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvas/debian/changelog (original)
+++ desktop/unstable/libgnomecanvas/debian/changelog Tue Apr 28 11:17:55 2009
@@ -13,6 +13,7 @@
     xrefs.
   * New upstream release.
   * Update list of copyright holders.
+  * 99_ltmain_as-needed.patch: updated for the new libtool version.
 
  -- Josselin Mouette <joss at debian.org>  Tue, 28 Apr 2009 13:15:50 +0200
 

Modified: desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch?rev=19818&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch (original)
+++ desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch Tue Apr 28 11:17:55 2009
@@ -1,8 +1,6 @@
-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 @@
+--- ltmain.sh.orig	2009-03-09 14:27:10.000000000 +0100
++++ ltmain.sh	2009-04-28 13:17:11.438451691 +0200
+@@ -1807,6 +1807,11 @@
  	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
  	;;
  
@@ -10,11 +8,11 @@
 +	deplibs="$deplibs $arg"
 +	continue
 +	;;
-+      
++
        -Wl,*)
  	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
  	arg=
-@@ -2124,6 +2129,15 @@
+@@ -2147,6 +2152,15 @@
  	lib=
  	found=no
  	case $deplib in
@@ -27,6 +25,6 @@
 +	  fi
 +	  continue
 +	  ;;
- 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe)
+ 	-mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
  	  if test "$linkmode,$pass" = "prog,link"; then
  	    compile_deplibs="$deplib $compile_deplibs"




More information about the pkg-gnome-commits mailing list