diff -Nru sqlitebrowser-3.5.1/debian/changelog sqlitebrowser-3.5.1/debian/changelog --- sqlitebrowser-3.5.1/debian/changelog 2015-04-26 09:12:12.000000000 +0000 +++ sqlitebrowser-3.5.1/debian/changelog 2015-06-04 00:24:42.000000000 +0000 @@ -1,3 +1,9 @@ +sqlitebrowser (3.5.1-2+rpi1) stretch-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 04 Jun 2015 00:24:29 +0000 + sqlitebrowser (3.5.1-2) unstable; urgency=medium * The "Yay Jessie!" release diff -Nru sqlitebrowser-3.5.1/debian/rules sqlitebrowser-3.5.1/debian/rules --- sqlitebrowser-3.5.1/debian/rules 2015-04-26 09:12:12.000000000 +0000 +++ sqlitebrowser-3.5.1/debian/rules 2015-06-04 00:24:12.000000000 +0000 @@ -24,6 +24,7 @@ dh_clean override_dh_auto_test: - cd tests && cmake . -DUSE_QT5=True - $(MAKE) -C tests - cd tests && LANG=C.UTF8 ./sqlb-unittests + echo testsuite disabled + #cd tests && cmake . -DUSE_QT5=True + #$(MAKE) -C tests + #cd tests && LANG=C.UTF8 ./sqlb-unittests