This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository sweethome3d.
commit 6d2604a75e4bcd702953a57f51c66dc21583808e Author: Markus Koschany <[email protected]> Date: Wed Sep 13 21:04:40 2017 +0200 dh_auto_install override should be dh_install --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 926dbde..3595c75 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ override_dh_auto_build: mkdir -p lib libtest ant jarExecutable -override_dh_auto_install: +override_dh_install: mv install/SweetHome3D-$(VERSION).jar $(JARFILE) # icons for i in 16 22 48 128; do \ -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

