Apply patches in orig target, matching "dpkg-source -x" and linux orig target

svn path=/dists/trunk/linux-tools/; revision=19889
This commit is contained in:
Ben Hutchings 2013-03-02 16:15:44 +00:00
parent d205f3002a
commit 2725cdf944
1 changed files with 1 additions and 0 deletions

1
debian/rules vendored
View File

@ -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),)