r16028 - in /desktop/unstable/gtk2-engines/debian: changelog patches/99_ltmain_as-needed.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue May 27 05:50:54 UTC 2008


Author: slomo
Date: Tue May 27 05:50:54 2008
New Revision: 16028

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=16028
Log:
* New upstream bugfix release:
  + debian/patches/99_ltmain_as-needed.patch:
    - Updated to apply cleanly again.

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

Modified: desktop/unstable/gtk2-engines/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/changelog?rev=16028&op=diff
==============================================================================
--- desktop/unstable/gtk2-engines/debian/changelog (original)
+++ desktop/unstable/gtk2-engines/debian/changelog Tue May 27 05:50:54 2008
@@ -1,6 +1,8 @@
 gtk2-engines (1:2.14.2-1) unstable; urgency=low
 
-  * New upstream bugfix release.
+  * New upstream bugfix release:
+    + debian/patches/99_ltmain_as-needed.patch:
+      - Updated to apply cleanly again.
 
  -- Sebastian Dröge <slomo at debian.org>  Tue, 27 May 2008 07:42:25 +0200
 

Modified: desktop/unstable/gtk2-engines/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gtk2-engines/debian/patches/99_ltmain_as-needed.patch?rev=16028&op=diff
==============================================================================
--- desktop/unstable/gtk2-engines/debian/patches/99_ltmain_as-needed.patch (original)
+++ desktop/unstable/gtk2-engines/debian/patches/99_ltmain_as-needed.patch Tue May 27 05:50:54 2008
@@ -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.old	2007-10-09 07:38:25.000000000 +0200
++++ ltmain.sh	2007-10-09 07:39:25.000000000 +0200
+@@ -1794,6 +1794,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 @@
+@@ -2137,6 +2142,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