[SCM] easytag/master: Remove --disable-silent-rules which is used by default

jcowgill at users.alioth.debian.org jcowgill at users.alioth.debian.org
Tue Jan 2 23:16:04 UTC 2018


The following commit has been merged in the master branch:
commit 96c634bd01ca5006d4d17288e556d79e51ad3e3e
Author: James Cowgill <jcowgill at debian.org>
Date:   Tue Jan 2 22:52:48 2018 +0000

    Remove --disable-silent-rules which is used by default

diff --git a/debian/rules b/debian/rules
index 82ec0e3..cd4c96f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,7 +10,7 @@ override_dh_autoreconf:
 	dh_autoreconf --as-needed
 
 override_dh_auto_configure:
-	dh_auto_configure -- --disable-silent-rules --disable-Werror
+	dh_auto_configure -- --disable-Werror
 
 override_dh_installdocs:
 	dh_installdocs --link-doc=easytag

-- 
easytag packaging



More information about the pkg-multimedia-commits mailing list