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 <[email protected]> Resent-To: [email protected] Resent-CC: [email protected], Debian Hams group <[email protected]> Date: Thu, 31 Jul 2014 13:05:42 -0300 From: Breno Leitao <[email protected]> Reply-To: Breno Leitao <[email protected]>, [email protected] To: Debian Bug Tracking System <[email protected]> Package: xastir Version: 2.0.4-1 Severity: normal Tags: patch User: [email protected] 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 [email protected] Go Green! Print this email only when necessary. _______________________________________________ Xastir mailing list [email protected] http://xastir.org/mailman/listinfo/xastir
