[SCM] juniversalchardet: Java port of the the Mozilla encoding detector library branch, master, updated. upstream/1.0.3-12-g9eff1dd

Emmanuel Bourg ebourg at apache.org
Tue Jun 18 09:39:10 UTC 2013


The following commit has been merged in the master branch:
commit 9eff1dd5f514d606cae0ceb15c67eb07341602b3
Author: Emmanuel Bourg <ebourg at apache.org>
Date:   Tue Jun 18 11:38:38 2013 +0200

    Improved the package description

diff --git a/debian/control b/debian/control
index b277916..ac82550 100644
--- a/debian/control
+++ b/debian/control
@@ -8,15 +8,20 @@ Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java
 Standards-Version: 3.9.4
 Vcs-Git: git://anonscm.debian.org/pkg-java/libjuniversalchardet-java.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libjuniversalchardet-java.git
-Homepage: http://juniversalchardet.googlecode.com/
+Homepage: http://juniversalchardet.googlecode.com
 
 Package: libjuniversalchardet-java
 Architecture: all
 Depends: ${misc:Depends}, ${maven:Depends}
 Recommends: ${maven:OptionalDepends}
 Suggests: libjuniversalchardet-java-doc
-Description: juniversalchardet
- Java port of universalchardet
+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.
+ .
+ Techniques used by universalchardet are described at
+ http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html
 
 Package: libjuniversalchardet-java-doc
 Architecture: all
@@ -25,6 +30,11 @@ Depends: ${misc:Depends}, ${maven:DocDepends}
 Recommends: ${maven:DocOptionalDepends}
 Suggests: libjuniversalchardet-java
 Description: Documentation for juniversalchardet
- Java port of universalchardet
+ 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.
+ .
+ Techniques used by universalchardet are described at
+ http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html
  .
  This package contains the API documentation of libjuniversalchardet-java.

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



More information about the pkg-java-commits mailing list