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) <paul...@debian.org>
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) <paul...@debian.org>
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.
 @gt_...@intlh.inst: 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
 @GT_NO@.PHONY: intlh.inst
 @gt...@intlh.inst:
 

Attachment: signature.asc
Description: OpenPGP digital signature

Reply via email to