r12561 - in /desktop/unstable/gail/debian: changelog patches/99_ltmain_as-needed.patch

slomo at users.alioth.debian.org slomo at users.alioth.debian.org
Tue Sep 18 06:29:26 UTC 2007


Author: slomo
Date: Tue Sep 18 06:29:26 2007
New Revision: 12561

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12561
Log:
* New upstream release:
  + debian/patches/99_ltmain_as-needed.patch:
    - Updated for the new version.

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

Modified: desktop/unstable/gail/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gail/debian/changelog?rev=12561&op=diff
==============================================================================
--- desktop/unstable/gail/debian/changelog (original)
+++ desktop/unstable/gail/debian/changelog Tue Sep 18 06:29:26 2007
@@ -1,6 +1,8 @@
 gail (1.20.0-1) unstable; urgency=low
 
-  * New upstream release.
+  * New upstream release:
+    + debian/patches/99_ltmain_as-needed.patch:
+      - Updated for the new version.
   * Upload to unstable, drop check-dist include.
 
  -- Sebastian Dröge <slomo at debian.org>  Tue, 18 Sep 2007 08:18:19 +0200

Modified: desktop/unstable/gail/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gail/debian/patches/99_ltmain_as-needed.patch?rev=12561&op=diff
==============================================================================
--- desktop/unstable/gail/debian/patches/99_ltmain_as-needed.patch (original)
+++ desktop/unstable/gail/debian/patches/99_ltmain_as-needed.patch Tue Sep 18 06:29:26 2007
@@ -1,32 +1,31 @@
-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-09-18 08:26:12.000000000 +0200
++++ ltmain.sh	2007-09-18 08:28:26.000000000 +0200
+@@ -1794,6 +1794,12 @@
  	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
  	;;
  
 +      -Wl,--as-needed)
-+	deplibs="$deplibs $arg"
-+	continue
-+	;;
++        deplibs="$deplibs $arg"
++        continue
++        ;;
 +      
++
        -Wl,*)
  	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
  	arg=
-@@ -2124,6 +2129,15 @@
+@@ -2137,6 +2143,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)
++        -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|-threads)
  	  if test "$linkmode,$pass" = "prog,link"; then
  	    compile_deplibs="$deplib $compile_deplibs"




More information about the pkg-gnome-commits mailing list