diff -Nru python-pysam-0.12.0.1+ds/debian/changelog python-pysam-0.12.0.1+ds/debian/changelog --- python-pysam-0.12.0.1+ds/debian/changelog 2017-10-24 16:54:34.000000000 +0000 +++ python-pysam-0.12.0.1+ds/debian/changelog 2017-11-09 01:20:03.000000000 +0000 @@ -1,3 +1,9 @@ +python-pysam (0.12.0.1+ds-3+rpi1) buster-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Thu, 09 Nov 2017 01:20:03 +0000 + python-pysam (0.12.0.1+ds-3) unstable; urgency=medium * Team upload. diff -Nru python-pysam-0.12.0.1+ds/debian/rules python-pysam-0.12.0.1+ds/debian/rules --- python-pysam-0.12.0.1+ds/debian/rules 2017-10-24 16:03:24.000000000 +0000 +++ python-pysam-0.12.0.1+ds/debian/rules 2017-11-09 01:19:52.000000000 +0000 @@ -23,12 +23,12 @@ dh_install -Xtest.gtf.gz ifeq (,$(findstring nocheck, $(DEB_BUILD_OPTIONS))) -ifneq ($(DEB_HOST_ARCH),ppc64el) -override_dh_auto_test: pysam_data.all cbcf_data.all - dh_auto_test -else +#ifneq ($(DEB_HOST_ARCH),ppc64el) +#override_dh_auto_test: pysam_data.all cbcf_data.all +# dh_auto_test +#else override_dh_auto_test: -endif +#endif else override_dh_auto_test: endif