From 7232c042bb0ae3d10924a397c2b89b707d435051 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Tue, 7 Oct 2014 00:18:53 +0200 Subject: [PATCH] exclude debian/ from tarball --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/rules b/debian/rules index f940aa7f..f6537f85 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p') get-orig-source: - tar cJf ../davical_$(VERSION).orig.tar.xz --exclude-vcs --exclude=.gitattributes . + tar cJf ../davical_$(VERSION).orig.tar.xz --exclude-vcs --exclude=.gitattributes --exclude=debian . %: dh $@