debian/0000755000000000000000000000000012214757742007201 5ustar debian/build.xml0000644000000000000000000000271512214757263011025 0ustar debian/NEWS0000644000000000000000000000043112214757263007674 0ustar icu4j (3.8.1-1) hardy; urgency=low * The package has been modified to use the eclipse-compatible version of this library. There should be no noticible change for other programs that use this library. -- Nathan Summers Thu, 25 Sep 2008 18:53:40 -0400 debian/README.Debian0000644000000000000000000000074012214757263011241 0ustar icu4j for Debian ---------------- Taverna has a runtime dependency on this library. This was the initial motivation to provide a package, which once you are aware of it seems of considerable value for the distribution, though. Please check out http://pkg-escience.alioth.debian.org, follow the link to the Wiki page and see if you want to maintain or add any package to your liking. Best, Steffen -- Steffen Moeller , Fri, 5 May 2006 19:49:26 +0200 debian/watch0000644000000000000000000000022212214757263010224 0ustar version=3 opts="uversionmangle=s?-?.?g" \ http://bugs.icu-project.org/trac/browser/icu4j/tags/ release-([\d-]*) \ debian debian/orig-tar.sh debian/rules0000755000000000000000000000123712214757263010262 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/ant.mk export JAVA_HOME := /usr/lib/jvm/default-java/ DEB_ANT_CLEAN_TARGET := normSrc clean DEB_ANT_BUILD_TARGET := eclipseProjects eclipseCoreProject eclipseWrapperProject build/libicu4j-java:: stamp-extra-build stamp-extra-build: ant -f debian/build.xml build-jars touch $@ install/libicu4j-java:: jh_installlibs -plibicu4j-java com.ibm.icu.jar com.ibm.icu.base.jar mh_linkjar -plibicu4j-java debian/pom.xml usr/share/java/icu4j.jar mh_installpom -plibicu4j-java debian/pom.xml get-orig-source: uscan --download-version $(DEB_UPSTREAM_VERSION) --force-download debian/changelog0000644000000000000000000000616312214757263011057 0ustar icu4j (4.2.1.1-2) unstable; urgency=low * Team upload * Install maven pom (Closes: #722518) * Capitalise Unicode in description (Closes: #568351) * Fix typo in short description (Closes: #639848) (Closes: #643631) * Update Standards-Version: 3.9.4. * Canonicalise Vcs URLs -- Andrew Ross Wed, 11 Sep 2013 23:59:36 +0100 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. * Switch to cdbs. * Set svn-buildpackage property mergeWithUpstream. * Remove Java runtime from Depends. * Update Standards-Version: 3.9.1. -- Torsten Werner Tue, 30 Aug 2011 21:37:31 +0200 icu4j (4.0.1.1-1) unstable; urgency=low [ Andreas Tille ] * Watch file now detects all versions even for new major version change [ Niels Thykier ] * New upstream release. - Added patch to handle hardcoded versions. * Bumped debhelper compat to 7. * Bumped Standards-Version to 3.8.3. - Changed section to java. * Added myself to Uploaders. * Removed eclipse from Build-Depends to avoid circular Build-Dependency (eclipse 3.5 depends on icu4j). * Converted source to 3.0 (quilt). * Bumped version in NEWS to match first affected version released in Debian. * Added a missing ${misc:Depends}. -- Niels Thykier Thu, 21 Jan 2010 17:15:20 +0100 icu4j (3.8.1-1) unstable; urgency=low * Initial upload to Debian Closes: #508777 * Maintainer: Debian Java maintainers * Added myself and Steffen Moeller as Uploader * Removed Homepage field from long description * Added VCS fields * Fixed syntax of debian/NEWS file -- Andreas Tille Mon, 15 Dec 2008 09:36:51 +0100 icu4j (3.8.1-0ubuntu1~ppa5) intrepid; urgency=low * Update to standards version 3.8.0 (no changes needed.) -- Nathan Summers Wed, 05 Nov 2008 19:11:27 -0500 icu4j (3.8.1-0ubuntu1~ppa4) hardy; urgency=low * Fixed empty jar creation. -- Nathan Summers Mon, 03 Nov 2008 21:08:44 -0500 icu4j (3.8.1-0ubuntu1~ppa3) hardy; urgency=low * Fixed symbolic link. -- Nathan Summers Mon, 03 Nov 2008 19:31:45 -0500 icu4j (3.8.1-0ubuntu1~ppa2) hardy; urgency=low * Fixed install location. * "clean" target now undoes the preprocessor mangling. -- Nathan Summers Mon, 03 Nov 2008 18:32:27 -0500 icu4j (3.8.1-0ubuntu1~ppa1) hardy; urgency=low * New upstream version. * Builds Eclipse-compatible version of jar. -- Nathan Summers Thu, 25 Sep 2008 18:52:02 -0400 icu4j (3.4.5-1ubuntu1) edgy; urgency=low * New upstream release. * Changed rules to use CDBS. * Changed build and runtime dependencies. * Upgraded standards version to 3.7.2. -- Vladimír Lapáček Wed, 27 Sep 2006 17:04:02 +0200 icu4j (3.4.4-1) unstable; urgency=low * Initial release. -- Steffen Moeller Fri, 5 May 2006 19:49:26 +0200 debian/docs0000644000000000000000000000002512214757263010047 0ustar APIChangeReport.html debian/links0000644000000000000000000000007212214757263010241 0ustar /usr/share/java/com.ibm.icu.jar /usr/share/java/icu4j.jar debian/orig-tar.sh0000755000000000000000000000060312214757263011261 0ustar #!/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 debian/source/0000755000000000000000000000000012214757742010501 5ustar debian/source/format0000644000000000000000000000001412214757263011705 0ustar 3.0 (quilt) debian/compat0000644000000000000000000000000212214757263010375 0ustar 7 debian/copyright0000644000000000000000000001152112214757263011132 0ustar This package was debianized by Steffen Moeller on Fri, 5 May 2006 19:49:26 +0200. It was downloaded from http://download.icu-project.org/files/icu4j/3.8.1/icu4j-3_8_1-src.jar Copyright Holder: IBM and contributors License: ICU4J license - ICU4J 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. _________________________________________________________________ All trademarks and registered trademarks mentioned herein are the property of their respective owners. UNICODE, INC. LICENSE AGREEMENT - DATA FILES AND SOFTWARE Unicode Data Files include all data files under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/ . Unicode Software includes any source code published in the Unicode Standard or under the directories http://www.unicode.org/Public/, http://www.unicode.org/reports/, and http://www.unicode.org/cldr/data/. NOTICE TO USER: Carefully read the following legal agreement. BY DOWNLOADING, INSTALLING, COPYING OR OTHERWISE USING UNICODE INC.'S DATA FILES ("DATA FILES"), AND/OR SOFTWARE ("SOFTWARE"), YOU UNEQUIVOCALLY ACCEPT, AND AGREE TO BE BOUND BY, ALL OF THE TERMS AND CONDITIONS OF THIS AGREEMENT. IF YOU DO NOT AGREE, DO NOT DOWNLOAD, INSTALL, COPY, DISTRIBUTE OR USE THE DATA FILES OR SOFTWARE. COPYRIGHT AND PERMISSION NOTICE Copyright © 1991-2006 Unicode, Inc. All rights reserved. Distributed under the Terms of Use in http://www.unicode.org/copyright.html. Permission is hereby granted, free of charge, to any person obtaining a copy of the Unicode data files and any associated documentation (the "Data Files") or Unicode software and any associated documentation (the "Software") to deal in the Data Files or Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, and/or sell copies of the Data Files or Software, and to permit persons to whom the Data Files or Software are furnished to do so, provided that (a) the above copyright notice(s) and this permission notice appear with all copies of the Data Files or Software, (b) both the above copyright notice(s) and this permission notice appear in associated documentation, and (c) there is clear notice in each modified Data File or in the Software as well as in the documentation associated with the Data File(s) or Software that the data or software has been modified. THE DATA FILES AND SOFTWARE ARE 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 THE DATA FILES OR 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 these Data Files or Software without prior written authorization of the copyright holder. debian/pom.xml0000644000000000000000000000131412214757263010513 0ustar 4.0.0 com.ibm.icu icu4j 4.2.1.1 jar ICU4J http://www.icu-project.org/ The International Component for Unicode (ICU) is a mature, portable set of C/C++ and Java libraries for Unicode support, software internationalization (I18N) and globalization (G11N), giving applications the same results on all platforms. debian/control0000644000000000000000000000214312214757263010602 0ustar Source: icu4j Section: java Priority: optional Maintainer: Debian Java Maintainers Uploaders: Andreas Tille , Steffen Moeller , Niels Thykier Standards-Version: 3.9.4 Build-Depends: debhelper (>= 7), ant (>= 1.7.0), default-jdk, unzip, javahelper, cdbs, maven-repo-helper (>= 1.6~) Vcs-Svn: svn://anonscm.debian.org/pkg-java/trunk/icu4j Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-java/trunk/icu4j/ Homepage: http://www.icu-project.org/ Package: libicu4j-java Architecture: all Depends: ${misc:Depends} Description: Library for Unicode support and internationalization ICU is a mature, widely used set of C/C++ and Java libraries for Unicode support, software internationalization and globalization (i18n/g11n). It grew out of the JDK 1.1 internationalization APIs, which the ICU team contributed, and the project continues to be developed for the most advanced Unicode/i18n support. ICU is widely portable and gives applications the same results on all platforms and between C/C++ and Java software.