From 0f28e186c479882ad2c3649453e28ba4a6b326c8 Mon Sep 17 00:00:00 2001 From: Florian Schlichting Date: Mon, 23 Jan 2017 23:03:52 +0100 Subject: [PATCH] Make extra sure that the orig-source tarball does not contain any cruft --- debian/rules | 1 + 1 file changed, 1 insertion(+) diff --git a/debian/rules b/debian/rules index afebf849..b64fd8d3 100755 --- a/debian/rules +++ b/debian/rules @@ -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 . %: