This is an automated email from the git hooks/post-receive script. ben pushed a commit to branch master in repository rsyntaxtextarea.
commit b6a602a073f31b9f958386ee72ab451c1088793a Author: Benjamin Mesing <[email protected]> Date: Mon Sep 30 20:43:59 2013 +0200 - added option --with-maven-helper to rules file --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 3d64525..8151047 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ VERSION := $(shell dpkg-parsechangelog | sed -ne 's/^Version: \(.*\)-.*/\1/p') %: - dh --with javahelper $@ + dh --with javahelper --with jh_maven_repo_helper $@ get-orig-source: uscan --download-version $(VERSION) --force-download -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/rsyntaxtextarea.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

