From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <533C395C.5060604@xenomai.org> Date: Wed, 02 Apr 2014 18:22:52 +0200 From: Gilles Chanteperdrix MIME-Version: 1.0 References: <533C32E3.3090309@steinkuehler.net> <533C3622.1030601@xenomai.org> <533C38FF.5050703@steinkuehler.net> In-Reply-To: <533C38FF.5050703@steinkuehler.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [Xenomai] Debian Package Building Broken List-Id: Discussions about the Xenomai project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Charles Steinkuehler Cc: xenomai@xenomai.org On 04/02/2014 06:21 PM, Charles Steinkuehler wrote: > On 4/2/2014 11:09 AM, Gilles Chanteperdrix wrote: >>> >> Does this still happen if you remove the line "autoreconf -fi" from >> debian/rules ? > > Yes, see below (pasted as a quote to hopefully avoid wrapping). The > build complains about uncommitted changes immediately after deleting the > configure file, which is what causes the uncommitted change. > > I have some other problem as well, even if I remove the configure file > the build still dies, but I think that's something on my end. It's > unrelated to the configure file, anyway. > >> linuxcnc@mah2:~/xenomai$ git-buildpackage --git-debian-branch=v2.6.3-deb --git-export-dir=.. -uc -us >> dh_testdir >> dh_testroot >> rm -f configure-stamp build-indep-stamp build-arch-stamp >> if test -f Makefile ; then \ >> /usr/bin/make distclean ; \ >> fi >> dh_clean >> rm -fR /home/linuxcnc/xenomai/tmp >> rm -f /home/linuxcnc/xenomai/*.patch >> rm -f configure Ok, that is the "clean" target, so we should remove the rm configure from the clean target. -- Gilles.