[Xastir] Fwd: Bug#756638: xastir: build-stamp is running twice during the build process

David A Aitcheson david.aitcheson at gmail.com
Thu Jul 31 12:49:54 EDT 2014


Anyone wish to tackle this?

73
Dave
KB3EFS

-------- Forwarded Message --------
Subject: 	Bug#756638: xastir: build-stamp is running twice during the
build process
Resent-Date: 	Thu, 31 Jul 2014 16:09:02 +0000
Resent-From: 	Breno Leitao <brenohl at br.ibm.com>
Resent-To: 	debian-bugs-dist at lists.debian.org
Resent-CC: 	brenohl at br.ibm.com, Debian Hams group
<debian-hams at lists.debian.org>
Date: 	Thu, 31 Jul 2014 13:05:42 -0300
From: 	Breno Leitao <brenohl at br.ibm.com>
Reply-To: 	Breno Leitao <brenohl at br.ibm.com>, 756638 at bugs.debian.org
To: 	Debian Bug Tracking System <submit at bugs.debian.org>



Package: xastir
Version: 2.0.4-1
Severity: normal
Tags: patch
User: debian-powerpc at lists.debian.org
Usertags: ppc64el

Dear Maintainer,

During the build of xastir, the build-stamp rule runs twice, which causes the
same process to find some problems, mainly when applying the dh-autoreconf
patch (dh-autoreconf will run twice which is not correct and break the build).

This patch simple avoids the build-stamp to run twice, create a file that check
that the rule was already run.

Thank you,
Breno

> Index: xastir-2.0.4/debian/rules
> ===================================================================
> --- xastir-2.0.4.orig/debian/rules
> +++ xastir-2.0.4/debian/rules
> @@ -13,10 +13,12 @@ build-stamp:
>  	CFLAGS="-I/usr/include/geotiff $(shell GraphicsMagick-config --cflags)" ./configure --prefix=/usr --sysconfdir=/etc --mandir=/usr/share/man
>  	$(MAKE)
>  	touch build
> +	touch build-stamp
>  
>  clean:
>  	dh_testdir
>  	-rm -f build
> +	-rm -f build-stamp
>  	[ ! -f Makefile ] || $(MAKE) distclean
>  	-rm -f src/callpass/Makefile
>  	-rm -f config.log config.cache summary.log

-- 
David A Aitcheson david.aitcheson at gmail.com Go Green! Print this email
only when necessary.





More information about the Xastir mailing list