debian/rules: Don't kill a git-svn clone on "make -f debian/rules orig".

Thanks to Jon Severinsson.

svn path=/dists/trunk/linux-tools/; revision=20844
This commit is contained in:
Ben Hutchings 2013-12-02 05:25:21 +00:00
parent 49d1c6f1b6
commit 4f97c4f1e9
1 changed files with 1 additions and 1 deletions

2
debian/rules vendored
View File

@ -28,7 +28,7 @@ TAR_ORIG_NAME = $(SOURCE)_$(VERSION).orig.tar.xz
TAR_ORIG = $(firstword $(wildcard ../$(TAR_ORIG_NAME)) $(wildcard ../orig/$(TAR_ORIG_NAME)))
orig: $(DIR_ORIG)
rsync --delete --exclude debian --exclude .svk --exclude .svn --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ .
rsync --delete --exclude /debian --exclude .svk --exclude .svn --exclude .git --link-dest=$(DIR_ORIG)/ -a $(DIR_ORIG)/ .
QUILT_PATCHES='$(CURDIR)/debian/patches' QUILT_PC=.pc quilt push --quiltrc - -a -q --fuzz=0
$(DIR_ORIG):