debian/ 0000755 0000000 0000000 00000000000 11727055720 007174 5 ustar debian/build.xml 0000644 0000000 0000000 00000002744 11616000216 011007 0 ustar
debian/compat 0000644 0000000 0000000 00000000002 11616000216 010355 0 ustar 7
debian/copyright 0000644 0000000 0000000 00000011521 11616000216 011112 0 ustar 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/docs 0000644 0000000 0000000 00000000025 11616000216 010027 0 ustar APIChangeReport.html
debian/eclipse.environment 0000644 0000000 0000000 00000000043 11616000216 013066 0 ustar build.*
eclipse*
tools
main
*.html
debian/orig-tar.sh 0000755 0000000 0000000 00000000666 11616000216 011252 0 ustar #!/bin/sh
TMPDIR=`mktemp -d`
[ -d $TMPDIR ] || exit 1
TMPDIR=`cd $TMPDIR > /dev/null && pwd`
VERSION=$2
VERSION_FLAT=`echo $VERSION | sed "s/\./_/g"`
MAJOR=`echo $VERSION | cut -d . -f 1,2`
mkdir $TMPDIR/icu4j-$MAJOR
echo "Unzipping..."
unzip -qq -d $TMPDIR/icu4j-$MAJOR $3
rm -f $3
echo "Tar'ing..."
tar -c -z -f ../icu4j-${MAJOR}_$VERSION.orig.tar.gz -C $TMPDIR icu4j-$MAJOR
rm -fr $TMPDIR
echo ../icu4j-${MAJOR}_$VERSION.orig.tar.gz
debian/rules 0000755 0000000 0000000 00000001634 11616000216 010243 0 ustar #!/usr/bin/make -f
export JAVA_HOME:=/usr/lib/jvm/default-java/
%:
dh $@
override_dh_auto_build:
# Use the eclipse helper to create an environment - this build does not
# clean up "sanely" after itself.
jh_setupenvironment
cd debian/.eclipse-build && ant -Dicu4j.javac.source=1.5 -Dicu4j.javac.target=1.5 \
jar # eclipseProjects eclipseCoreProject eclipseWrapperProject
cd debian/.eclipse-build/eclipse-build/ && ant icuProjectFiles icuTestsProjectFiles \
icuBaseProjectFiles icuBaseTestsProjectFiles
cd debian/.eclipse-build && ant -f $(CURDIR)/debian/build.xml build-jars
for JAR in *.jar ; do \
BASE=`basename $$JAR .jar` ; \
zip -d $$JAR META-INF/MANIFEST.MF ; \
jar umf debian/$$BASE.MF $$JAR ; \
mv $$JAR $$BASE-4.4.jar ; \
done
override_dh_install:
dh_install *.jar usr/share/java
override_dh_auto_clean:
jh_clean
rm -f *.jar
get-orig-source:
uscan --rename --force-download
debian/source/ 0000755 0000000 0000000 00000000000 11616000216 010457 5 ustar debian/source/format 0000644 0000000 0000000 00000000014 11616000216 011665 0 ustar 3.0 (quilt)
debian/watch 0000644 0000000 0000000 00000000366 11616000216 010215 0 ustar version=3
# This is not useful for finding the source, but provides a decent version tracker
opts="uversionmangle=s?_?.?g" \
http://download.icu-project.org/files/icu4j/(4\.4\.[\d.]*)/icu4j-([[:digit:]_]+)-src\.jar \
debian debian/orig-tar.sh
debian/README.source 0000644 0000000 0000000 00000001746 11727054121 011355 0 ustar Obtaining the source for this package.
ICU4J upstream seems to have stopped shipping the relevant parts to
compile an eclipse compatible icu bundle (the eclipse builds and
host these themselves in their "Orbit"). Nevertheless, these parts
was available for 4.4 (and hopefully also future versions) via the
svn tags at:
http://source.icu-project.org/repos/icu/icu4j/tags
The tarball for 4.4.2.2-1 was generated from:
svn co http://source.icu-project.org/repos/icu/icu4j/tags/release-4-4-2-eclipse37-20110831
The manifests in debian was copied from the actual binary icu4j bundles hosted in the eclipse
Orbit. Go to http://download.eclipse.org/tools/orbit/downloads/ , pick a link from "Build
Name", find the relevant bundles (com.ibm.icu and com.ibm.icu.base of the right version),
download them and extract their manifest file. Finally remove all the checksum data from
the manifest files.
-- Jakub Adam Fri, 09 Mar 2012 17:34:49 +0100
debian/com.ibm.icu.MF 0000644 0000000 0000000 00000002622 11727054121 011517 0 ustar Manifest-Version: 1.0
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-SymbolicName: com.ibm.icu; singleton:=true
Eclipse-LazyStart: true
Bundle-Version: 4.4.2.v20110823
Export-Package: com.ibm.icu.lang;base=true;full=true;version="4.4.2.2"
,com.ibm.icu.math;base=true;full=true;version="4.4.2.2",com.ibm.icu.t
ext;base=true;full=true;version="4.4.2.2",com.ibm.icu.util;base=true;
full=true;version="4.4.2.2",com.ibm.icu.impl;x-internal:=true,com.ibm
.icu.impl.data;x-internal:=true,com.ibm.icu.impl.data.icudt44b;x-inte
rnal:=true,com.ibm.icu.impl.data.icudt44b.brkitr;x-internal:=true,com
.ibm.icu.impl.data.icudt44b.coll;x-internal:=true,com.ibm.icu.impl.da
ta.icudt44b.curr;x-internal:=true,com.ibm.icu.impl.data.icudt44b.lang
;x-internal:=true,com.ibm.icu.impl.data.icudt44b.rbnf;x-internal:=tru
e,com.ibm.icu.impl.data.icudt44b.region;x-internal:=true,com.ibm.icu.
impl.data.icudt44b.translit;x-internal:=true,com.ibm.icu.impl.data.ic
udt44b.zone;x-internal:=true,com.ibm.icu.impl.duration;x-internal:=tr
ue,com.ibm.icu.impl.locale;x-internal:=true
Bundle-ClassPath: icu-data.jar,.
Bundle-Vendor: %providerName
Bundle-Name: %pluginName
Eclipse-ExtensibleAPI: true
Bundle-Copyright: Licensed Materials - Property of IBM (C) Copyright I
BM Corp. 2000, 2011. All Rights Reserved. IBM is a registered tradema
rk of IBM Corp.
Bundle-ManifestVersion: 2
debian/com.ibm.icu.base.MF 0000644 0000000 0000000 00000001270 11727054121 012426 0 ustar Manifest-Version: 1.0
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Bundle-Name: %pluginName
Bundle-SymbolicName: com.ibm.icu.base; singleton:=true
Eclipse-LazyStart: true
Bundle-Copyright: Licensed Materials - Property of IBM (C) Copyright I
BM Corp. 2000, 2011. All Rights Reserved. IBM is a registered tradema
rk of IBM Corp.
Bundle-Version: 4.4.2.v20110831
Export-Package: com.ibm.icu.text;base=true;version="4.4.2.2",com.ibm.i
cu.util;base=true;version="4.4.2.2",com.ibm.icu.math;base=true;versio
n="4.4.2.2",com.ibm.icu.impl;x-internal:=true,com.ibm.icu.impl.locale
;x-internal:=true
Bundle-ManifestVersion: 2
debian/control 0000644 0000000 0000000 00000002055 11727054121 010573 0 ustar Source: icu4j-4.4
Section: java
Priority: optional
Maintainer: Debian Java Maintainers
Uploaders: Niels Thykier , Jakub Adam
Standards-Version: 3.9.3
Build-Depends: debhelper (>= 7.0.50~), ant (>= 1.7.0), default-jdk, unzip,
javahelper, zip
Vcs-Git: git://anonscm.debian.org/pkg-java/icu4j-4.4.git
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/icu4j-4.4.git
Homepage: http://www.icu-project.org/
Package: libicu4j-4.4-java
Architecture: all
Depends: ${misc:Depends}
Description: Library for Unicode support and internalisation
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.
debian/changelog 0000644 0000000 0000000 00000007100 11727055716 011051 0 ustar icu4j-4.4 (4.4.2.2-1) unstable; urgency=low
* New upstream release
* Add Jakub Adam to Uploaders
* Bumped Standards-Versions to 3.9.3 - no changes required.
* Updated Vcs-Browser field.
-- Jakub Adam Fri, 09 Mar 2012 17:34:49 +0100
icu4j-4.4 (4.4.2-1) unstable; urgency=low
* New upstream release
* Added a README.source because finding the source has become
less intuative.
* Bumped Standards-Versions to 3.9.2 - no changes required.
* Updated the Vcs-* fields.
-- Niels Thykier Tue, 02 Aug 2011 15:50:33 +0200
icu4j-4.2 (4.2.1.1-1) unstable; urgency=low
[ Niels Thykier ]
* New upstream release. (Closes: #583808)
* Renamed package since eclipse 3.5.2 depends on 4.0.1.1.
* Removed dependencies on JREs - per the Java Policy this is no
longer required.
* Fixed a typo in the package synopsis.
* Rewrote d/rules to use DH7 with javahelper.
* Removed the patch; not required anymore.
* Bumped Standards-Version to 3.8.4 - no changes required.
* Removed NEWS and README.Debian; they were no longer relevant.
[ Torsten Werner ]
* Implement a get-orig-source target in debian/rules.
-- Torsten Werner Wed, 23 Jun 2010 21:32:29 +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