mirror of
https://git.proxmox.com/git/pve-guest-common
synced 2025-04-28 12:34:03 +00:00
buildsys: add sbuild convenience target
And only run lintian explicitly for the dsc target, as sbuild runs it itself anyway Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cdf9756618
commit
f05c2303fa
9
Makefile
9
Makefile
@ -23,10 +23,15 @@ $(DEB): $(BUILDDIR)
|
|||||||
lintian $(DEB)
|
lintian $(DEB)
|
||||||
|
|
||||||
.PHONY: dsc
|
.PHONY: dsc
|
||||||
dsc: $(DSC)
|
dsc:
|
||||||
|
$(MAKE) $(DSC)
|
||||||
|
lintian $(DSC)
|
||||||
|
|
||||||
$(DSC): $(BUILDDIR)
|
$(DSC): $(BUILDDIR)
|
||||||
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc
|
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc
|
||||||
lintian $(DSC)
|
|
||||||
|
sbuild: $(DSC)
|
||||||
|
sbuild $(DSC)
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||||
|
Loading…
Reference in New Issue
Block a user