diff -Nru emacs25-25.2+1/debian/changelog emacs25-25.2+1/debian/changelog --- emacs25-25.2+1/debian/changelog 2017-08-01 04:34:05.000000000 +0000 +++ emacs25-25.2+1/debian/changelog 2017-08-17 18:29:59.000000000 +0000 @@ -1,3 +1,9 @@ +emacs25 (25.2+1-5+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 17 Aug 2017 18:29:59 +0000 + emacs25 (25.2+1-5) unstable; urgency=medium * Build with -O0 on arm64 to avoid FTBS. Without this the build diff -Nru emacs25-25.2+1/debian/rules emacs25-25.2+1/debian/rules --- emacs25-25.2+1/debian/rules 2017-08-01 04:33:20.000000000 +0000 +++ emacs25-25.2+1/debian/rules 2017-08-17 18:29:30.000000000 +0000 @@ -371,7 +371,7 @@ $(call build_cmd,debian/build-lucid) override_dh_auto_test: - ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) + ifeq (testsuitedisabled,$(filter nocheck,$(DEB_BUILD_OPTIONS))) $(MAKE) -C debian/build-lucid check $(MAKE) -C debian/build-nox check $(MAKE) -C debian/build-x check