[tuxguitar] 03/04: debian/rules: don't set DH_VERBOSE.

gregor herrmann gregoa at debian.org
Fri Oct 18 19:01:58 UTC 2013


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

gregoa pushed a commit to branch master
in repository tuxguitar.

commit 9c16a6fe3df864e33d3a580a722e66b6c3c10eae
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Oct 18 20:58:46 2013 +0200

    debian/rules: don't set DH_VERBOSE.
    
    Makes the build output more readable.
---
 debian/rules |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 05bd232..ab62b51 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,7 +2,7 @@
 # -*- makefile -*-
 default: build
 
-export DH_VERBOSE=1
+#export DH_VERBOSE=1
 MAINPACKAGE?=$(shell dpkg-parsechangelog | sed -n 's/Source: \(.*\)/\1/p')
 PACKAGE?=tuxguitar
 JAVA_HOME=/usr/lib/jvm/default-java

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



More information about the pkg-java-commits mailing list