File: control

package info (click to toggle)
python-utmp 0.8.3
  • links: PTS
  • area: main
  • in suites: buster, stretch
  • size: 188 kB
  • ctags: 197
  • sloc: python: 796; ansic: 583; makefile: 49; sh: 2
file content (18 lines) | stat: -rw-r--r-- 653 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Source: python-utmp
Section: python
Priority: optional
Maintainer: Radovan GarabĂ­k <garabik@kassiopeia.juls.savba.sk>
Standards-Version: 3.9.5
Build-Depends: debhelper (>= 9), python-all-dev (>= 2.6.6-3), dh-python

Package: python-utmp
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: python module for working with utmp
 python-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.