Source: python-libguess
Priority: optional
Maintainer: Andrew Shadura <andrewsh@debian.org>
Build-Depends:
    dh-python,
    python-setuptools (>= 0.6.24),
    python3-setuptools (>= 0.6.24),
    python-all (>= 2.6.6-3),
    python3-all,
    debhelper (>= 9)
Standards-Version: 3.9.5
Section: python
Homepage: https://bitbucket.org/barro/python-libguess/wiki/Home

Package: python-libguess
Architecture: all
Depends: libguess1, ${misc:Depends}, ${python:Depends}
Provides: ${python:Provides}
Description: high-speed character set detection library (Python wrapper)
 libguess employs discrete-finite automata to deduce the character set of the
 input buffer.  The advantage of this is that all character sets can be checked
 in parallel, and quickly.
 .
 This package contains a Python wrapper for libguess.

Package: python3-libguess
Architecture: all
Depends: libguess1, ${misc:Depends}, ${python3:Depends}
Description: high-speed character set detection library (Python 3 wrapper)
 libguess employs discrete-finite automata to deduce the character set of the
 input buffer.  The advantage of this is that all character sets can be checked
 in parallel, and quickly.
 .
 This package contains a Python 3 wrapper for libguess.
