1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79
|
Source: wtmpdb
Build-Depends:
debhelper-compat (= 13),
dh-package-notes,
dh-sequence-zz-debputy-rrr (>= 0.1.23~),
docbook-xml,
docbook-xsl,
docbook-xsl-ns,
libaudit-dev [linux-any],
libpam0g-dev,
libsqlite3-dev,
libsystemd-dev [linux-any],
meson,
pkgconf,
systemd-dev [linux-any],
xsltproc,
Priority: optional
Maintainer: Andrew Bower <andrew@bower.uk>
Section: admin
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/wtmpdb
Vcs-Git: https://salsa.debian.org/debian/wtmpdb.git
Homepage: https://github.com/thkukuk/wtmpdb/
Package: wtmpdb
Architecture: any
Priority: standard
Replaces:
util-linux (<< 2.40.1-3),
Breaks:
util-linux (<< 2.40.1-3),
Recommends:
libpam-wtmpdb,
Multi-Arch: foreign
Description: utility to display login/logout/reboot information
This package provides the program wtmpdb, which reads wtmpdb's
database of user logins/logouts and system reboots.
.
It provides a year 2038-safe replacement for the traditional Unix
"last" utility.
.
This tool is used within Debian as the integration point for the
system to record reboots, rotate the wtmpdb logs or import old wtmp
login records.
Package: libwtmpdb0
Architecture: any
Section: libs
Multi-Arch: same
Description: wtmp database shared library
Year 2038-safe wtmp database implementation, library files.
.
This library provides an abstraction for reading and manipulating
wtmpdb login and reboot records.
Package: libwtmpdb-dev
Architecture: any
Section: libdevel
Multi-Arch: same
Depends:
libwtmpdb0 (= ${binary:Version}),
Description: libwtmpdb development files
Year 2038-safe wtmp database implementation, development files.
.
This library provides an abstraction for reading and manipulating
wtmpdb login and reboot records.
Package: libpam-wtmpdb
Architecture: any
Priority: standard
Depends:
libpam-runtime,
Recommends:
wtmpdb,
Multi-Arch: same
Description: wtmp database PAM module
Year 2038-safe wtmp database implementation, PAM module. Successful logins
will be recorded in the wtmp database, if enabled.
|