1
0
mirror of git://git.proxmox.com/git/extjs.git synced 2025-12-06 02:56:58 -05:00

buildsys: fix source tarball generation

debian want's this to be a level higher as it seems like autotools
also defaults to generating a source tar ball that contains
PROJECT-VERSION as top level directory. Otherwise dpkg-source thinks
that the whole source differs by itself, added at another level,
going then bonkers.

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-08 11:42:33 +02:00
parent 441cddbd26
commit 814505fb71

View File

@ -24,7 +24,7 @@ $(DEB): $(BUILDDIR)
lintian $@ lintian $@
$(ORIG_SRC_TAR): $(BUILDDIR) $(ORIG_SRC_TAR): $(BUILDDIR)
tar czf $(ORIG_SRC_TAR) -C $(BUILDDIR) --exclude='./debian' . tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDDIR)/debian" $(BUILDDIR)
.PHONY: dsc .PHONY: dsc
dsc: $(DSC) dsc: $(DSC)