r51374 - in /desktop/unstable/eog/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 11 21:46:18 UTC 2016


Author: biebl
Date: Tue Oct 11 21:46:18 2016
New Revision: 51374

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=51374
Log:
Use dh-autoreconf --as-needed for reduced runtime dependencies.

Modified:
    desktop/unstable/eog/debian/changelog
    desktop/unstable/eog/debian/rules

Modified: desktop/unstable/eog/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/changelog?rev=51374&op=diff
==============================================================================
--- desktop/unstable/eog/debian/changelog	[utf-8] (original)
+++ desktop/unstable/eog/debian/changelog	[utf-8] Tue Oct 11 21:46:18 2016
@@ -6,6 +6,7 @@
     (Closes: #558501)
   * Add Build-Depends on gnome-common, required by autoreconf.
   * Exclude libtool .la files from list-missing.
+  * Use dh-autoreconf --as-needed for reduced runtime dependencies.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 11 Oct 2016 23:26:34 +0200
 

Modified: desktop/unstable/eog/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/eog/debian/rules?rev=51374&op=diff
==============================================================================
--- desktop/unstable/eog/debian/rules	[utf-8] (original)
+++ desktop/unstable/eog/debian/rules	[utf-8] Tue Oct 11 21:46:18 2016
@@ -7,6 +7,9 @@
 %:
 	dh $@ --with gir,gnome
 
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
+
 override_dh_auto_configure:
 	dh_auto_configure -- --enable-gtk-doc
 




More information about the pkg-gnome-commits mailing list