Version in base suite: 8-3+deb11u1

Version in overlay suite: 8-3+deb11u2

Base version: tang_8-3+deb11u1

Target version: tang_8-3+deb11u2

Base files: tang-dbgsym_8-3+deb11u1_ppc64el.deb tang_8-3+deb11u1_ppc64el.deb

Target files: tang-dbgsym_8-3+deb11u2_ppc64el.deb tang_8-3+deb11u2_ppc64el.deb

Files only in first set of .debs, found in package tang

-rw-r--r-- root/root /usr/libexec/tangd-rotate-keys

New files in second set of .debs, found in package tang

-rw-r--r-- root/root /usr/share/doc/tang/NEWS.Debian.gz
-rwxr-xr-x root/root /usr/libexec/tangd-rotate-keys

Postinst files of package tang: lines which differ

case "$1" in
configure)
# assert restrictive permissions on the key directory
chmod 0750 /var/db/tang
;;
abort-upgrade | abort-remove | abort-deconfigure) ;;
{++}
*)
echo "postinst called with unknown argument '$1'" >&2
exit 1
;;
esac
exit 0