This is an automated email from the git hooks/post-receive script. gregoa pushed a commit to branch master in repository tuxguitar.
commit d194ab2976bb5caa3b7e12c6ebb9f47ab3cd9634 Author: gregor herrmann <[email protected]> Date: Tue Dec 17 16:39:00 2013 +0100 whitespace Git-Dch: Ignore --- debian/rules | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/debian/rules b/debian/rules index 4a8cc2c..6f5ca38 100755 --- a/debian/rules +++ b/debian/rules @@ -34,11 +34,11 @@ clean: dh_testroot ${MAKE} -k clean distclean $@ || echo "Ignored" ${RM} -f build-stamp configure-stamp - ${RM} -f debian/${PACKAGE}.1 ./TuxGuitar/tuxguitar + ${RM} -f debian/${PACKAGE}.1 ./TuxGuitar/tuxguitar ${RM} -rf TuxGuitar/build dh_clean -install: build +install: build dh_testdir dh_testroot dh_prep @@ -55,7 +55,7 @@ endif binary-common: dh_testdir dh_testroot - dh_installchangelogs + dh_installchangelogs dh_installdocs --exclude=LICENSE dh_installexamples dh_install -- 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

