From 4f97c4f1e9cfb42a0697c6094f8ce7429f07af90 Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Mon, 2 Dec 2013 05:25:21 +0000 Subject: [PATCH] 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 --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index 6867d47e2..b04b1de29 100755 --- a/debian/rules +++ b/debian/rules @@ -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):