diff -Nru ruby-fast-xs-0.8.0/debian/changelog ruby-fast-xs-0.8.0/debian/changelog --- ruby-fast-xs-0.8.0/debian/changelog 2012-07-05 13:48:47.000000000 +0200 +++ ruby-fast-xs-0.8.0/debian/changelog 2024-10-29 13:05:44.000000000 +0100 @@ -1,3 +1,12 @@ +ruby-fast-xs (0.8.0-3.1) unstable; urgency=medium + + * Non-maintainer upload. + + [ Lucas Kanashiro ] + * Update $CFLAGS to fix FTBFS (Closes: #1075459). + + -- Bastian Germann Tue, 29 Oct 2024 13:05:44 +0100 + ruby-fast-xs (0.8.0-3) unstable; urgency=low * Team upload. diff -Nru ruby-fast-xs-0.8.0/debian/patches/fix-ftbfs-with-ruby3.3.patch ruby-fast-xs-0.8.0/debian/patches/fix-ftbfs-with-ruby3.3.patch --- ruby-fast-xs-0.8.0/debian/patches/fix-ftbfs-with-ruby3.3.patch 1970-01-01 01:00:00.000000000 +0100 +++ ruby-fast-xs-0.8.0/debian/patches/fix-ftbfs-with-ruby3.3.patch 2024-10-29 13:05:44.000000000 +0100 @@ -0,0 +1,8 @@ +--- a/ext/fast_xs/extconf.rb ++++ b/ext/fast_xs/extconf.rb +@@ -1,4 +1,5 @@ + require 'mkmf' ++$CFLAGS << ' -Wno-incompatible-pointer-types ' + have_header('assert.h') or exit + dir_config('fast_xs') + create_makefile('fast_xs') diff -Nru ruby-fast-xs-0.8.0/debian/patches/series ruby-fast-xs-0.8.0/debian/patches/series --- ruby-fast-xs-0.8.0/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ ruby-fast-xs-0.8.0/debian/patches/series 2024-10-29 13:05:44.000000000 +0100 @@ -0,0 +1 @@ +fix-ftbfs-with-ruby3.3.patch