buildsys: add sbuild convenience target
Signed-off-by: Fiona Ebner <f.ebner@proxmox.com> Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
280d157f1c
commit
2d17b4b4d9
3
Makefile
3
Makefile
@ -37,6 +37,9 @@ $(DEB): $(BUILDDIR)
|
|||||||
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc -j
|
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc -j
|
||||||
lintian $(DEBS)
|
lintian $(DEBS)
|
||||||
|
|
||||||
|
sbuild: $(DSC)
|
||||||
|
sbuild $(DSC)
|
||||||
|
|
||||||
$(ORIG_SRC_TAR): $(BUILDDIR)
|
$(ORIG_SRC_TAR): $(BUILDDIR)
|
||||||
tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDDIR)/debian" $(BUILDDIR)
|
tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDDIR)/debian" $(BUILDDIR)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user