buildsys: add sbuild convenience target

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2023-05-20 20:26:51 +02:00
parent 40fe66e33e
commit 34d701d1ac

View File

@ -65,6 +65,9 @@ $(ZFS_DSC): $(ZFSDIR) $(ORIG_SRC_TAR)
cd $(ZFSDIR); dpkg-buildpackage -S -uc -us -d
lintian $@
sbuild: $(ZFS_DSC)
sbuild $(ZFS_DSC)
$(ZFSDIR): $(ZFSSRC)/README.md $(ZFSSRC) debian
rm -rf $(ZFSDIR) $(ZFSDIR).tmp
cp -a $(ZFSSRC) $(ZFSDIR).tmp