r29639 - in /packages/unstable/libgdata/debian: changelog patches/99_ltmain_as-needed.patch patches/series rules
mpitt at users.alioth.debian.org
mpitt at users.alioth.debian.org
Mon Sep 12 07:31:29 UTC 2011
Author: mpitt
Date: Mon Sep 12 07:31:29 2011
New Revision: 29639
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=29639
Log:
* 99_ltmain_as-needed.patch: Unfuzz, and convert to -p1.
* Drop simple-patchsys.mk, move to "3.0 (quilt)" source format.
Added:
packages/unstable/libgdata/debian/patches/series
Modified:
packages/unstable/libgdata/debian/changelog
packages/unstable/libgdata/debian/patches/99_ltmain_as-needed.patch
packages/unstable/libgdata/debian/rules
Modified: packages/unstable/libgdata/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/changelog?rev=29639&op=diff
==============================================================================
--- packages/unstable/libgdata/debian/changelog [utf-8] (original)
+++ packages/unstable/libgdata/debian/changelog [utf-8] Mon Sep 12 07:31:29 2011
@@ -1,6 +1,8 @@
libgdata (0.8.1-3) UNRELEASED; urgency=low
* debian/watch: Look for bz2 tarballs.
+ * 99_ltmain_as-needed.patch: Unfuzz, and convert to -p1.
+ * Drop simple-patchsys.mk, move to "3.0 (quilt)" source format.
-- Martin Pitt <mpitt at debian.org> Mon, 12 Sep 2011 09:25:32 +0200
Modified: packages/unstable/libgdata/debian/patches/99_ltmain_as-needed.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/patches/99_ltmain_as-needed.patch?rev=29639&op=diff
==============================================================================
--- packages/unstable/libgdata/debian/patches/99_ltmain_as-needed.patch [utf-8] (original)
+++ packages/unstable/libgdata/debian/patches/99_ltmain_as-needed.patch [utf-8] Mon Sep 12 07:31:29 2011
@@ -1,7 +1,9 @@
---- 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/^ //"`
+Index: libgdata-0.8.1/ltmain.sh
+===================================================================
+--- libgdata-0.8.1.orig/ltmain.sh 2011-04-15 19:19:12.000000000 +0200
++++ libgdata-0.8.1/ltmain.sh 2011-09-12 09:30:26.057965594 +0200
+@@ -5041,6 +5041,11 @@
+ arg=$func_stripname_result
;;
+ -Wl,--as-needed)
@@ -10,9 +12,9 @@
+ ;;
+
-Wl,*)
- args=`$echo "X$arg" | $Xsed -e "$sed_quote_subst" -e 's/^-Wl,//'`
- arg=
-@@ -2137,6 +2142,15 @@
+ func_stripname '-Wl,' '' "$arg"
+ args=$func_stripname_result
+@@ -5394,6 +5399,15 @@
lib=
found=no
case $deplib in
Added: packages/unstable/libgdata/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/patches/series?rev=29639&op=file
==============================================================================
--- packages/unstable/libgdata/debian/patches/series (added)
+++ packages/unstable/libgdata/debian/patches/series [utf-8] Mon Sep 12 07:31:29 2011
@@ -1,0 +1,1 @@
+99_ltmain_as-needed.patch
Modified: packages/unstable/libgdata/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libgdata/debian/rules?rev=29639&op=diff
==============================================================================
--- packages/unstable/libgdata/debian/rules [utf-8] (original)
+++ packages/unstable/libgdata/debian/rules [utf-8] Mon Sep 12 07:31:29 2011
@@ -2,7 +2,6 @@
include /usr/share/cdbs/1/class/autotools.mk
include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/rules/simple-patchsys.mk
include /usr/share/cdbs/1/rules/utils.mk
include /usr/share/cdbs/1/class/gnome.mk
include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
More information about the pkg-gnome-commits
mailing list