Re: Quilt and patches directory

2008-09-17 Thread Yavor Doganov
В Mon, 15 Sep 2008 21:28:54 +0200, Michael Biebl написа: I didn't know that foo: bar baz will result in bar/baz run in parallel. I thought there is some kind of guarantee that bar is processed first. Consider this example which illustrates that it's not a safe assumption to make always even

Re: Quilt and patches directory

2008-09-15 Thread Bernhard R. Link
* Michael Biebl [EMAIL PROTECTED] [080915 02:50]: Because patch is a phony target which is therefore always out of date, and therefore anything that depends on patch will be triggered to run every time that you run debian/rules. Depending on patch instead of $(QUILT_STAMPFN) can therefore

Re: Quilt and patches directory

2008-09-14 Thread Eugene V. Lyubimkin
Andreas Schildbach wrote: Is there any way to tell quilt about the debian package structure? The way it works, it always looks in the current directory for the patches and .pc directories. What I'd like it to do is find the debian directory in the parent hierarchy and put/search for its

Re: Quilt and patches directory

2008-09-14 Thread Thomas Weber
On Sun, Sep 14, 2008 at 04:00:18PM +0200, Andreas Schildbach wrote: Is there any way to tell quilt about the debian package structure? The way it works, it always looks in the current directory for the patches and .pc directories. What I'd like it to do is find the debian directory in the

Re: Quilt and patches directory

2008-09-14 Thread Charles Plessy
Le Sun, Sep 14, 2008 at 04:00:18PM +0200, Andreas Schildbach a écrit : Is there any way to tell quilt about the debian package structure? Hi Andreas, less /usr/share/doc/quilt/README.source Have a nice day, -- Charles Plessy Debian Med packaging team, Tsurumi, Kanagawa, Japan -- To

Re: Quilt and patches directory

2008-09-14 Thread Sune Vuorela
On 2008-09-14, Raphael Geissert [EMAIL PROTECTED] wrote: Russ Allbery wrote: Raphael Geissert [EMAIL PROTECTED] writes: if [ -e ${where}debian/rules -a -d ${where}debian/patches ]; then export QUILT_PATCHES=debian/patches Shouldn't it be export