diff --git a/Makefile b/Makefile index 62817ac..de097f7 100644 --- a/Makefile +++ b/Makefile @@ -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