mirror of
https://git.proxmox.com/git/extjs
synced 2025-08-08 07:26:34 +00:00
buildsys: improve DSC target
This avoids a duplicate call to lintian on sbuild target Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
f3417b078c
commit
c21e45da93
6
Makefile
6
Makefile
@ -27,10 +27,12 @@ $(ORIG_SRC_TAR): $(BUILDDIR)
|
|||||||
tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDDIR)/debian" $(BUILDDIR)
|
tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDDIR)/debian" $(BUILDDIR)
|
||||||
|
|
||||||
.PHONY: dsc
|
.PHONY: dsc
|
||||||
dsc: $(DSC)
|
dsc: clean
|
||||||
|
$(MAKE) $(DSC)
|
||||||
|
lintian $@
|
||||||
|
|
||||||
$(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
|
||||||
lintian $@
|
|
||||||
|
|
||||||
sbuild: $(DSC)
|
sbuild: $(DSC)
|
||||||
sbuild $(DSC)
|
sbuild $(DSC)
|
||||||
|
Loading…
Reference in New Issue
Block a user