r12554 - in /desktop/unstable/libgnomecanvas/debian: changelog patches/99_ltmain_as-needed.patch
slomo at users.alioth.debian.org
slomo at users.alioth.debian.org
Tue Sep 18 04:53:03 UTC 2007
Author: slomo
Date: Tue Sep 18 04:53:03 2007
New Revision: 12554
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=12554
Log:
* debian/patches/99_ltmain_as-needed.patch:
+ Updated for the new 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=12554&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvas/debian/changelog (original)
+++ desktop/unstable/libgnomecanvas/debian/changelog Tue Sep 18 04:53:03 2007
@@ -6,6 +6,8 @@
[ Sebastian Dröge ]
* New upstream release.
* Upload to unstable, drop check-dist include.
+ * debian/patches/99_ltmain_as-needed.patch:
+ + Updated for the new version.
-- Sebastian Dröge <slomo at debian.org> Tue, 18 Sep 2007 06:36:51 +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=12554&op=diff
==============================================================================
--- desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch (original)
+++ desktop/unstable/libgnomecanvas/debian/patches/99_ltmain_as-needed.patch Tue Sep 18 04:53:03 2007
@@ -2,19 +2,19 @@
===================================================================
--- 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
-@@ -1794,6 +1794,11 @@
+@@ -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=
-@@ -2134,6 +2139,15 @@
+@@ -2124,6 +2129,15 @@
lib=
found=no
case $deplib in
@@ -27,6 +27,6 @@
+ fi
+ continue
+ ;;
- -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
+ -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