r33807 - in /desktop/unstable/librsvg/debian: changelog patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Mar 30 21:13:52 UTC 2012


Author: biebl
Date: Fri Mar 30 21:13:51 2012
New Revision: 33807

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=33807
Log:
Disable 99_ltmain_as-needed.patch and use dh-autoreconf --as-needed
instead.

Modified:
    desktop/unstable/librsvg/debian/changelog
    desktop/unstable/librsvg/debian/patches/series
    desktop/unstable/librsvg/debian/rules

Modified: desktop/unstable/librsvg/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/changelog?rev=33807&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/changelog [utf-8] (original)
+++ desktop/unstable/librsvg/debian/changelog [utf-8] Fri Mar 30 21:13:51 2012
@@ -3,8 +3,10 @@
   * Revert upstream commit which dropped the "rsvg" script until all reverse
     dependencies have been fixed to use "rsvg-convert". Closes: #666276
   * Use dh-autoreconf to update the build system.
-
- -- Michael Biebl <biebl at debian.org>  Fri, 30 Mar 2012 22:48:05 +0200
+  * Disable 99_ltmain_as-needed.patch and use dh-autoreconf --as-needed
+    instead.
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 30 Mar 2012 23:13:11 +0200
 
 librsvg (2.36.0-1) unstable; urgency=low
 

Modified: desktop/unstable/librsvg/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/patches/series?rev=33807&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/patches/series [utf-8] (original)
+++ desktop/unstable/librsvg/debian/patches/series [utf-8] Fri Mar 30 21:13:51 2012
@@ -1,3 +1,3 @@
 10_rsvg-gz.patch
 20_Revert-Remove-obsolete-script.patch
-99_ltmain_as-needed.patch
+#99_ltmain_as-needed.patch

Modified: desktop/unstable/librsvg/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/librsvg/debian/rules?rev=33807&op=diff
==============================================================================
--- desktop/unstable/librsvg/debian/rules [utf-8] (original)
+++ desktop/unstable/librsvg/debian/rules [utf-8] Fri Mar 30 21:13:51 2012
@@ -13,6 +13,8 @@
 
 LIBRSVG2_PKG := librsvg2-2
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed
+
+DEB_DH_AUTORECONF_ARGS = --as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--libdir=/usr/lib/$(DEB_HOST_MULTIARCH) \




More information about the pkg-gnome-commits mailing list