diff -Nru hugo-0.92.2/debian/changelog hugo-0.92.2/debian/changelog --- hugo-0.92.2/debian/changelog 2022-02-23 16:47:50.000000000 +0000 +++ hugo-0.92.2/debian/changelog 2022-03-19 00:51:55.000000000 +0000 @@ -1,3 +1,9 @@ +hugo (0.92.2-1+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Sat, 19 Mar 2022 00:51:55 +0000 + hugo (0.92.2-1) unstable; urgency=medium * New upstream version 0.92.2 diff -Nru hugo-0.92.2/debian/rules hugo-0.92.2/debian/rules --- hugo-0.92.2/debian/rules 2022-02-23 16:47:01.000000000 +0000 +++ hugo-0.92.2/debian/rules 2022-03-19 00:51:38.000000000 +0000 @@ -83,9 +83,9 @@ # Disable network access during testing by using -short flag override_dh_auto_test: - @command -V go - @go version - CI=true dh_auto_test -- -short -timeout 120m + #@command -V go + #@go version + #CI=true dh_auto_test -- -short -timeout 120m override_dh_auto_install: dh_auto_install -- --no-source