[sweethome3d-textures-editor] 03/16: Remove override for dh_builddeb because xz is the default now.

Markus Koschany apo at moszumanska.debian.org
Mon Oct 10 13:03:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository sweethome3d-textures-editor.

commit a1c01c69cf1f7a33868138bd5d779acc69bc7545
Author: Markus Koschany <apo at debian.org>
Date:   Mon Oct 10 14:08:23 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 ffe610f..feb9caa 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 TexturesLibraryEditor-*.jar $(NAME).jar
 	#icons
@@ -32,9 +32,6 @@ override_dh_auto_clean:
 	rm -rf build $(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-textures-editor.git



More information about the pkg-java-commits mailing list