tag 373951 -patch thanks Mohammed Adnène Trojette <[EMAIL PROTECTED]> wrote:
> I suggest adding " || test $$? = 2" after quilt commands in > debian/rules.in. See the NMU diff here: Please try to find out what the problem is before writing a patch. > # quilt patch targets > clean-patches: debian/missingfiles.tar.gz > - -quilt pop -a > + -quilt pop -a || test $$? = 2 This is useless, since errors in that line will be ignored anyway. If you want that patch, please change that, too. > @@ -148,7 +148,7 @@ > rm -f $(stampdir)/patch-stamp > > $(stampdir)/patch-stamp: $(stampdir) debian/missingfiles.tar.gz > - quilt push -a > + quilt push -a || test $$? = 2 > tar -xzf debian/missingfiles.tar.gz > touch $@ As I said in my previous mail to this bug, I'd rather understand why the Makefile logic doesn't work here, instead of blindly applying a patch that only cures symptoms. Either there is a problem in Daniel's pbuilder setup (in this case there is no bug). Or there's something else wrong with the Makefile, then this patch would not solve this bug. > I hope it helps, I'm sure it doesn't, and am removing the patch tag. Regards, Frank -- Frank Küster Single Molecule Spectroscopy, Protein Folding @ Inst. f. Biochemie, Univ. Zürich Debian Developer (teTeX)