[SCM] drumgizmo/master: Remove --parallel and --with autoreconf as they are by default in dh 10

viccuad-guest at users.alioth.debian.org viccuad-guest at users.alioth.debian.org
Tue Nov 1 20:18:27 UTC 2016


The following commit has been merged in the master branch:
commit f629e0d6fb90c2ecd8aec92157cd9c734eec5836
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Tue Nov 1 21:07:00 2016 +0100

    Remove --parallel and --with autoreconf as they are by default in dh 10

diff --git a/debian/rules b/debian/rules
index 2ac8222..2e47bcc 100755
--- a/debian/rules
+++ b/debian/rules
@@ -19,7 +19,7 @@ CFLAGS += $(FLAGS)
 CXXFLAGS += $(FLAGS)
 
 %:
-	dh $@ --parallel --with autoreconf
+	dh $@
 
 override_dh_auto_configure:
 	# change --libdir to install lv2's .so where they correspond

-- 
drumgizmo packaging



More information about the pkg-multimedia-commits mailing list