[pkg-java] r14617 - trunk/icu4j/debian

Torsten Werner twerner at alioth.debian.org
Tue Aug 30 19:26:16 UTC 2011


Author: twerner
Date: 2011-08-30 19:26:16 +0000 (Tue, 30 Aug 2011)
New Revision: 14617

Added:
   trunk/icu4j/debian/orig-tar.sh
Removed:
   trunk/icu4j/debian/patches/
Modified:
   trunk/icu4j/debian/changelog
   trunk/icu4j/debian/rules
   trunk/icu4j/debian/watch
Log:
* Team upload
* Newer but not newest upstream version.
* Change debian/watch to download from upstream's svn repo.
* Remove old patch that is no longer needed.

Modified: trunk/icu4j/debian/changelog
===================================================================
--- trunk/icu4j/debian/changelog	2011-08-30 18:29:36 UTC (rev 14616)
+++ trunk/icu4j/debian/changelog	2011-08-30 19:26:16 UTC (rev 14617)
@@ -1,3 +1,12 @@
+icu4j (4.2.1.1-1) unstable; urgency=low
+
+  * Team upload
+  * Newer but not newest upstream version.
+  * Change debian/watch to download from upstream's svn repo.
+  * Remove old patch that is no longer needed.
+
+ -- Torsten Werner <twerner at debian.org>  Tue, 30 Aug 2011 21:23:56 +0200
+
 icu4j (4.0.1.1-1) unstable; urgency=low
 
   [ Andreas Tille ]

Added: trunk/icu4j/debian/orig-tar.sh
===================================================================
--- trunk/icu4j/debian/orig-tar.sh	                        (rev 0)
+++ trunk/icu4j/debian/orig-tar.sh	2011-08-30 19:26:16 UTC (rev 14617)
@@ -0,0 +1,16 @@
+#!/bin/sh -e
+
+VERSION=$2
+TAR=../icu4j_$VERSION.orig.tar.gz
+DIR=icu4j-$VERSION
+TAG=$(echo "release-$VERSION" | sed -re's,\.,-,g')
+
+svn export http://source.icu-project.org/repos/icu/icu4j/tags/${TAG}/ $DIR
+tar -c -z -f $TAR $DIR
+rm -rf $DIR ../$TAG
+
+# move to directory 'tarballs'
+if [ -r .svn/deb-layout ]; then
+  . .svn/deb-layout
+  mv $TAR $origDir && echo "moved $TAR to $origDir"
+fi


Property changes on: trunk/icu4j/debian/orig-tar.sh
___________________________________________________________________
Added: svn:executable
   + *

Modified: trunk/icu4j/debian/rules
===================================================================
--- trunk/icu4j/debian/rules	2011-08-30 18:29:36 UTC (rev 14616)
+++ trunk/icu4j/debian/rules	2011-08-30 19:26:16 UTC (rev 14617)
@@ -40,3 +40,6 @@
 binary: binary-indep binary-arch
 
 .PHONY: build clean binary-indep binary-arch binary install
+
+get-orig-source:
+	uscan --download-version 4.2.1.1 --force-download

Modified: trunk/icu4j/debian/watch
===================================================================
--- trunk/icu4j/debian/watch	2011-08-30 18:29:36 UTC (rev 14616)
+++ trunk/icu4j/debian/watch	2011-08-30 19:26:16 UTC (rev 14617)
@@ -1,5 +1,6 @@
 version=3
 
-opts="uversionmangle=s?_?.?g" \
-http://download.icu-project.org/files/icu4j/([0-9.]*)/icu4j-([[:digit:]_]+)-src\.jar
+opts="uversionmangle=s?-?.?g" \
+http://bugs.icu-project.org/trac/browser/icu4j/tags/ release-([\d-]*) \
+    debian debian/orig-tar.sh
 




More information about the pkg-java-commits mailing list