From 2725cdf9449db63d3661a0064b80b71951d9a10d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Sat, 2 Mar 2013 16:15:44 +0000 Subject: [PATCH] Apply patches in orig target, matching "dpkg-source -x" and linux orig target svn path=/dists/trunk/linux-tools/; revision=19889 --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index 3a21ac59f..a9358ec7d 100755 --- a/debian/rules +++ b/debian/rules @@ -25,6 +25,7 @@ TAR_ORIG = $(firstword $(wildcard ../$(TAR_ORIG_NAME)) $(wildcard ../orig/$(TAR_ orig: $(DIR_ORIG) rsync --delete --exclude debian --exclude .svk --exclude .svn --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ . + QUILT_PATCHES='$(CURDIR)/debian/patches' QUILT_PC=.pc quilt push --quiltrc - -a -q --fuzz=0 $(DIR_ORIG): ifeq ($(TAR_ORIG),)