Author: rockclimb-guest Date: 2013-09-11 23:14:40 +0000 (Wed, 11 Sep 2013) New Revision: 17219
Added: trunk/icu4j/debian/pom.xml Modified: trunk/icu4j/debian/changelog trunk/icu4j/debian/control trunk/icu4j/debian/rules Log: Update to include maven metadata and fix other bugs. Modified: trunk/icu4j/debian/changelog =================================================================== --- trunk/icu4j/debian/changelog 2013-09-11 21:15:20 UTC (rev 17218) +++ trunk/icu4j/debian/changelog 2013-09-11 23:14:40 UTC (rev 17219) @@ -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 Modified: trunk/icu4j/debian/control =================================================================== --- trunk/icu4j/debian/control 2013-09-11 21:15:20 UTC (rev 17218) +++ trunk/icu4j/debian/control 2013-09-11 23:14:40 UTC (rev 17219) @@ -5,17 +5,17 @@ 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 Added: trunk/icu4j/debian/pom.xml =================================================================== --- trunk/icu4j/debian/pom.xml (rev 0) +++ trunk/icu4j/debian/pom.xml 2013-09-11 23:14:40 UTC (rev 17219) @@ -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> Modified: trunk/icu4j/debian/rules =================================================================== --- trunk/icu4j/debian/rules 2013-09-11 21:15:20 UTC (rev 17218) +++ trunk/icu4j/debian/rules 2013-09-11 23:14:40 UTC (rev 17219) @@ -15,6 +15,8 @@ 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 _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

