mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-05-31 03:34:18 +00:00
Make extra sure that the orig-source tarball does not contain any cruft
This commit is contained in:
parent
a7dd4372b7
commit
0f28e186c4
1
debian/rules
vendored
1
debian/rules
vendored
@ -4,6 +4,7 @@ VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^-]+).*,\1,p')
|
|||||||
|
|
||||||
get-orig-source:
|
get-orig-source:
|
||||||
make clean
|
make clean
|
||||||
|
git clean -idx
|
||||||
tar cJf ../davical_$(VERSION).orig.tar.xz --exclude-vcs --exclude=.gitattributes --exclude=debian .
|
tar cJf ../davical_$(VERSION).orig.tar.xz --exclude-vcs --exclude=.gitattributes --exclude=debian .
|
||||||
|
|
||||||
%:
|
%:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user