X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=19f7bff97ea4e17a1690a1518ed81a31af7a6b42;hb=8a4fb15e8ccef56228fa1dabff28eb888f0d2307;hp=e0fca5fc79d5f2c482bd6fa4fa859c97869b03eb;hpb=e483f23860ae2002c0dbb40864855f63d510166e;p=ceph.git diff --git a/Makefile b/Makefile index e0fca5fc7..19f7bff97 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ RELEASE=5.0 PACKAGE=ceph -VER=12.0.0 +VER=12.0.1 DEBREL=pve1 SRC=ceph.tar.gz @@ -92,6 +92,7 @@ ${DEBS}: ${SRC} patches cd ${SRCDIR}; rm -rf .pc ./patches echo "git clone git://git.proxmox.com/git/ceph.git\\ngit checkout ${GITVERSION}" > ${SRCDIR}/debian/SOURCE echo "debian/SOURCE" >> ${SRCDIR}/debian/docs + cd ${SRCDIR}; git tag -m "PVE release tag" "v${VER}-${DEBREL}" cd ${SRCDIR}; dpkg-buildpackage -b -uc -us @echo ${DEBS} @@ -112,7 +113,7 @@ distclean: clean .PHONY: clean clean: - rm -rf ceph *_${ARCH}.deb *.changes *.dsc *.buildinfo + rm -rf ceph *_all.deb *_${ARCH}.deb *.changes *.dsc *.buildinfo .PHONY: dinstall dinstall: ${DEB}