r51380 - in /packages/unstable/eog-plugins/debian: changelog rules

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Tue Oct 11 22:12:30 UTC 2016


Author: biebl
Date: Tue Oct 11 22:12:29 2016
New Revision: 51380

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

Modified:
    packages/unstable/eog-plugins/debian/changelog
    packages/unstable/eog-plugins/debian/rules

Modified: packages/unstable/eog-plugins/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/eog-plugins/debian/changelog?rev=51380&op=diff
==============================================================================
--- packages/unstable/eog-plugins/debian/changelog	[utf-8] (original)
+++ packages/unstable/eog-plugins/debian/changelog	[utf-8] Tue Oct 11 22:12:29 2016
@@ -4,6 +4,7 @@
   * Bump debhelper compat level to 10.
   * Use the substvar mechanism to generate the package description.
     This simplifies debian/rules.
+  * Use dh_autoreconf --as-needed for reduced runtime dependencies.
 
  -- Michael Biebl <biebl at debian.org>  Tue, 11 Oct 2016 23:48:29 +0200
 

Modified: packages/unstable/eog-plugins/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/eog-plugins/debian/rules?rev=51380&op=diff
==============================================================================
--- packages/unstable/eog-plugins/debian/rules	[utf-8] (original)
+++ packages/unstable/eog-plugins/debian/rules	[utf-8] Tue Oct 11 22:12:29 2016
@@ -6,6 +6,9 @@
 
 %:
 	dh $@ --with gnome,python3
+
+override_dh_autoreconf:
+	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
 	dh_auto_configure -- \




More information about the pkg-gnome-commits mailing list