diff -Nru lz4-1.8.1.2/debian/changelog lz4-1.8.1.2/debian/changelog --- lz4-1.8.1.2/debian/changelog 2018-04-13 01:39:09.000000000 +0000 +++ lz4-1.8.1.2/debian/changelog 2018-04-19 01:41:26.000000000 +0000 @@ -1,3 +1,9 @@ +lz4 (1.8.1.2-1+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 19 Apr 2018 01:41:26 +0000 + lz4 (1.8.1.2-1) unstable; urgency=medium * New upstream release. diff -Nru lz4-1.8.1.2/debian/rules lz4-1.8.1.2/debian/rules --- lz4-1.8.1.2/debian/rules 2018-04-13 01:39:09.000000000 +0000 +++ lz4-1.8.1.2/debian/rules 2018-04-19 01:41:16.000000000 +0000 @@ -25,9 +25,9 @@ ifneq (,$(findstring $(DEB_HOST_ARCH),sparc)) disable_test=1 endif -ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) +#ifneq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) disable_test=1 -endif +#endif %: dh $@