diff -Nru pygac-1.1.0/debian/changelog pygac-1.1.0/debian/changelog --- pygac-1.1.0/debian/changelog 2019-07-24 18:24:00.000000000 +0000 +++ pygac-1.1.0/debian/changelog 2019-07-31 19:46:47.000000000 +0000 @@ -1,3 +1,9 @@ +pygac (1.1.0-2+rpi1) bullseye-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Wed, 31 Jul 2019 19:46:47 +0000 + pygac (1.1.0-2) unstable; urgency=medium * Team upload. diff -Nru pygac-1.1.0/debian/rules pygac-1.1.0/debian/rules --- pygac-1.1.0/debian/rules 2019-07-08 03:57:31.000000000 +0000 +++ pygac-1.1.0/debian/rules 2019-07-31 19:46:35.000000000 +0000 @@ -1,4 +1,4 @@ -#!/usr/bin/make -f +##!/usr/bin/make -f # -*- makefile -*- # Uncomment this to turn on verbose mode. @@ -13,3 +13,6 @@ override_dh_auto_clean: dh_auto_clean $(RM) -r pygac.egg-info + +override_dh_auto_test: + echo testsuite disabled