[pkg-java] r6644 - in trunk: . icu4j icu4j/debian

mkoch at alioth.debian.org mkoch at alioth.debian.org
Sun Jul 6 19:05:12 UTC 2008


Author: mkoch
Date: 2008-07-06 19:05:11 +0000 (Sun, 06 Jul 2008)
New Revision: 6644

Added:
   trunk/icu4j/
   trunk/icu4j/debian/
   trunk/icu4j/debian/ant.properties
   trunk/icu4j/debian/changelog
   trunk/icu4j/debian/compat
   trunk/icu4j/debian/control
   trunk/icu4j/debian/copyright
   trunk/icu4j/debian/docs
   trunk/icu4j/debian/files
   trunk/icu4j/debian/rules
   trunk/icu4j/debian/watch
Log:
- initial version


Added: trunk/icu4j/debian/ant.properties
===================================================================
--- trunk/icu4j/debian/ant.properties	                        (rev 0)
+++ trunk/icu4j/debian/ant.properties	2008-07-06 19:05:11 UTC (rev 6644)
@@ -0,0 +1,2 @@
+icu4j.javac.source=1.5
+icu4j.javac.target=1.5

Added: trunk/icu4j/debian/changelog
===================================================================
--- trunk/icu4j/debian/changelog	                        (rev 0)
+++ trunk/icu4j/debian/changelog	2008-07-06 19:05:11 UTC (rev 6644)
@@ -0,0 +1,5 @@
+icu4j (3.8.1-1) unstable; urgency=low
+
+  * Initial release. Closes: #489507
+
+ -- Michael Koch <konqueror at gmx.de>  Sun, 06 Jul 2008 20:32:36 +0200

Added: trunk/icu4j/debian/compat
===================================================================
--- trunk/icu4j/debian/compat	                        (rev 0)
+++ trunk/icu4j/debian/compat	2008-07-06 19:05:11 UTC (rev 6644)
@@ -0,0 +1 @@
+5

Added: trunk/icu4j/debian/control
===================================================================
--- trunk/icu4j/debian/control	                        (rev 0)
+++ trunk/icu4j/debian/control	2008-07-06 19:05:11 UTC (rev 6644)
@@ -0,0 +1,18 @@
+Source: icu4j
+Section: libs
+Priority: optional
+Maintainer: Michael Koch <konqueror at gmx.de>
+Build-Depends: cdbs, debhelper (>= 5), ant
+Build-Depends-Indep: default-jdk-builddep
+Standards-Version: 3.8.0
+
+Package: libicu4j-java
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}
+Description: unicode and globalization library
+ ICU is a mature, widely used set of C/C++ and Java libraries providing
+ Unicode and Globalization support for software applications. ICU is widely
+ portable and gives applications the same results on all platforms and between
+ C/C++ and Java software.
+ .
+ ICU4J is Java version of ICU library.

Added: trunk/icu4j/debian/copyright
===================================================================
--- trunk/icu4j/debian/copyright	                        (rev 0)
+++ trunk/icu4j/debian/copyright	2008-07-06 19:05:11 UTC (rev 6644)
@@ -0,0 +1,50 @@
+This package was debianized by Michael Koch <konqueror at gmx.de> on
+Thu, 28 Feb 2008 07:06:24 +0100.
+
+It was downloaded from http://icu-project.org
+
+Upstream Author: 
+
+    IBM Corp. and ICU Team. See http://icu-project.org for details.
+
+Copyright: 
+
+    Copyright (c) 1995-2007 International Business Machines Corporation and others
+
+License:
+
+    ICU License - ICU 1.8.1 and later
+
+    COPYRIGHT AND PERMISSION NOTICE
+
+    Copyright (c) 1995-2007 International Business Machines Corporation and others
+
+    All rights reserved.
+
+    Permission is hereby granted, free of charge, to any person obtaining a copy
+    of this software and associated documentation files (the "Software"),
+    to deal in the Software without restriction, including without limitation
+    the rights to use, copy, modify, merge, publish, distribute, and/or sell
+    copies of the Software, and to permit persons
+    to whom the Software is furnished to do so, provided that the above
+    copyright notice(s) and this permission notice appear in all copies
+    of the Software and that both the above copyright notice(s) and this
+    permission notice appear in supporting documentation.
+
+    THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, 
+    INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
+    PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL
+    THE COPYRIGHT HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM,
+    OR ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES WHATSOEVER
+    RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT,
+    NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE
+    USE OR PERFORMANCE OF THIS SOFTWARE.
+
+    Except as contained in this notice, the name of a copyright holder shall not be
+    used in advertising or otherwise to promote the sale, use or other dealings in
+    this Software without prior written authorization of the copyright holder.
+
+The Debian packaging is (C) 2008, Michael Koch <konqueror at gmx.de>, 
+Alexander GQ Gerasiov <gq at cs.msu.su> and is licensed under the GPL,
+see `/usr/share/common-licenses/GPL'.
+

Added: trunk/icu4j/debian/docs
===================================================================
--- trunk/icu4j/debian/docs	                        (rev 0)
+++ trunk/icu4j/debian/docs	2008-07-06 19:05:11 UTC (rev 6644)
@@ -0,0 +1 @@
+readme.html

Added: trunk/icu4j/debian/files
===================================================================
--- trunk/icu4j/debian/files	                        (rev 0)
+++ trunk/icu4j/debian/files	2008-07-06 19:05:11 UTC (rev 6644)
@@ -0,0 +1 @@
+libicu4j-java_3.8.1-1_all.deb libs optional

Added: trunk/icu4j/debian/rules
===================================================================
--- trunk/icu4j/debian/rules	                        (rev 0)
+++ trunk/icu4j/debian/rules	2008-07-06 19:05:11 UTC (rev 6644)
@@ -0,0 +1,17 @@
+#!/usr/bin/make -f
+  
+include /usr/share/cdbs/1/class/ant.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+#JAVA_HOME := /usr/lib/jvm/java-gcj
+#JAVA_HOME := /usr/lib/jvm/java-6-sun
+#JAVA_HOME := /usr/lib/jvm/java-1.5.0-sun
+JAVA_HOME := /usr/lib/jvm/default-java
+
+DEB_ANT_BUILD_TARGET := jar
+
+install/libicu4j-java::
+	install -m644 -D icu4j.jar debian/libicu4j-java/usr/share/java/icu4j-${DEB_UPSTREAM_VERSION}.jar
+	dh_link -plibicu4j-java /usr/share/java/icu4j-${DEB_UPSTREAM_VERSION}.jar /usr/share/java/icu4j.jar
+	install -m644 -D icu4j-charsets.jar debian/libicu4j-java/usr/share/java/icu4j-charsets-${DEB_UPSTREAM_VERSION}.jar
+	dh_link -plibicu4j-java /usr/share/java/icu4j-charsets-${DEB_UPSTREAM_VERSION}.jar /usr/share/java/icu4j-charsets.jar


Property changes on: trunk/icu4j/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/icu4j/debian/watch
===================================================================
--- trunk/icu4j/debian/watch	                        (rev 0)
+++ trunk/icu4j/debian/watch	2008-07-06 19:05:11 UTC (rev 6644)
@@ -0,0 +1,3 @@
+version=3
+opts=uversionmangle=s/_/./g \
+http://icu-project.org/download/3.8.html http://download.icu-project.org/files/icu4j/.*/icu4j-(.*)-src.jar




More information about the pkg-java-commits mailing list