~ubuntu-branches/ubuntu/trusty/libjuniversalchardet-java/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/control

  • Committer: Package Import Robot
  • Author(s): Thomas Koch
  • Date: 2013-06-18 14:22:51 UTC
  • Revision ID: package-import@ubuntu.com-20130618142251-67hv3zreh8r1o6wl
Tags: 1.0.3-1
Initial release. (Closes: #685873)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Source: libjuniversalchardet-java
 
2
Section: java
 
3
Priority: optional
 
4
Maintainer: Debian Java Maintainers <pkg-java-maintainers@lists.alioth.debian.org>
 
5
Uploaders: Thomas Koch <thomas@koch.ro>, Emmanuel Bourg <ebourg@apache.org>
 
6
Build-Depends: debhelper (>= 9), cdbs, default-jdk, maven-debian-helper (>= 1.5)
 
7
Build-Depends-Indep: default-jdk-doc, libmaven-javadoc-plugin-java
 
8
Standards-Version: 3.9.4
 
9
Vcs-Git: git://anonscm.debian.org/pkg-java/libjuniversalchardet-java.git
 
10
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-java/libjuniversalchardet-java.git
 
11
Homepage: http://juniversalchardet.googlecode.com
 
12
 
 
13
Package: libjuniversalchardet-java
 
14
Architecture: all
 
15
Depends: ${misc:Depends}, ${maven:Depends}
 
16
Recommends: ${maven:OptionalDepends}
 
17
Suggests: libjuniversalchardet-java-doc
 
18
Description: Encoding detector library (Java port of the Mozilla library)
 
19
 juniversalchardet is an encoding detector library, which takes a sequence of
 
20
 byte in an unknown character encoding without any additional information, and
 
21
 attempts to determine the encoding of the text.
 
22
 .
 
23
 Techniques used by universalchardet are described at
 
24
 http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html
 
25
 
 
26
Package: libjuniversalchardet-java-doc
 
27
Architecture: all
 
28
Section: doc
 
29
Depends: ${misc:Depends}, ${maven:DocDepends}
 
30
Recommends: ${maven:DocOptionalDepends}
 
31
Suggests: libjuniversalchardet-java
 
32
Description: Documentation for juniversalchardet
 
33
 juniversalchardet is an encoding detector library, which takes a sequence of
 
34
 byte in an unknown character encoding without any additional information, and
 
35
 attempts to determine the encoding of the text.
 
36
 .
 
37
 Techniques used by universalchardet are described at
 
38
 http://www.mozilla.org/projects/intl/UniversalCharsetDetection.html
 
39
 .
 
40
 This package contains the API documentation of libjuniversalchardet-java.