This is an automated email from the git hooks/post-receive script. apo pushed a commit to branch master in repository sweethome3d-furniture-editor.
commit 2a9f1b45762aa78519ebb974d78381fe10cab974 Author: Markus Koschany <[email protected]> Date: Mon Aug 29 21:24:06 2016 +0200 Remove override for dh_builddeb because xz is the default now. --- debian/rules | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/debian/rules b/debian/rules index 05e1b01..8dfcd80 100755 --- a/debian/rules +++ b/debian/rules @@ -14,7 +14,7 @@ override_dh_auto_build: mkdir -p build/classes-sh3d unzip -q /usr/share/sweethome3d/sweethome3d.jar -d build/classes-sh3d dh_auto_build - + override_dh_auto_install: mv FurnitureLibraryEditor-*.jar $(NAME).jar #icons @@ -32,9 +32,6 @@ override_dh_auto_clean: rm -rf debian/icons dh_clean -override_dh_builddeb: - dh_builddeb -- -Zxz - TXZ=$(NAME)_$(VERS).orig.tar.xz TMPDIR=_tmpdir get-orig-source: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d-furniture-editor.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

