Hi! On Thu, 2009-12-17 at 22:47:40 +0100, Pino Toscano wrote: > The solution I found (patch attached) is to apply the patches before the > configure run. It looks working correctly in both my Hurd VM, and on strauss.
> --- a/debian/rules > +++ b/debian/rules > @@ -36,7 +36,7 @@ > build: build-arch build-indep > > build-arch: build-stamp > -build-stamp: configure-stamp patch-stamp > +build-stamp: patch-stamp configure-stamp > dh_testdir > $(MAKE) > touch $@ Note, thought, that this will not work with parallel builds. You'd have to serialize the targets. regards, guillem -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

