Source: python2-utmp
Section: interpreters
Priority: optional
Maintainer: Radovan Garabik <garabik@melkor.dnp.fmph.uniba.sk>
Standards-Version: 3.2.1

Package: python2-utmp
Architecture: any
Depends: python2
Build-Depends: python2, python2-dev, libc6-dev, debhelper
Description: python module for working with utmp
 python2-utmp provides 3 modules to access utmp and wtmp records.
 utmpaccess is lowlevel module wrapping glibc functions, UTMPCONST
 provides useful constants, and utmp is module build 
 on top of utmpaccess module, providing object oriented 
 interface.
 This debian package is for use with python2. If you want
 to use it with python 1.5, use package python-utmp.
 
