This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository icu4j.
commit 8e133c09915f51570e6c85ff2f8609ffeae9daa3 Author: Michael Koch <[email protected]> Date: Sun Jul 6 19:05:11 2008 +0000 - initial version --- debian/ant.properties | 2 ++ debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 18 ++++++++++++++++++ debian/copyright | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ debian/docs | 1 + debian/files | 1 + debian/rules | 17 +++++++++++++++++ debian/watch | 3 +++ 9 files changed, 98 insertions(+) diff --git a/debian/ant.properties b/debian/ant.properties new file mode 100644 index 0000000..d9f79c9 --- /dev/null +++ b/debian/ant.properties @@ -0,0 +1,2 @@ +icu4j.javac.source=1.5 +icu4j.javac.target=1.5 diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..dd77f16 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +icu4j (3.8.1-1) unstable; urgency=low + + * Initial release. Closes: #489507 + + -- Michael Koch <[email protected]> Sun, 06 Jul 2008 20:32:36 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..7ed6ff8 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +5 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..09987c8 --- /dev/null +++ b/debian/control @@ -0,0 +1,18 @@ +Source: icu4j +Section: libs +Priority: optional +Maintainer: Michael Koch <[email protected]> +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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..048c102 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,50 @@ +This package was debianized by Michael Koch <[email protected]> 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 <[email protected]>, +Alexander GQ Gerasiov <[email protected]> and is licensed under the GPL, +see `/usr/share/common-licenses/GPL'. + diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..8056a96 --- /dev/null +++ b/debian/docs @@ -0,0 +1 @@ +readme.html diff --git a/debian/files b/debian/files new file mode 100644 index 0000000..c0388d5 --- /dev/null +++ b/debian/files @@ -0,0 +1 @@ +libicu4j-java_3.8.1-1_all.deb libs optional diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..ca9bca6 --- /dev/null +++ b/debian/rules @@ -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 diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..f44720a --- /dev/null +++ b/debian/watch @@ -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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/icu4j.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

