This is an automated email from the git hooks/post-receive script. seamlik-guest pushed a commit to branch master in repository icu4j-4.2.
commit a4d6437cb735e5a59ba16c49a5c9024c1e2b3e2f Author: Andrew Ross <[email protected]> Date: Wed Sep 11 23:14:40 2013 +0000 Update to include maven metadata and fix other bugs. --- debian/changelog | 11 +++++++++++ debian/control | 10 +++++----- debian/pom.xml | 16 ++++++++++++++++ debian/rules | 2 ++ 4 files changed, 34 insertions(+), 5 deletions(-) diff --git a/debian/changelog b/debian/changelog index d05c3e8..7aaf426 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,14 @@ +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 <[email protected]> Wed, 11 Sep 2013 23:59:36 +0100 + icu4j (4.2.1.1-1) unstable; urgency=low * Team upload diff --git a/debian/control b/debian/control index 58c126a..198dbdb 100644 --- a/debian/control +++ b/debian/control @@ -5,17 +5,17 @@ Maintainer: Debian Java Maintainers <[email protected] Uploaders: Andreas Tille <[email protected]>, Steffen Moeller <[email protected]>, Niels Thykier <[email protected]> -Standards-Version: 3.9.1 +Standards-Version: 3.9.4 Build-Depends: debhelper (>= 7), ant (>= 1.7.0), default-jdk, unzip, - javahelper, cdbs -Vcs-Svn: svn://svn.debian.org/svn/pkg-java/trunk/icu4j -Vcs-Browser: http://svn.debian.org/wsvn/pkg-java/trunk/icu4j/ + 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 internalisation +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 diff --git a/debian/pom.xml b/debian/pom.xml new file mode 100644 index 0000000..a23bc09 --- /dev/null +++ b/debian/pom.xml @@ -0,0 +1,16 @@ +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> + <modelVersion>4.0.0</modelVersion> + <groupId>com.ibm.icu</groupId> + <artifactId>icu4j</artifactId> + <version>4.2.1.1</version> + <packaging>jar</packaging> + <name>ICU4J</name> + <url>http://www.icu-project.org/</url> + <description>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.</description> +</project> diff --git a/debian/rules b/debian/rules index 36d773c..5499d44 100755 --- a/debian/rules +++ b/debian/rules @@ -15,6 +15,8 @@ stamp-extra-build: 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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/icu4j-4.2.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

