mirror of
https://git.proxmox.com/git/extjs
synced 2025-07-09 19:46:44 +00:00
buildsys: fix lintian check in dsc target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
d83ed670f0
commit
e7431aadc4
2
Makefile
2
Makefile
@ -29,7 +29,7 @@ $(ORIG_SRC_TAR): $(BUILDDIR)
|
|||||||
.PHONY: dsc
|
.PHONY: dsc
|
||||||
dsc: clean
|
dsc: clean
|
||||||
$(MAKE) $(DSC)
|
$(MAKE) $(DSC)
|
||||||
lintian $@
|
lintian $(DSC)
|
||||||
|
|
||||||
$(DSC): $(ORIG_SRC_TAR) $(BUILDDIR)
|
$(DSC): $(ORIG_SRC_TAR) $(BUILDDIR)
|
||||||
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
|
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
|
||||||
|
Loading…
Reference in New Issue
Block a user