r42114 - in /desktop/unstable/mutter/debian: changelog control rules

bigon at users.alioth.debian.org bigon at users.alioth.debian.org
Sat Aug 2 12:50:16 UTC 2014


Author: bigon
Date: Sat Aug  2 12:50:16 2014
New Revision: 42114

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=42114
Log:
debian/rules: Pass --as-needed to dh_autoreconf

Modified:
    desktop/unstable/mutter/debian/changelog
    desktop/unstable/mutter/debian/control
    desktop/unstable/mutter/debian/rules

Modified: desktop/unstable/mutter/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/changelog?rev=42114&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/changelog	[utf-8] (original)
+++ desktop/unstable/mutter/debian/changelog	[utf-8] Sat Aug  2 12:50:16 2014
@@ -1,3 +1,9 @@
+mutter (3.12.2-3) UNRELEASED; urgency=medium
+
+  * debian/rules: Pass --as-needed to dh_autoreconf
+
+ -- Laurent Bigonville <bigon at debian.org>  Sat, 02 Aug 2014 14:49:38 +0200
+
 mutter (3.12.2-2) unstable; urgency=medium
 
   * Upload to unstable.

Modified: desktop/unstable/mutter/debian/control
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/control?rev=42114&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/control	[utf-8] (original)
+++ desktop/unstable/mutter/debian/control	[utf-8] Sat Aug  2 12:50:16 2014
@@ -7,7 +7,7 @@
 Section: x11
 Priority: optional
 Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers at lists.alioth.debian.org>
-Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Michael Biebl <biebl at debian.org>, Sjoerd Simons <sjoerd at debian.org>
+Uploaders: Andreas Henriksson <andreas at fatal.se>, Emilio Pozuelo Monfort <pochu at debian.org>, Laurent Bigonville <bigon at debian.org>, Sjoerd Simons <sjoerd at debian.org>
 Build-Depends: cdbs (>= 0.4.90),
                debhelper (>= 9),
                gnome-pkg-tools (>= 0.10),

Modified: desktop/unstable/mutter/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/mutter/debian/rules?rev=42114&op=diff
==============================================================================
--- desktop/unstable/mutter/debian/rules	[utf-8] (original)
+++ desktop/unstable/mutter/debian/rules	[utf-8] Sat Aug  2 12:50:16 2014
@@ -7,6 +7,8 @@
 include /usr/share/gnome-pkg-tools/1/rules/uploaders.mk
 include /usr/share/gnome-pkg-tools/1/rules/gnome-version.mk
 -include /usr/share/gnome-pkg-tools/1/rules/gnome-get-source.mk
+
+DEB_DH_AUTORECONF_ARGS = --as-needed
 
 DEB_CONFIGURE_EXTRA_FLAGS += \
 	--enable-startup-notification=yes \




More information about the pkg-gnome-commits mailing list