X-Git-Url: https://git.proxmox.com/?p=librados2-perl.git;a=blobdiff_plain;f=Makefile;h=f872c8b493064ba16e227c92a49b57b2613e7c94;hp=bc3fe6e6648d879dfce789bd871637601ecedfb5;hb=HEAD;hpb=c1fea1a481fd61ef933825616dee37a6cfa94bae diff --git a/Makefile b/Makefile index bc3fe6e..a78f74e 100644 --- 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)