[sweethome3d-furniture] 01/13: Remove override for dh_builddeb because xz is the default now.
Markus Koschany
apo at moszumanska.debian.org
Mon Oct 10 15:32:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
apo pushed a commit to branch master
in repository sweethome3d-furniture.
commit 7c797b7a50042fbdf79566171bdd5b751c051d03
Author: Markus Koschany <apo at debian.org>
Date: Mon Oct 10 15:54:17 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 9b0671f..c17253b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,13 +11,10 @@ override_dh_auto_build:
for furn in $(FURNITURES); do \
cd $${furn}; zip -r ../$${furn}.sh3f *; cd ..; \
done
-
+
override_dh_auto_clean:
rm -f *.sh3f
-override_dh_builddeb:
- dh_builddeb -- -Zxz
-
TXZ=$(NAME)_$(UVER).orig.tar.xz
TMPDIR=_tmpdir
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/sweethome3d-furniture.git
More information about the pkg-java-commits
mailing list