mirror of
git://git.proxmox.com/git/extjs.git
synced 2025-12-06 11:07:00 -05:00
buildsys: add convencience target for sbuild
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
90d05b9f17
commit
410a282dd9
3
Makefile
3
Makefile
@ -32,6 +32,9 @@ $(DSC): $(ORIG_SRC_TAR) $(BUILDDIR)
|
|||||||
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
|
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
|
||||||
lintian $@
|
lintian $@
|
||||||
|
|
||||||
|
sbuild: $(DSC)
|
||||||
|
sbuild $(DSC)
|
||||||
|
|
||||||
.PHONY: upload
|
.PHONY: upload
|
||||||
upload: $(DEB)
|
upload: $(DEB)
|
||||||
tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bookworm
|
tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve,pmg,pbs --dist bookworm
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user