diff -Nru snapd-2.27.6/debian/changelog snapd-2.27.6/debian/changelog --- snapd-2.27.6/debian/changelog 2017-09-07 22:03:18.000000000 +0000 +++ snapd-2.27.6/debian/changelog 2017-09-27 23:49:06.000000000 +0000 @@ -1,3 +1,12 @@ +snapd (2.27.6-1+rpi1) buster-staging; urgency=medium + + [changes brought forward from 2.27.2-2+rpi1 by Peter Michael Green at Thu, 24 Aug 2017 17:53:18 +0000] + * Treat unknown derivatives the same as Debian. + * Disable testsuite. + * Fix clean target. + + -- Peter Michael Green Wed, 27 Sep 2017 23:49:06 +0000 + snapd (2.27.6-1) unstable; urgency=medium * New upstream release, LP: #1703798: diff -Nru snapd-2.27.6/debian/rules snapd-2.27.6/debian/rules --- snapd-2.27.6/debian/rules 2017-09-07 21:59:36.000000000 +0000 +++ snapd-2.27.6/debian/rules 2017-09-27 23:46:10.000000000 +0000 @@ -56,12 +56,8 @@ VENDOR_ARGS=--enable-nvidia-ubuntu --enable-static-libcap --enable-static-libapparmor --enable-static-libseccomp BUILT_USING_PACKAGES=libcap-dev libapparmor-dev libseccomp-dev else -ifeq ($(shell dpkg-vendor --query Vendor),Debian) VENDOR_ARGS=--disable-apparmor --enable-static-libcap 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)) @@ -116,7 +112,7 @@ $(MAKE) -C data/systemd all override_dh_auto_test: - dh_auto_test -- $(GCCGOFLAGS) + #dh_auto_test -- $(GCCGOFLAGS) # a tested default (production) build should have no test keys ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # check that only the main trusted account-key is included @@ -125,7 +121,7 @@ endif ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) # run the snap-confine tests - $(MAKE) -C cmd check + #$(MAKE) -C cmd check endif override_dh_systemd_enable: @@ -201,6 +197,8 @@ override_dh_auto_clean: dh_auto_clean -O--buildsystem=golang rm -vf snap.8 + rm -rf share + rm -f cmd/Makefile.in cmd/VERSION cmd/aclocal.m4 cmd/compile cmd/config.guess cmd/config.h.in cmd/config.sub cmd/configure cmd/depcomp cmd/install-sh cmd/missing cmd/test-driver cmd/version_generated.go data/info po/snappy.pot override_dh_gencontrol: dh_gencontrol -- -VBuilt-Using="$(BUILT_USING)"