diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2010-09-09 20:24:26 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2010-09-09 20:24:26 +0200 |
commit | 9e0f4860f3a32e99c302a1a543a3760308be2c74 (patch) | |
tree | 99dacecd573280e8775580b6cda68b960c3855fc /debian | |
parent | 050ca4fb1c00345aaff5f979c510c474fd8297a1 (diff) |
Apply fix from BTS for #596243 (version 0.9.3-3)debian/0.9.3-3
Diffstat (limited to 'debian')
-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). |