diff -Nru strace-6.5/debian/changelog strace-6.5/debian/changelog --- strace-6.5/debian/changelog 2023-09-14 11:46:55.000000000 +0000 +++ strace-6.5/debian/changelog 2024-01-09 02:52:41.000000000 +0000 @@ -1,3 +1,9 @@ +strace (6.5-0.0ubuntu2~rebuild2) mantic; urgency=medium + + * Disable -Werror for rebuild. + + -- Michael Hudson-Doyle Tue, 09 Jan 2024 15:52:41 +1300 + strace (6.5-0.0ubuntu1) mantic; urgency=medium * New upstream version, fixing FTBFS. diff -Nru strace-6.5/debian/rules strace-6.5/debian/rules --- strace-6.5/debian/rules 2023-08-09 15:57:38.000000000 +0000 +++ strace-6.5/debian/rules 2024-01-09 02:52:41.000000000 +0000 @@ -7,7 +7,7 @@ include /usr/share/dpkg/buildflags.mk include /usr/share/dpkg/architecture.mk -CFLAGS += -Wall -g +CFLAGS += -Wall -g -Wno-error ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) CFLAGS += -O0