mirror of
https://gitlab.com/davical-project/davical.git
synced 2026-03-13 08:00:15 +00:00
exclude debian/ from tarball
This commit is contained in:
parent
c38f4d2ee2
commit
7232c042bb
2
debian/rules
vendored
2
debian/rules
vendored
@ -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 $@
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user