This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jedit.
commit bb61f3a9a1838837af7bd464a007c3d467b6ac2f Author: Emmanuel Bourg <[email protected]> Date: Mon Oct 13 12:19:31 2014 +0200 Updated the dh invocation options for dh9 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index c127f4f..525093e 100755 --- a/debian/rules +++ b/debian/rules @@ -9,7 +9,7 @@ ICONS := $(DESTDIR)/usr/share/icons/hicolor TMPDIR := get-orig-source-tmp %: - dh --with javahelper $@ + dh $@ --with javahelper override_dh_builddeb: dh_builddeb -- -Zxz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jedit.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

