]> git.proxmox.com Git - pve-zsync.git/blobdiff - Makefile
bump version to 2.3.1
[pve-zsync.git] / Makefile
index 68183af1ec9b6ce466beb4b2ee8bc7925332b6d9..ba995ffd6dfa25f597df1a366ea85cb71bf241aa 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -36,7 +36,7 @@ install: pve-zsync.8
 $(BUILDDIR):
        rm -rf $@.tmp $@
        rsync -a * $@.tmp
-       echo "git clone git://git.proxmox.com/git/dab.git\\ngit checkout $(GITVERSION)" > $@.tmp/debian/SOURCE
+       echo "git clone git://git.proxmox.com/git/pve-zsync.git\\ngit checkout $(GITVERSION)" > $@.tmp/debian/SOURCE
        mv $@.tmp $@
 
 .PHONY: deb
@@ -48,7 +48,7 @@ $(DEB): $(BUILDDIR)
 .PHONY: dsc
 dsc: $(DSC)
 $(DSC):$(BUILDDIR)
-       cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d -nc
+       cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
        lintian $(DSC)
 
 sbuild: $(DSC)
@@ -56,7 +56,7 @@ sbuild: $(DSC)
 
 .PHONY: clean
 clean:
-       rm -rf $(BUILDDIR) *.deb *.dsc $(PACKAGE)*.tar.gz *.buildinfo *.changes
+       rm -rf $(PACKAGE)-[0-9]*/ *.deb *.dsc $(PACKAGE)*.tar.?z *.build *.buildinfo *.changes
        find . -name '*~' -exec rm {} ';'
 
 .PHONY: distclean