Debianization patch from upstream.
[python-cdb] / debian / control
CommitLineData
1a25d7bd
MW
1Source: python-cdb
2Section: contrib/python
3Priority: optional
4Maintainer: Adam D. McKenna <adam@debian.org>
5Build-Depends: debhelper (>> 3.0.0), python-dev (>= 2.3) | python2.3-dev
6Standards-Version: 3.5.2
7
8Package: python-cdb
9Architecture: any
10Depends: ${python:Depends}
11Description: Python CDB (constant database) library
12 D. J. Bernstein's cdb library adapted as a python extension module. You
13 probably already know that cdb files are mappings of keys to values (c.f.,
14 dbm and friends), designed for wickedly fast lookups and atomic updates.
15 .
16 This interface presents cdb files as (surprise!) mapping objects with a few
17 special features. In general, the module tries to mimic the functionality of
18 the normal cdb utilities.