- conflicts found
- debian/rules
- snapd (2.30-5+rpi1) buster-staging; urgency=medium
++snapd (2.37-3+rpi1) buster-staging; urgency=medium
+
+ [changes brought forward from 2.27.2-2+rpi1 by Peter Michael Green <plugwash@raspbian.org> at Thu, 24 Aug 2017 17:53:18 +0000]
+ * Treat unknown derivatives the same as Debian.
+ * Disable testsuite.
+ * Fix clean target.
+
- -- Raspbian forward porter <root@raspbian.org> Sat, 17 Feb 2018 10:25:46 +0000
++ -- Peter Michael Green <plugwash@raspbian.org> Thu, 31 Jan 2019 15:32:21 +0000
++
+ snapd (2.37-3) unstable; urgency=medium
+
+ * Fix --no-arch-any build.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org> Thu, 24 Jan 2019 16:11:17 +1300
+
+ snapd (2.37-2) unstable; urgency=medium
+
+ * d/patches/0010-man-page-sections.patch: fix a couple of instances of the
+ lintian warning 'manpage-section-mismatch'.
+
+ -- Michael Hudson-Doyle <mwhudson@debian.org> Thu, 24 Jan 2019 09:52:09 +1300
+
+ snapd (2.37-1) unstable; urgency=medium
+
+ [ Michael Hudson-Doyle ]
+ * New upstream version.
+ * d/control: make myself Maintainer, use my Debian address, update Vcs-* to
+ point to salsa.
+ * Add new build-dependencies.
+ * d/watch: update to download new upstream-provided no-vendor tarballs.
+ * d/patches: refresh/drop.
+ * d/patches/no-snapfuse.patch: do not depend on snapfuse fork of squashfuse.
+ * d/patches/upstram-bolt.patch: use upstream version of boltdb.
+ * d/patches/systemd-activation-compat.patch: compatibility for the
+ newer go-systemd in debian
+
+ [ Ondřej Nový ]
+ * d/copyright: Use https protocol in Format field
+ * d/changelog: Remove trailing whitespaces
+
+ [ Zygmunt Krynicki ]
+ * Update unreleased package to 2.37
+ * Drop and recreate all patches
+ * Add patches for failing unit tests
+ * Reconcile packaging with snapd upstream
+
+ -- Zygmunt Krynicki <me@zygoon.pl> Tue, 22 Jan 2019 12:39:58 +0100
snapd (2.30-5) unstable; urgency=medium
# for stability, predicability and easy of deployment. We need to link some
# things dynamically though: udev has no stable IPC protocol between
# libudev and udevd so we need to link with it dynamically.
- VENDOR_ARGS=--enable-nvidia-multiarch --enable-static-libcap --enable-static-libapparmor --enable-static-libseccomp
+ VENDOR_ARGS=--enable-nvidia-multiarch --enable-static-libcap --enable-static-libapparmor --enable-static-libseccomp --with-host-arch-triplet=$(DEB_HOST_MULTIARCH)
+ ifeq ($(shell dpkg-architecture -qDEB_HOST_ARCH),amd64)
+ VENDOR_ARGS+= --with-host-arch-32bit-triplet=$(shell dpkg-architecture -f -ai386 -qDEB_HOST_MULTIARCH)
+ endif
BUILT_USING_PACKAGES=libcap-dev libapparmor-dev libseccomp-dev
- BUILT_USING=$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W $(BUILT_USING_PACKAGES))
else
-ifeq ($(shell dpkg-vendor --query Vendor),Debian)
VENDOR_ARGS=--enable-nvidia-multiarch
- BUILT_USING=
+ BUILT_USING_PACKAGES=libcap-dev
-else
- VENDOR_ARGS=--disable-apparmor
-endif
endif
+ BUILT_USING=$(shell dpkg-query -f '$${source:Package} (= $${source:Version}), ' -W $(BUILT_USING_PACKAGES))
%:
dh $@ --buildsystem=golang --with=golang --fail-missing --with systemd --builddirectory=_build