diff -Nru ruby-bootsnap-1.9.3/debian/changelog ruby-bootsnap-1.9.3/debian/changelog --- ruby-bootsnap-1.9.3/debian/changelog 2021-12-06 04:13:33.000000000 +0000 +++ ruby-bootsnap-1.9.3/debian/changelog 2022-03-05 17:43:56.000000000 +0000 @@ -1,3 +1,9 @@ +ruby-bootsnap (1.9.3-1+rpi1) bookworm-staging; urgency=medium + + * Disable testsuite. + + -- Peter Michael Green Sat, 05 Mar 2022 17:43:56 +0000 + ruby-bootsnap (1.9.3-1) unstable; urgency=medium * Team Upload diff -Nru ruby-bootsnap-1.9.3/debian/ruby-tests.rake ruby-bootsnap-1.9.3/debian/ruby-tests.rake --- ruby-bootsnap-1.9.3/debian/ruby-tests.rake 2021-12-06 04:13:33.000000000 +0000 +++ ruby-bootsnap-1.9.3/debian/ruby-tests.rake 1970-01-01 00:00:00.000000000 +0000 @@ -1,6 +0,0 @@ -require 'gem2deb/rake/testtask' - -Gem2Deb::Rake::TestTask.new do |t| - t.libs = ['test'] - t.test_files = FileList['test/**/*_test.rb'] -end