diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 7937fdbf..a14958d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +libunistring (0.9.3-3) unstable; urgency=low + + * Fix description typo (closes: #596243, thanks to Paul Menzel). + + -- Andreas Rottmann <rotty@debian.org> Thu, 09 Sep 2010 20:22:45 +0200 + libunistring (0.9.3-2) unstable; urgency=low * Work around toolchain issue on mipsen by building with -mplt there diff --git a/debian/control b/debian/control index 8055a7b7..fd819c53 100644 --- a/debian/control +++ b/debian/control @@ -13,7 +13,7 @@ Depends: libunistring0 (= ${binary:Version}), ${misc:Depends} Description: Unicode string library for C - development files The 'libunistring' library implements Unicode strings (in the UTF-8, UTF-16, and UTF-32 encodings), together with functions for Unicode - charactets (character names, classifications, properties) and + characters (character names, classifications, properties) and functions for string processing (formatted output, width, word breaks, line breaks, normalization, case folding, regular expressions). @@ -28,7 +28,7 @@ Depends: ${shlibs:Depends}, ${misc:Depends} Description: Unicode string library for C The 'libunistring' library implements Unicode strings (in the UTF-8, UTF-16, and UTF-32 encodings), together with functions for Unicode - charactets (character names, classifications, properties) and + characters (character names, classifications, properties) and functions for string processing (formatted output, width, word breaks, line breaks, normalization, case folding, regular expressions). |