This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository icu4j-4.4.
commit ab312564f753b571cb98a3cb563c5fd2363ac536 Author: Emmanuel Bourg <[email protected]> Date: Mon Apr 14 11:58:52 2014 +0200 Fixed a typo in the package description --- debian/changelog | 1 + debian/control | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 8eec141..71b953c 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ icu4j-4.4 (4.4.2.2-2) UNRELEASED; urgency=medium no longer available in Java 8. * debian/control: - Standards-Version updated to 3.9.5 (no changes) + - Fixed a typo in the package description (Closes: #711392) * Switch to debhelper level 9 -- Emmanuel Bourg <[email protected]> Sat, 12 Apr 2014 11:46:32 +0200 diff --git a/debian/control b/debian/control index e61feb5..682d2fe 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Homepage: http://www.icu-project.org Package: libicu4j-4.4-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 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/icu4j-4.4.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

