mirror of
https://git.proxmox.com/git/proxmox-backup
synced 2025-04-29 17:04:51 +00:00
buildsys: improve DSC target & add sbuild convenience target
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
fda888e2be
commit
6602e33c9a
10
Makefile
10
Makefile
@ -120,10 +120,16 @@ deb: build
|
|||||||
lintian $(DEBS) $(DOC_DEB)
|
lintian $(DEBS) $(DOC_DEB)
|
||||||
|
|
||||||
.PHONY: dsc
|
.PHONY: dsc
|
||||||
dsc: $(DSC)
|
dsc:
|
||||||
|
rm -rf $(DSC) build/
|
||||||
|
$(MAKE) $(DSC)
|
||||||
|
lintian $(DSC)
|
||||||
|
|
||||||
$(DSC): build
|
$(DSC): build
|
||||||
cd build; dpkg-buildpackage -S -us -uc -d
|
cd build; dpkg-buildpackage -S -us -uc -d
|
||||||
lintian $(DSC)
|
|
||||||
|
sbuild: $(DSC)
|
||||||
|
sbuild $<
|
||||||
|
|
||||||
.PHONY: clean distclean deb clean
|
.PHONY: clean distclean deb clean
|
||||||
distclean: clean
|
distclean: clean
|
||||||
|
Loading…
Reference in New Issue
Block a user