Aurelien Jarno 於 2014年10月01日 15:56 寫道: > control: severity -1 serious > > > make 4.0 is now the default and this package FTBFS everywhere: > > https://buildd.debian.org/status/package.php?p=xracer&suite=sid > > I am therefore upgrading the severity. >
Hi Aurelien,
Thanks for reporting this bug.
I'll fix this soon.
Patch as attachment.
Yours Sincerely,
Paul
--
PaulLiu (劉穎駿)
E-mail: Ying-Chun Liu (PaulLiu) <[email protected]>
Description: Fix FTBFS for make 4.0 In Makefile.in, GT_YES is no longer replaced by spaces. We add a tab before that. Bug-Debian: http://bugs.debian.org/725515 Author: Ying-Chun Liu (PaulLiu) <[email protected]> Index: xracer-0.96.9.1/xracer-0.96.9/intl/Makefile.in =================================================================== --- xracer-0.96.9.1.orig/xracer-0.96.9/intl/Makefile.in +++ xracer-0.96.9.1/xracer-0.96.9/intl/Makefile.in @@ -203,9 +203,9 @@ Makefile: Makefile.in ../config.status # packages. Because we cannot you GNU make features we have to solve # the problem while rewriting Makefile.in. @[email protected]: intlh.inst.in ../config.status -@GT_YES@ cd .. \ -@GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \ -@GT_YES@ $(SHELL) ./config.status + @GT_YES@ cd .. \ + @GT_YES@ && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= \ + @GT_YES@ $(SHELL) ./config.status @[email protected]: intlh.inst @[email protected]:
signature.asc
Description: OpenPGP digital signature

