r13178 - in /desktop/unstable/libgnomeui/debian: changelog patches/99_ltmain_as-needed.patch

lool at users.alioth.debian.org lool at users.alioth.debian.org
Thu Oct 18 10:54:08 UTC 2007


Author: lool
Date: Thu Oct 18 10:54:07 2007
New Revision: 13178

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=13178
Log:
* New upstream stable release; no API change; bug fix; revert string
  additions.
  - Update patch 99_ltmain_as-needed.

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

Modified: desktop/unstable/libgnomeui/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeui/debian/changelog?rev=13178&op=diff
==============================================================================
--- desktop/unstable/libgnomeui/debian/changelog (original)
+++ desktop/unstable/libgnomeui/debian/changelog Thu Oct 18 10:54:07 2007
@@ -1,8 +1,14 @@
-libgnomeui (2.20.1-1) unstable; urgency=low
-
+libgnomeui (2.20.1.1-1) unstable; urgency=low
+
+  [ Sebastian Dröge ]
   * New upstream bugfix release, many translation and documentation updates.
 
- -- Sebastian Dröge <somo at debian.org>  Mon, 15 Oct 2007 13:22:50 +0200
+  [ Loic Minier ]
+  * New upstream stable release; no API change; bug fix; revert string
+    additions.
+    - Update patch 99_ltmain_as-needed.
+
+ -- Loic Minier <lool at dooz.org>  Thu, 18 Oct 2007 12:48:55 +0200
 
 libgnomeui (2.20.0-1) unstable; urgency=low
 

Modified: desktop/unstable/libgnomeui/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/libgnomeui/debian/patches/99_ltmain_as-needed.patch?rev=13178&op=diff
==============================================================================
--- desktop/unstable/libgnomeui/debian/patches/99_ltmain_as-needed.patch (original)
+++ desktop/unstable/libgnomeui/debian/patches/99_ltmain_as-needed.patch Thu Oct 18 10:54:07 2007
@@ -1,6 +1,7 @@
---- 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 @@
+diff -Nur libgnomeui-2.20.1.1/ltmain.sh libgnomeui-2.20.1.1.new/ltmain.sh
+--- libgnomeui-2.20.1.1/ltmain.sh	2007-02-17 10:05:30.000000000 +0100
++++ libgnomeui-2.20.1.1.new/ltmain.sh	2007-10-18 12:48:09.000000000 +0200
+@@ -1754,6 +1754,12 @@
  	arg=`$echo "X$arg" | $Xsed -e "s/^ //"`
  	;;
  
@@ -13,19 +14,19 @@
        -Wl,*)
  	args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
  	arg=
-@@ -2137,6 +2143,15 @@
+@@ -2094,6 +2100,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|-threads)
++	-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"




More information about the pkg-gnome-commits mailing list