[SCM] inkscape/experimental: d/rules: override override_dh_autoreconf to spare some CPU cycles now that we're using cmake

mattia at users.alioth.debian.org mattia at users.alioth.debian.org
Sun Jan 1 14:52:28 UTC 2017


The following commit has been merged in the experimental branch:
commit 9059b86508b3b8e290babdb7ef4415f8f806fe5c
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Wed Dec 28 19:16:27 2016 +0100

    d/rules: override override_dh_autoreconf to spare some CPU cycles now that we're using cmake

diff --git a/debian/rules b/debian/rules
index 8e35145..9775762 100755
--- a/debian/rules
+++ b/debian/rules
@@ -5,6 +5,9 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 %:
 	dh $@ --buildsystem cmake --with python2,bash-completion,gnome
 
+# Don't waste CPU cycles in autoreconfig a package building with cmake.
+override_dh_autoreconf:
+
 override_dh_auto_configure:
 	dh_auto_configure -- \
 		-DWITH_DBUS=ON \

-- 
inkscape packaging



More information about the pkg-multimedia-commits mailing list