mirror of
git://git.proxmox.com/git/pve-guest-common.git
synced 2025-01-03 01:17:49 +03: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)
|
||||
|
||||
.PHONY: dsc
|
||||
dsc: $(DSC)
|
||||
dsc:
|
||||
$(MAKE) $(DSC)
|
||||
lintian $(DSC)
|
||||
|
||||
$(DSC): $(BUILDDIR)
|
||||
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc
|
||||
lintian $(DSC)
|
||||
|
||||
sbuild: $(DSC)
|
||||
sbuild $(DSC)
|
||||
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
|
Loading…
Reference in New Issue
Block a user