mirror of
https://git.proxmox.com/git/proxmox-offline-mirror
synced 2025-04-29 21:27:51 +00:00
buildsys: pass all relevant debs to linitan
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
cde5983fa3
commit
95c070a954
2
Makefile
2
Makefile
@ -54,7 +54,7 @@ build:
|
|||||||
deb: $(DEB)
|
deb: $(DEB)
|
||||||
$(DEB): build
|
$(DEB): build
|
||||||
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc --no-pre-clean
|
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc --no-pre-clean
|
||||||
lintian $(DEB)
|
lintian $(DEB) $(DOC_DEB) $(HELPER_DEB)
|
||||||
|
|
||||||
.PHONY: dsc
|
.PHONY: dsc
|
||||||
dsc: $(DSC)
|
dsc: $(DSC)
|
||||||
|
Loading…
Reference in New Issue
Block a user