Version in base suite: 2.49-1+deb11u1

Base version: snapd_2.49-1+deb11u1

Target version: snapd_2.49-1+deb11u2

Base files: snap-confine_2.49-1+deb11u1_armel.deb snapd-dbgsym_2.49-1+deb11u1_armel.deb snapd_2.49-1+deb11u1_armel.deb ubuntu-core-launcher_2.49-1+deb11u1_armel.deb

Target files: snap-confine_2.49-1+deb11u2_armel.deb snapd-dbgsym_2.49-1+deb11u2_armel.deb snapd_2.49-1+deb11u2_armel.deb ubuntu-core-launcher_2.49-1+deb11u2_armel.deb

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

-rw-r--r-- root/root /usr/lib/tmpfiles.d/snapd.conf

Control files of package snapd: lines which differ

Built-Using: golang-1.15 (= 1.15.15-1~deb11u2), 1.15.15-1~deb11u4), golang-check.v1 (= 0.0+git20200902.038fdea-1), golang-dbus (= 5.0.3-2), golang-github-boltdb-bolt (= 1.3.1-7), golang-github-coreos-go-systemd (= 22.1.0-3), golang-github-gorilla-mux (= 1.7.4-1), golang-github-juju-ratelimit (= 1.0.1-1.1), golang-github-mvo5-goconfigparser (= 0.2.2-1), golang-github-seccomp-libseccomp-golang (= 0.9.1-2), golang-go-flags (= 1.4.0-2), golang-go.crypto (= 1:0.0~git20201221.eec23a3-1), golang-golang-x-sys (= 0.0~git20210124.22da62e-1), golang-golang-x-term (= 0.0~git20201210.2321bbc-1), golang-golang-x-xerrors (= 0.0~git20191204.9bdfabe-1), golang-gopkg-macaroon.v1 (= 0.0~git20150121.0.ab3940c-1.1), golang-gopkg-mgo.v2 (= 2016.08.01-7), golang-gopkg-retry.v1 (= 0.0~git20161025.0.c09f6b8-1.1), golang-gopkg-tomb.v2 (= 0.0~git20161208.d5d1b58-3), golang-pretty (= 0.2.1+git20200831.59b4212-1), golang-text (= 0.2.0-1), golang-yaml.v2 (= 2.4.0-1), libcap2 (= 1:2.44-1)

Postinst files of package snapd: lines which differ

units=$(systemctl list-unit-files --full | grep '^snap[-.]' | cut -f1 -d ' ' | grep -vF snap.mount.service || true)
mounts=$(echo "$units" | grep '^snap[-.].*\.mount$' || true)
# Automatically added by dh_installinit/13.3.4
if [ "$1" = "configure" ] || [ "$1" = "abort-upgrade" ] || [ "$1" = "abort-deconfigure" ] || [ "$1" = "abort-remove" ] ; then
# In case this system is running systemd, we need to ensure that all
# necessary tmpfiles (if any) are created before starting.
if [ -d /run/systemd/system ] ; then
systemd-tmpfiles --create snapd.conf >/dev/null || true
fi
fi
# End automatically added section
# Automatically added by dh_systemd_start/13.3.4