[icu4j] 02/20: Restored debian/orig-tar.sh and use XZ compression for the upstream tarball

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Thu Mar 8 15:25:28 GMT 2018


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

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

commit 8cc697b2a46675d27fe5e41777ee431218119d54
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Thu Mar 8 12:54:11 2018 +0100

    Restored debian/orig-tar.sh and use XZ compression for the upstream tarball
---
 debian/changelog   |  1 +
 debian/orig-tar.sh | 13 +++++++++++++
 2 files changed, 14 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index b7765e9..33d6b40 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ icu4j (57.1-3) UNRELEASED; urgency=medium
 
   * Team upload.
   * Updated debian/watch to track the releases > 58.1
+  * Restored debian/orig-tar.sh and use XZ compression for the upstream tarball
 
  -- Emmanuel Bourg <ebourg at apache.org>  Thu, 08 Mar 2018 12:52:30 +0100
 
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
new file mode 100755
index 0000000..3a05fb5
--- /dev/null
+++ b/debian/orig-tar.sh
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../icu4j_$VERSION.orig.tar.xz
+DIR=icu4j-$VERSION
+TAG=$(echo "release-${VERSION}" | sed -re 's,\.,-,g')
+
+echo $TAG
+echo "svn export http://source.icu-project.org/repos/icu/${TAG}/icu4j/"
+
+svn export http://source.icu-project.org/repos/icu/tags/${TAG}/icu4j/ $DIR
+XZ_OPT=--best tar -c -J -f $TAR $DIR
+rm -rf $DIR ../$TAG

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



More information about the pkg-java-commits mailing list