Control: tags -1 + patch pending
Build with -fpermissive as a work around, uploading to delayed.
diff -Nru undertaker-1.6/debian/changelog undertaker-1.6/debian/changelog --- undertaker-1.6/debian/changelog 2014-11-12 05:07:57.000000000 +0100 +++ undertaker-1.6/debian/changelog 2015-07-10 16:31:38.000000000 +0200 @@ -1,3 +1,11 @@ +undertaker (1.6-2.1) unstable; urgency=medium + + * Non maintainer upload. + * Build with -fpermissive to work around build failure with GCC 5. + Closes: #778155. + + -- Matthias Klose <d...@debian.org> Fri, 10 Jul 2015 16:30:53 +0200 + undertaker (1.6-2) unstable; urgency=medium * Use system picsoat >= 960 (Closes: #766273) diff -Nru undertaker-1.6/debian/patches/gcc5.diff undertaker-1.6/debian/patches/gcc5.diff --- undertaker-1.6/debian/patches/gcc5.diff 1970-01-01 01:00:00.000000000 +0100 +++ undertaker-1.6/debian/patches/gcc5.diff 2015-07-10 16:39:19.000000000 +0200 @@ -0,0 +1,13 @@ +Index: b/undertaker/Makefile +=================================================================== +--- a/undertaker/Makefile ++++ b/undertaker/Makefile +@@ -6,7 +6,7 @@ NODEPS:=clean clean-check clean-parsers + + CFLAGS = -Wall -Wextra -O2 + CPPFLAGS = -I $(CURDIR)/../scripts/kconfig -I $(CURDIR)/../picosat +-CXXFLAGS = $(CFLAGS) -std=gnu++11 ++CXXFLAGS = $(CFLAGS) -std=gnu++11 -fpermissive + + # use g++ for linking, will automaticly use "-lstdc++ -lm" libraries + CC = g++ diff -Nru undertaker-1.6/debian/patches/series undertaker-1.6/debian/patches/series --- undertaker-1.6/debian/patches/series 2014-11-12 05:04:47.000000000 +0100 +++ undertaker-1.6/debian/patches/series 2015-07-10 16:34:16.000000000 +0200 @@ -1,2 +1,3 @@ update_picomus.patch undertaker-checkpatch-fix-Kconfig-parsing.patch +gcc5.diff