This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository jedit.
commit 3db0a8328259df7e5d7a3f15f3e50c73c7f2cda1 Author: Markus Koschany <[email protected]> Date: Thu Mar 22 15:51:13 2018 +0100 Move ant clean-all call into dh_install override due to the weird dh_quilt_patch hack. Otherwise the java9.patch is not applied when dh_auto_clean is executed. Closes: #893210 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 688fa60..6e938ca 100755 --- a/debian/rules +++ b/debian/rules @@ -48,11 +48,11 @@ override_dh_auto_install: override_dh_install: dh_install --exclude=LICENSE.md + ant clean-all override_dh_auto_clean: -dh_quilt_unpatch -mv debian/patches/series debian/patches/series.noauto - ant clean-all rm -f debian/jedit.menu debian/jedit.desktop debian/jedit.debhelper.log # bsh: clean rm -rf org/gjt/sp/jedit/bsh bsh -- 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

