diff -Nru kodi-16.1+dfsg1/debian/changelog kodi-16.1+dfsg1/debian/changelog --- kodi-16.1+dfsg1/debian/changelog 2016-04-24 13:54:31.000000000 +0000 +++ kodi-16.1+dfsg1/debian/changelog 2016-08-04 13:54:54.000000000 +0000 @@ -1,3 +1,9 @@ +kodi (16.1+dfsg1-1+rpi1) stretch-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 04 Aug 2016 13:54:44 +0000 + kodi (16.1+dfsg1-1) unstable; urgency=medium * New upstream version 16.1 diff -Nru kodi-16.1+dfsg1/debian/rules kodi-16.1+dfsg1/debian/rules --- kodi-16.1+dfsg1/debian/rules 2016-04-24 13:54:31.000000000 +0000 +++ kodi-16.1+dfsg1/debian/rules 2016-08-04 12:53:26.000000000 +0000 @@ -34,7 +34,7 @@ # The following tests are failing: # TestArchive.CharArchive crashes on armel # TestAsyncFileCopy.General crashes on mips -ifneq (,$(filter armel mips,$(DEB_HOST_ARCH))) +ifneq (,$(filter armhf armel mips,$(DEB_HOST_ARCH))) ARCH_SPECIFIC_OPTIONS = --disable-gtest endif