Control: tags 925710 + patch Control: tags 925710 + pending Dear maintainer,
I've prepared an NMU for gtk-chtheme (versioned as 0.3.1-6.1) and uploaded it to mentors for sponsoring. Please feel free to tell me if I should remove it. -- Regards Sudip diff -Nru gtk-chtheme-0.3.1/debian/changelog gtk-chtheme-0.3.1/debian/changelog --- gtk-chtheme-0.3.1/debian/changelog 2018-07-23 19:58:48.000000000 +0100 +++ gtk-chtheme-0.3.1/debian/changelog 2020-03-28 23:40:09.000000000 +0000 @@ -1,3 +1,10 @@ +gtk-chtheme (0.3.1-6.1) unstable; urgency=medium + + * Non-maintainer upload. + * Fix ftbfs with GCC. (Closes: #925710) + + -- Sudip Mukherjee <sudipm.mukher...@gmail.com> Sat, 28 Mar 2020 23:40:09 +0000 + gtk-chtheme (0.3.1-6) unstable; urgency=medium [ Helmut Grohne ] diff -Nru gtk-chtheme-0.3.1/debian/patches/fix_ftbfs.patch gtk-chtheme-0.3.1/debian/patches/fix_ftbfs.patch --- gtk-chtheme-0.3.1/debian/patches/fix_ftbfs.patch 1970-01-01 01:00:00.000000000 +0100 +++ gtk-chtheme-0.3.1/debian/patches/fix_ftbfs.patch 2020-03-28 23:35:24.000000000 +0000 @@ -0,0 +1,17 @@ +Description: Fix ftbfs with GCC + +Author: Sudip Mukherjee <sudipm.mukher...@gmail.com> + +--- + +--- gtk-chtheme-0.3.1.orig/Makefile ++++ gtk-chtheme-0.3.1/Makefile +@@ -18,7 +18,7 @@ EXTRAS = $(addprefix $(EXENAME), .spec . + all: $(EXENAME) $(EXENAME).1 + + $(EXENAME): $(addsuffix .o, $(SRC)) +- $(CC) $(LDFLAGS) $^ -o $@ ++ $(CC) $^ -o $@ $(LDFLAGS) + + $(EXENAME).1: $(EXENAME).pod + pod2man $< | sed 's/^\.TH .*/.TH $(EXENAME) 1/' > $@ diff -Nru gtk-chtheme-0.3.1/debian/patches/series gtk-chtheme-0.3.1/debian/patches/series --- gtk-chtheme-0.3.1/debian/patches/series 2018-07-23 19:58:48.000000000 +0100 +++ gtk-chtheme-0.3.1/debian/patches/series 2020-03-28 23:34:21.000000000 +0000 @@ -1,3 +1,4 @@ backup-gtkrc-implementation.patch deprecated-on-gtk3+.patch cross.patch +fix_ftbfs.patch