]> git.proxmox.com Git - librados2-perl.git/blobdiff - Makefile
bump version to 1.4.1
[librados2-perl.git] / Makefile
index bc3fe6e6648d879dfce789bd871637601ecedfb5..a78f74e52c1f931e627ec4418b57cb376e0807ba 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -70,12 +70,11 @@ $(DSC): $(BUILDSRC)
 
 .PHONY: clean
 clean:
-       rm -rf *~ build *.deb *.changes *.buildinfo *.dsc *.tar.gz
-       find . -name '*~' -exec rm {} ';'
+       rm -rf $(PACKAGE)-[0-9]*/ *.deb *.changes *.buildinfo *.build *.tar.?z *.dsc
 
 .PHONY: distclean
 distclean: clean
 
 .PHONY: upload
 upload: $(DEB)
-       tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bullseye --arch $(DEB_BUILD_ARCH)
+       tar cf - $(DEB) | ssh repoman@repo.proxmox.com -- upload --product pve --dist bookworm --arch $(DEB_BUILD_ARCH)