1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
Source: python-mhash
Section: python
Priority: optional
Maintainer: Soren Hansen <soren@ubuntu.com>
Build-Depends: cdbs, debhelper (>= 5.0.38), python-all-dev, python-all-dbg, dh-python, libmhash-dev
Standards-Version: 3.8.3
Homepage: http://labix.org/python-mhash
Package: python-mhash
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
XB-Python-Version: ${python:Versions}
Description: Python bindings for libmhash
python-mhash is a comprehensive Python interface to the mhash library, which
provides a uniform interface to access several hashing algorithms such as MD4,
MD5, SHA1, SHA160, and many others.
Package: python-mhash-dbg
Priority: extra
Section: debug
Architecture: any
Depends: python-mhash (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
XB-Python-Version: ${python:Versions}
Description: debugging symbols for Python bindings for libmhash
python-mhash is a comprehensive Python interface to the mhash library, which
provides a uniform interface to access several hashing algorithms such as MD4,
MD5, SHA1, SHA160, and many others.
.
This package contains the debugging symbols for python-mhash.
|