Version in base suite: 0.73.0-3
Version in overlay suite: 0.73.0-3+deb13u1
Base version: wtmpdb_0.73.0-3
Target version: wtmpdb_0.73.0-3+deb13u1
Base files: libpam-wtmpdb-dbgsym_0.73.0-3_armhf.deb libpam-wtmpdb_0.73.0-3_armhf.deb libwtmpdb-dev_0.73.0-3_armhf.deb libwtmpdb0-dbgsym_0.73.0-3_armhf.deb libwtmpdb0_0.73.0-3_armhf.deb wtmpdb-dbgsym_0.73.0-3_armhf.deb wtmpdb_0.73.0-3_armhf.deb
Target files: libpam-wtmpdb-dbgsym_0.73.0-3+deb13u1_armhf.deb libpam-wtmpdb_0.73.0-3+deb13u1_armhf.deb libwtmpdb-dev_0.73.0-3+deb13u1_armhf.deb libwtmpdb0-dbgsym_0.73.0-3+deb13u1_armhf.deb libwtmpdb0_0.73.0-3+deb13u1_armhf.deb wtmpdb-dbgsym_0.73.0-3+deb13u1_armhf.deb wtmpdb_0.73.0-3+deb13u1_armhf.deb
-rw-r--r-- root/root /usr/lib/systemd/system/wtmpdb-rotate.service
-rw-r--r-- root/root /usr/lib/systemd/system/wtmpdb-rotate.timer
-rw-r--r-- root/root /etc/logrotate.d/wtmpdb
-rw-r--r-- root/root DEBIAN/conffiles
-rwxr-xr-x root/root DEBIAN/postinst
-rwxr-xr-x root/root DEBIAN/postrm
-rwxr-xr-x root/root DEBIAN/prerm
Recommends: libpam-wtmpdb libpam-wtmpdb, logrotate
new_log="${DPKG_ROOT:-}/var/lib/wtmpdb/wtmp.db"
new_log="${DPKG_ROOT:-}/var/log/wtmp.db"
deb-systemd-helper update-state 'wtmpdb-update-boot.service' >/dev/null || true
fi
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.24.2
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
if deb-systemd-helper debian-installed 'wtmpdb-rotate.timer'; then
# The following line should be removed in trixie or trixie+1
deb-systemd-helper unmask 'wtmpdb-rotate.timer' >/dev/null || true
[--]
if deb-systemd-helper --quiet was-enabled 'wtmpdb-rotate.timer'; then
# Create new symlinks, if any.
deb-systemd-helper enable 'wtmpdb-rotate.timer' >/dev/null || true
fi
fi
[--]
# Update the statefile to add new symlinks (if any), which need to be cleaned
# up on purge. Also remove old symlinks.
deb-systemd-helper update-state 'wtmpdb-rotate.timer' >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.24.2
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
if [ -d /run/systemd/system ]; then
systemctl --system daemon-reload >/dev/null || true
if [ -n "$2" ]; then
_dh_action=restart
else
_dh_action=start
fi
deb-systemd-invoke $_dh_action 'wtmpdb-rotate.timer' >/dev/null || true
deb-systemd-helper purge 'wtmpdb-rotate.timer' >/dev/null || true
fi
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.24.2
if [ "$1" = remove ] && [ -d /run/systemd/system ] ; then
systemctl --system daemon-reload >/dev/null || true
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.24.2
if [ "$1" = "purge" ]; then
if [ -x "/usr/bin/deb-systemd-helper" ]; then
deb-systemd-helper purge 'wtmpdb-update-boot.service' >/dev/null || true