]> git.proxmox.com Git - lxc.git/blobdiff - Makefile
bump version to 6.0.0-1
[lxc.git] / Makefile
index 6a87716c18cf46ff55930fed6820602c8f176b05..f0174b23b9f5b22d5321f2f53e7dec22e78781d5 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -40,15 +40,18 @@ $(DEB1): $(BUILDSRC)
        lintian $(DEBS)
 
 $(ORIG_SRC_TAR): $(BUILDSRC)
-       tar czf $(ORIG_SRC_TAR) -C $(BUILDSRC) .
+       tar czf $(ORIG_SRC_TAR) --exclude="$(BUILDSRC)/debian" $(BUILDSRC)
 
 .PHONY: dsc
 dsc: $(DSC)
 $(DSC): $(ORIG_SRC_TAR)
        rm -f *.dsc
-       cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d -nc
+       cd $(BUILDSRC); dpkg-buildpackage -S -us -uc -d
        lintian $(DSC)
 
+sbuild: $(DSC)
+       sbuild $(DSC)
+
 .PHONY: upload
 upload: $(DEBS)
        tar cf - $(DEBS) | ssh repoman@repo.proxmox.com upload --product pve --dist bookworm