Make extra sure that the orig-source tarball does not contain any cruft

This commit is contained in:
Florian Schlichting 2017-01-23 23:03:52 +01:00
parent a7dd4372b7
commit 0f28e186c4

1
debian/rules vendored
View File

@ -4,6 +4,7 @@ VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
get-orig-source:
make clean
git clean -idx
tar cJf ../davical_$(VERSION).orig.tar.xz --exclude-vcs --exclude=.gitattributes --exclude=debian .
%: