exclude debian/ from tarball

This commit is contained in:
Florian Schlichting 2014-10-07 00:18:53 +02:00
parent c38f4d2ee2
commit 7232c042bb

2
debian/rules vendored
View File

@ -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 $@