Source: utmps
Section: init-diversity
Priority: optional
Maintainer: ProwlerGr <Prowler73@gmail.com>
Rules-Requires-Root: no
Build-Depends:
 debhelper-compat (= 13),
 skalibs-dev (>= 2.14.0.0),
 execline (>= 2.9.4.0),
 libexecline-dev (>= 2.9.4.0),
 s6 (>= 2.12.0.0),
 libs6-dev (>= 2.12.0.0),
Standards-Version: 4.6.2
Homepage: https://skarnet.org/software/utmps/
Vcs-Browser: https://salsa.debian.org/init-diversity-team/s6-rc/s6-linux-init
Vcs-Git: https://salsa.debian.org/init-diversity-team/s6-rc/s6-linux-init.git

Package: utmps
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: A secure utmpx and wtmp implementation. 
 utmps is a library implementing the utmpx.h
 family of functions, for use with C libraries that do not
 implement them, such as musl - or that do implement them,
 but in an insecure way, such as... all the other libcs.
 .
 Its particularity is that it does not use setuid or setgid
 programs or files; it does not give random programs the right
 to modify system-wide files. Instead, it comes with a daemon
 that must be running for utmp account to be functional, and
 that takes charge of the utmp data management itself; utmpx.h
 primitives simply communicate with that daemon
