[icu4j] 01/03: New release: 57.1; Fix get-orig-source

Kai-Chung Yan seamlik-guest at moszumanska.debian.org
Thu Mar 24 16:26:15 UTC 2016


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

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

commit 7cdd5cb43b5210c09529ec3a87929d7fd4090185
Author: Kai-Chung Yan <seamlikok at gmail.com>
Date:   Thu Mar 24 23:55:08 2016 +0800

    New release: 57.1; Fix get-orig-source
---
 debian/changelog | 2 +-
 debian/rules     | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index d11d4af..e279ed6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,4 +1,4 @@
-icu4j (56.1-1) UNRELEASED; urgency=medium
+icu4j (57.1-1) UNRELEASED; urgency=medium
 
   [ tony mancill ]
   * Remove Niels Thykier from Uploaders. (Closes: #770576)
diff --git a/debian/rules b/debian/rules
index f8428da..490eb87 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,7 +4,7 @@ include /usr/share/dpkg/pkg-info.mk
 
 export JAVA_HOME := /usr/lib/jvm/default-java
 
-UPSTREAM_TAR = icu4j-$(subst .,_,$(DEB_UPSTREAM_VERSION)).tgz
+UPSTREAM_TAR = icu4j-$(subst .,_,$(DEB_VERSION_UPSTREAM)).tgz
 
 %:
 	dh $@ --buildsystem=ant --with=maven-repo-helper
@@ -24,4 +24,4 @@ get-orig-source: $(UPSTREAM_TAR)
 	mk-origtargz --repack --compression xz $<
 
 $(UPSTREAM_TAR):
-	wget http://download.icu-project.org/files/icu4j/$(DEB_UPSTREAM_VERSION)/$(UPSTREAM_TAR)
+	wget http://download.icu-project.org/files/icu4j/$(DEB_VERSION_UPSTREAM)/$@

-- 
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