[libmatemixer] 08/09: debian/rules: Disable silent build rules.

Mike Gabriel sunweaver at debian.org
Mon Jun 15 06:45:04 UTC 2015


This is an automated email from the git hooks/post-receive script.

sunweaver pushed a commit to branch master
in repository libmatemixer.

commit 56f43e0916561126fa41c913aefab2ad250ee659
Author: Mike Gabriel <mike.gabriel at das-netzwerkteam.de>
Date:   Mon Jun 15 05:44:17 2015 +0200

    debian/rules: Disable silent build rules.
---
 debian/rules | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index be0213e..f7d8a65 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,5 +1,7 @@
 #!/usr/bin/make -f
 
+NULL=
+
 DHFLAGS=--parallel
 
 %:
@@ -14,7 +16,9 @@ override_dh_auto_configure:
 	NOCONFIGURE=1 ./autogen.sh
 	dh_auto_configure $(DHFLAGS) -- \
 		--enable-gtk-doc \
-		--disable-static
+		--disable-static \
+		--disable-silent-rules \
+		$(NULL)
 
 override_dh_strip:
 	dh_strip -plibmatemixer0 --dbg-package=libmatemixer0-dbg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mate/libmatemixer.git



More information about the pkg-mate-commits mailing list