Version in base suite: 1.3.8+dfsg-4

Base version: proftpd-dfsg_1.3.8+dfsg-4

Target version: proftpd-dfsg_1.3.8+dfsg-4+deb12u1

Base files: proftpd-core-dbgsym_1.3.8+dfsg-4_amd64.deb proftpd-core_1.3.8+dfsg-4_amd64.deb proftpd-dev_1.3.8+dfsg-4_amd64.deb proftpd-mod-crypto-dbgsym_1.3.8+dfsg-4_amd64.deb proftpd-mod-crypto_1.3.8+dfsg-4_amd64.deb proftpd-mod-geoip-dbgsym_1.3.8+dfsg-4_amd64.deb proftpd-mod-geoip_1.3.8+dfsg-4_amd64.deb proftpd-mod-ldap-dbgsym_1.3.8+dfsg-4_amd64.deb proftpd-mod-ldap_1.3.8+dfsg-4_amd64.deb proftpd-mod-mysql-dbgsym_1.3.8+dfsg-4_amd64.deb proftpd-mod-mysql_1.3.8+dfsg-4_amd64.deb proftpd-mod-odbc-dbgsym_1.3.8+dfsg-4_amd64.deb proftpd-mod-odbc_1.3.8+dfsg-4_amd64.deb proftpd-mod-pgsql-dbgsym_1.3.8+dfsg-4_amd64.deb proftpd-mod-pgsql_1.3.8+dfsg-4_amd64.deb proftpd-mod-snmp-dbgsym_1.3.8+dfsg-4_amd64.deb proftpd-mod-snmp_1.3.8+dfsg-4_amd64.deb proftpd-mod-sqlite-dbgsym_1.3.8+dfsg-4_amd64.deb proftpd-mod-sqlite_1.3.8+dfsg-4_amd64.deb proftpd-mod-wrap-dbgsym_1.3.8+dfsg-4_amd64.deb proftpd-mod-wrap_1.3.8+dfsg-4_amd64.deb

Target files: proftpd-core-dbgsym_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-core_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-dev_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-crypto-dbgsym_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-crypto_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-geoip-dbgsym_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-geoip_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-ldap-dbgsym_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-ldap_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-mysql-dbgsym_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-mysql_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-odbc-dbgsym_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-odbc_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-pgsql-dbgsym_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-pgsql_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-snmp-dbgsym_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-snmp_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-sqlite-dbgsym_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-sqlite_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-wrap-dbgsym_1.3.8+dfsg-4+deb12u1_amd64.deb proftpd-mod-wrap_1.3.8+dfsg-4+deb12u1_amd64.deb

Postinst files of package proftpd-core: lines which differ

if deb-systemd-helper debian-installed 'proftpd.socket'; then
# was-enabled defaults to true, so new installations run enable.
# Enables the unit on first installation, creates Create new
# symlinks on upgrades symlinks, if the unit file has changed. any.
else
fi
fi
# cleaned
# up on purge. Also remove old symlinks.
fi
fi
# End automatically added section
# Automatically added by dh_installsystemd/13.11.4
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 'proftpd.socket' >/dev/null || true
fi

Preinst files of package proftpd-core: lines which differ

# Automatically added by dh_installsystemd/13.11.4
if [ -z "${DPKG_ROOT:-}" ] && [ "$1" = upgrade ] && [ -d /run/systemd/system ] ; then
deb-systemd-invoke stop 'proftpd.socket' >/dev/null || true
fi
# End automatically added section

Prerm files of package proftpd-core: lines which differ

# Automatically added by dh_installsystemd/13.11.4
deb-systemd-invoke stop 'proftpd.socket' 'proftpd.service' >/dev/null || true
# End automatically added section
# Automatically added by dh_installsystemd/13.11.4
deb-systemd-invoke stop 'proftpd.socket' 'proftpd.service' >/dev/null || true