[classycle] 10/12: Use XZ compression for the upstream tarball

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Wed Dec 21 17:36:59 UTC 2016


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

ebourg-guest pushed a commit to branch master
in repository classycle.

commit 3829b6b51d9c7283200ddcb8fe5d34e6dc129bfd
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Wed Dec 21 18:25:51 2016 +0100

    Use XZ compression for the upstream tarball
---
 debian/changelog | 1 +
 debian/rules     | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index c07d861..1138e0d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,7 @@ classycle (1.4.2-1) UNRELEASED; urgency=medium
   * Switch to debhelper level 10
   * Updated the watch file
   * debian/rules: Improved the clean target
+  * Use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Wed, 21 Dec 2016 18:05:05 +0100
 
diff --git a/debian/rules b/debian/rules
index fe3b8db..cc80f45 100755
--- a/debian/rules
+++ b/debian/rules
@@ -13,5 +13,5 @@ override_dh_auto_clean:
 
 get-orig-source:
 	svn export -r$(SVN_REVISION) https://classycle.svn.sourceforge.net/svnroot/classycle/trunk/Classycle/ classycle-$(VERSION)
-	tar czf ../classycle_$(VERSION).orig.tar.gz classycle-$(VERSION)
+	XZ_OPT=--best tar cJvf ../classycle_$(VERSION).orig.tar.xz classycle-$(VERSION)
 	rm -rf classycle-$(VERSION)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/classycle.git



More information about the pkg-java-commits mailing list