r49287 - in /desktop/unstable/gnome-online-accounts/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Fri Jul 8 12:15:20 UTC 2016


Author: biebl
Date: Fri Jul  8 12:15:20 2016
New Revision: 49287

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

Modified:
    desktop/unstable/gnome-online-accounts/debian/changelog
    desktop/unstable/gnome-online-accounts/debian/rules

Modified: desktop/unstable/gnome-online-accounts/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-online-accounts/debian/changelog?rev=49287&op=diff
==============================================================================
--- desktop/unstable/gnome-online-accounts/debian/changelog	[utf-8] (original)
+++ desktop/unstable/gnome-online-accounts/debian/changelog	[utf-8] Fri Jul  8 12:15:20 2016
@@ -2,6 +2,7 @@
 
   * New upstream release.
   * Convert from cdbs to dh.
+  * Pass --as-needed to dh_autoreconf to reduce runtime dependencies.
 
  -- Michael Biebl <biebl at debian.org>  Fri, 08 Jul 2016 13:33:27 +0200
 

Modified: desktop/unstable/gnome-online-accounts/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/gnome-online-accounts/debian/rules?rev=49287&op=diff
==============================================================================
--- desktop/unstable/gnome-online-accounts/debian/rules	[utf-8] (original)
+++ desktop/unstable/gnome-online-accounts/debian/rules	[utf-8] Fri Jul  8 12:15:20 2016
@@ -6,6 +6,9 @@
 
 %:
 	dh $@ --with autoreconf,gir,gnome
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list