summaryrefslogtreecommitdiff
path: root/debian/control
blob: b595e434b700f7da9c6051a7a2f32846310c9466 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-cchardet
Maintainer: Ben Carrillo <ben@futeisha.org>
Section: python
Priority: optional
Uploaders: Micah Anderson <micah@debian.org>
Homepage: https://github.com/PyYoshi/cChardet
Build-Depends: python-setuptools (>= 0.6b3), python-all-dev (>= 2.6.6-3), debhelper (>= 9),
 libuchardet-dev
Standards-Version: 3.9.4

Package: python-cchardet
Architecture: any
Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends}, libuchardet0
Provides: ${python:Provides}, cchardet
Description: Universal encoding detector. 
 cChardet is high speed universal character encoding detector. This package
 contains the python bindings to libuchardet
 .