diff -Nru gigedit-1.1.1/debian/changelog gigedit-1.1.1/debian/changelog --- gigedit-1.1.1/debian/changelog 2019-09-11 17:07:13.000000000 +0000 +++ gigedit-1.1.1/debian/changelog 2021-11-08 00:08:26.000000000 +0000 @@ -1,3 +1,10 @@ +gigedit (1.1.1-1+rpi1) bookworm-staging; urgency=medium + + * Disable some definitions in compat.h that seem to cause build failures + and to no longer be nessacery. + + -- Peter Michael Green Mon, 08 Nov 2021 00:08:26 +0000 + gigedit (1.1.1-1) unstable; urgency=medium [ Ondřej Nový ] diff -Nru gigedit-1.1.1/debian/patches/0003-remove-some-compat.patch gigedit-1.1.1/debian/patches/0003-remove-some-compat.patch --- gigedit-1.1.1/debian/patches/0003-remove-some-compat.patch 1970-01-01 00:00:00.000000000 +0000 +++ gigedit-1.1.1/debian/patches/0003-remove-some-compat.patch 2021-11-08 00:08:26.000000000 +0000 @@ -0,0 +1,15 @@ +Description: Disable some definitions in compat.h + The definiations cause build failures and seem to no longer be nessacery. +Author: Peter Michael Green + +--- gigedit-1.1.1.orig/src/gigedit/compat.h ++++ gigedit-1.1.1/src/gigedit/compat.h +@@ -188,7 +188,7 @@ typedef Gtk::ActionGroup ActionGroup; + typedef Gtk::Action Action; + #endif // USE_GLIB_ACTION + +-#if HAS_PANGOMM_CPP11_ENUMS ++#if 0 //HAS_PANGOMM_CPP11_ENUMS + # include + namespace Pango { + const Alignment ALIGN_LEFT = Alignment::LEFT; diff -Nru gigedit-1.1.1/debian/patches/series gigedit-1.1.1/debian/patches/series --- gigedit-1.1.1/debian/patches/series 2019-09-11 17:01:46.000000000 +0000 +++ gigedit-1.1.1/debian/patches/series 2021-11-08 00:08:26.000000000 +0000 @@ -1,2 +1,3 @@ 0001-Skip-Makefile-configure-scripts-which-are-in-the-deb.patch 0002-Link-with-pthreads.patch +0003-remove-some-compat.patch