This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jericho-html.
commit cfa6ba3f26e2ab7a53ce38d9168ce28eca02a89f Author: Emmanuel Bourg <[email protected]> Date: Wed Jan 3 11:00:57 2018 +0100 Use XZ compression for the upstream tarball --- debian/changelog | 1 + debian/orig-tar.sh | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 77d8a64..38e05a2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ jericho-html (3.1-3) UNRELEASED; urgency=medium * Team upload. * Moved the package to Git + * Use XZ compression for the upstream tarball -- Emmanuel Bourg <[email protected]> Wed, 03 Jan 2018 09:29:33 +0100 diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh index 1475a2c..9ede03e 100755 --- a/debian/orig-tar.sh +++ b/debian/orig-tar.sh @@ -6,5 +6,5 @@ unzip $3 rm -rf jericho-html-$2/bin jericho-html-$2/doc jericho-html-$2/lib \ jericho-html-$2/samples/CommandLine/bin -tar -c -z -f ../jericho-html_$2.orig.tar.gz jericho-html-$2 +XZ_OPT=--best tar -c -J -f ../jericho-html_$2.orig.tar.xz jericho-html-$2 rm -rf jericho-html-$2 $3 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jericho-html.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

