This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libtext-unidecode-perl.

commit f450aabcf70980d90656952cd4c0d629df6857e7
Author: gregor herrmann <gre...@debian.org>
Date:   Sat Dec 3 22:03:06 2016 +0100

    Update short and long description.
---
 debian/control | 28 +++++++++++++---------------
 1 file changed, 13 insertions(+), 15 deletions(-)

diff --git a/debian/control b/debian/control
index 0e524dc..9c0edca 100644
--- a/debian/control
+++ b/debian/control
@@ -15,19 +15,17 @@ Package: libtext-unidecode-perl
 Architecture: all
 Depends: ${perl:Depends},
          ${misc:Depends}
-Description: Text::Unidecode -- US-ASCII transliterations of Unicode text
- It often happens that you have non-Roman text data in Unicode, but
- you can't display it -- usually because you're trying to
- show it to a user via an application that doesn't support Unicode,
- or because the fonts you need aren't accessible.  You could
- represent the Unicode characters as "???????" or
- "\15BA\15A0\1610...", but that's nearly useless to the user who
- actually wants to read what the text says.
+Description: US-ASCII transliterations of Unicode text
+ It often happens that you have non-Roman text data in Unicode, but you can't
+ display it -- usually because you're trying to show it to a user via an
+ application that doesn't support Unicode, or because the fonts you need
+ aren't accessible. You could represent the Unicode characters as "???????" or
+ "\15BA\15A0\1610...", but that's nearly useless to the user who actually
+ wants to read what the text says.
  .
- What Text::Unidecode provides is a function, unidecode(...) that
- takes Unicode data and tries to represent it in US-ASCII characters
- (i.e., the universally displayable characters between 0x00 and
- 0x7F).  The representation is
- almost always an attempt at transliteration -- i.e., conveying,
- in Roman letters, the pronunciation expressed by the text in
- some other writing system.  (See the example in the synopsis.)
+ What Text::Unidecode provides is a function, unidecode(...) that takes
+ Unicode data and tries to represent it in US-ASCII characters (i.e., the
+ universally displayable characters between 0x00 and 0x7F). The representation
+ is almost always an attempt at transliteration -- i.e., conveying, in Roman
+ letters, the pronunciation expressed by the text in some other writing
+ system.

-- 
Alioth's /usr/local/bin/git-commit-notice on 
/srv/git.debian.org/git/pkg-perl/packages/libtext-unidecode-perl.git

_______________________________________________
Pkg-perl-cvs-commits mailing list
Pkg-perl-cvs-commits@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-perl-cvs-commits

Reply via email to