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

Package: python-utmp
Architecture: any
Depends: python-base (>= 1.5.2)
Build-Depends: python-dev, debhelper
Description: python module for working with utmp
 python-utmp provides 3 modules to access utmp and wtmp records.
 utmp is lowlevel module wrapping glibc functions, UTMP
 provides useful constants, and Utmp is module build 
 on top of utmp module, providing object oriented 
 interface.
