diff -Nru octave-5.2.0/debian/changelog octave-5.2.0/debian/changelog --- octave-5.2.0/debian/changelog 2020-02-04 12:05:00.000000000 +0000 +++ octave-5.2.0/debian/changelog 2020-02-18 11:31:04.000000000 +0000 @@ -1,3 +1,10 @@ +octave (5.2.0-1+rpi1) bullseye-staging; urgency=medium + + [changes brought forward from 5.1.0-3+rpi1 by Peter Michael Green at Thu, 31 Oct 2019 00:51:03 +0000] + * Disable testsuite. + + -- Raspbian forward porter Tue, 18 Feb 2020 11:31:04 +0000 + octave (5.2.0-1) unstable; urgency=medium * New upstream version 5.2.0 diff -Nru octave-5.2.0/debian/rules octave-5.2.0/debian/rules --- octave-5.2.0/debian/rules 2020-02-04 11:51:21.000000000 +0000 +++ octave-5.2.0/debian/rules 2020-02-18 11:31:04.000000000 +0000 @@ -78,9 +78,9 @@ # dh_auto_test tries to run "make test", so override it override_dh_auto_test: ifeq (,$(filter nocheck,$(DEB_BUILD_OPTIONS))) - make check - # Run builtin-features to ensure important features are included - env OCTAVE=./run-octave debian/tests/builtin-features + #make check + ## Run builtin-features to ensure important features are included + #env OCTAVE=./run-octave debian/tests/builtin-features endif # override normal dh_compress call to avoid compressing .pdf files