r34172 - in /desktop/unstable/cheese/debian: changelog patches/series rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Apr 6 08:46:36 UTC 2012


Author: biebl
Date: Fri Apr  6 08:46:34 2012
New Revision: 34172

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=34172
Log:
Use dh-autoreconf --as-needed and disable 99_ltmain_as-needed.patch.

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

Modified: desktop/unstable/cheese/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/changelog?rev=34172&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/changelog [utf-8] (original)
+++ desktop/unstable/cheese/debian/changelog [utf-8] Fri Apr  6 08:46:34 2012
@@ -5,8 +5,9 @@
     libgudev.
   * Use dh-autoreconf to update the build system.
   * Add Build-Depends on gnome-common for the GNOME autoconf macros.
-
- -- Michael Biebl <biebl at debian.org>  Fri, 06 Apr 2012 10:44:12 +0200
+  * Use dh-autoreconf --as-needed and disable 99_ltmain_as-needed.patch.
+
+ -- Michael Biebl <biebl at debian.org>  Fri, 06 Apr 2012 10:45:49 +0200
 
 cheese (3.4.0-1) unstable; urgency=low
 

Modified: desktop/unstable/cheese/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/patches/series?rev=34172&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/patches/series [utf-8] (original)
+++ desktop/unstable/cheese/debian/patches/series [utf-8] Fri Apr  6 08:46:34 2012
@@ -1,2 +1,2 @@
 01-udev-configure-check.patch
-99_ltmain_as-needed.patch
+#99_ltmain_as-needed.patch

Modified: desktop/unstable/cheese/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/cheese/debian/rules?rev=34172&op=diff
==============================================================================
--- desktop/unstable/cheese/debian/rules [utf-8] (original)
+++ desktop/unstable/cheese/debian/rules [utf-8] Fri Apr  6 08:46:34 2012
@@ -10,6 +10,8 @@
 include /usr/share/cdbs/1/rules/utils.mk
 common-binary-post-install-arch:: list-missing
 
+DEB_DH_AUTORECONF_ARGS = --as-needed
+
 DEB_CONFIGURE_EXTRA_FLAGS += --disable-scrollkeeper \
                              --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
 LDFLAGS += -Wl,-z,defs -Wl,-O1 -Wl,--as-needed




More information about the pkg-gnome-commits mailing list