[Pkg-cgit-commits] [pkg-cgit] 10/18: Enable verbose compilation

Peter Colberg peter at colberg.org
Thu Jun 16 01:59:55 UTC 2016


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

pc-guest pushed a commit to branch master
in repository pkg-cgit.

commit 26317f0e4ab0712f2dbec610759ef8d69c218452
Author: Peter Colberg <peter at colberg.org>
Date:   Fri Jun 10 07:51:37 2016 -0400

    Enable verbose compilation
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index e19a8d0..ab0b9c9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -37,7 +37,7 @@ override_dh_auto_clean:
 	-rm cgitrc.5 
 
 override_dh_auto_build:
-	dh_auto_build
+	dh_auto_build -- V=1
 	a2x -f manpage cgitrc.5.txt
 
 override_dh_auto_install:
@@ -46,7 +46,7 @@ override_dh_auto_install:
 
 override_dh_auto_test:
 	chmod +x tests/*.sh
-	dh_auto_test
+	dh_auto_test -- V=1
 
 override_dh_fixperms:
 	dh_fixperms

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



More information about the Pkg-cgit-commits mailing list