Package: quilt Version: 0.48-5 Severity: minor Tags: patch --- quilt.make 2010-03-13 00:38:00.000000000 +0200 +++ quilt.make.mod 2010-03-13 00:39:47.000000000 +0200 @@ -14,12 +14,15 @@ patch: $(QUILT_STAMPFN) $(QUILT_STAMPFN): @# quilt exits with 2 as return when there was nothing to do. - @# That's not an error here (but it's useful to break loops in crude scripts) - QUILT_PATCHES=$(QUILT_PATCH_DIR) quilt --quiltrc /dev/null push -a || test $$? = 2 + @# That's not an error here (but it's useful to break loops \ + in crude scripts) + QUILT_PATCHES=$(QUILT_PATCH_DIR) \ + quilt --quiltrc /dev/null push -a || test $$? = 2 touch $(QUILT_STAMPFN)
unpatch: - QUILT_PATCHES=$(QUILT_PATCH_DIR) quilt --quiltrc /dev/null pop -a -R || test $$? = 2 + QUILT_PATCHES=$(QUILT_PATCH_DIR) \ + quilt --quiltrc /dev/null pop -a -R || test $$? = 2 rm -rf .pc $(QUILT_STAMPFN) .PHONY: patch unpatch _________________________________________________________________ Hotmail: Powerful Free email with security by Microsoft. https://signup.live.com/signup.aspx?id=60969 -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org