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 <[email protected]> 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

