The following commit has been merged in the master branch:
commit 44a73aae5b3390ac46f10b77ae4958668cb139d3
Author: Emmanuel Bourg <[email protected]>
Date:   Tue Jun 18 13:17:23 2013 +0200

    Fixed the wrapping of the package description

diff --git a/debian/control b/debian/control
index ac82550..aa0485a 100644
--- a/debian/control
+++ b/debian/control
@@ -16,9 +16,9 @@ Depends: ${misc:Depends}, ${maven:Depends}
 Recommends: ${maven:OptionalDepends}
 Suggests: libjuniversalchardet-java-doc
 Description: Java port of the the Mozilla encoding detector library
- juniversalchardet is an encoding detector library, which takes a sequence of 
bytes
- in an unknown character encoding without any additional information, and 
attempts
- to determine the encoding of the text.
+ juniversalchardet is an encoding detector library, which takes a sequence of
+ byte in an unknown character encoding without any additional information, and
+ attempts to determine the encoding of the text.
  .
  Techniques used by universalchardet are described at
  http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html
@@ -30,9 +30,9 @@ Depends: ${misc:Depends}, ${maven:DocDepends}
 Recommends: ${maven:DocOptionalDepends}
 Suggests: libjuniversalchardet-java
 Description: Documentation for juniversalchardet
- juniversalchardet is an encoding detector library, which takes a sequence of 
bytes
- in an unknown character encoding without any additional information, and 
attempts
- to determine the encoding of the text.
+ juniversalchardet is an encoding detector library, which takes a sequence of
+ byte in an unknown character encoding without any additional information, and
+ attempts to determine the encoding of the text.
  .
  Techniques used by universalchardet are described at
  http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html

-- 
juniversalchardet: Java port of the the Mozilla encoding detector library

_______________________________________________
pkg-java-commits mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to