Control: tags -1 +patch Hi,
Attached patch would fix this FTBFS, could you check and consider to apply it, please? -- Regards, Hideki Yamane henrich @ debian.or.jp/org http://wiki.debian.org/HidekiYamane
diff -Nru sinfo-0.0.46/debian/changelog sinfo-0.0.46/debian/changelog --- sinfo-0.0.46/debian/changelog 2012-06-30 20:59:06.000000000 +0900 +++ sinfo-0.0.46/debian/changelog 2013-10-24 10:55:47.000000000 +0900 @@ -1,3 +1,12 @@ +sinfo (0.0.46-2.1) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches + - add dont-specify_-mt.patch to fix FTBFS (Closes: #720818) + since boost1.54 doesn't have -mt files + + -- Hideki Yamane <henr...@debian.org> Thu, 24 Oct 2013 10:54:06 +0900 + sinfo (0.0.46-2) unstable; urgency=low * [4d938bb] Remove .la files on all architectures diff -Nru sinfo-0.0.46/debian/patches/dont-specify_-mt.patch sinfo-0.0.46/debian/patches/dont-specify_-mt.patch --- sinfo-0.0.46/debian/patches/dont-specify_-mt.patch 1970-01-01 09:00:00.000000000 +0900 +++ sinfo-0.0.46/debian/patches/dont-specify_-mt.patch 2013-10-24 10:55:04.000000000 +0900 @@ -0,0 +1,44 @@ +--- a/sinfo/Makefile.am ++++ b/sinfo/Makefile.am +@@ -37,7 +37,7 @@ + ../libprotocol/libprotocol.la \ + ../libprotocolasio/libprotocolasio.la \ + -lpthread \ +- -lboost_signals-mt \ ++ -lboost_signals \ + $(CURSES_LIB) + + MAINTAINERCLEANFILES = \ +--- a/sinfo/Makefile.in ++++ b/sinfo/Makefile.in +@@ -273,7 +273,7 @@ + ../libprotocol/libprotocol.la \ + ../libprotocolasio/libprotocolasio.la \ + -lpthread \ +- -lboost_signals-mt \ ++ -lboost_signals \ + $(CURSES_LIB) + + MAINTAINERCLEANFILES = \ +--- a/sinfod/Makefile.am ++++ b/sinfod/Makefile.am +@@ -38,7 +38,7 @@ + ../libmessageparser/libmessageparser.la \ + ../libmessageiobase/libmessageiobase.la \ + ../libmessageio/libmessageio.la \ +- -lpthread -lboost_signals-mt ++ -lpthread -lboost_signals + + MAINTAINERCLEANFILES = \ + $(IDLXSOURCES) +--- a/sinfod/Makefile.in ++++ b/sinfod/Makefile.in +@@ -273,7 +273,7 @@ + ../libmessageparser/libmessageparser.la \ + ../libmessageiobase/libmessageiobase.la \ + ../libmessageio/libmessageio.la \ +- -lpthread -lboost_signals-mt ++ -lpthread -lboost_signals + + MAINTAINERCLEANFILES = \ + $(IDLXSOURCES) diff -Nru sinfo-0.0.46/debian/patches/series sinfo-0.0.46/debian/patches/series --- sinfo-0.0.46/debian/patches/series 2012-06-30 00:01:13.000000000 +0900 +++ sinfo-0.0.46/debian/patches/series 2013-10-24 10:52:51.000000000 +0900 @@ -1 +1,2 @@ 0001-Change-order-of-libs-to-fix-FTBS-with-as-needed.patch +dont-specify_-mt.patch