From: Alwin Antreich Date: Thu, 28 May 2020 11:33:33 +0000 (+0200) Subject: remove v in ceph version X-Git-Url: https://git.proxmox.com/?p=ceph.git;a=commitdiff_plain;h=0fca7fb4dba1b953f4e38bd1fbb6eaa854ad6fe8 remove v in ceph version the Version string in Ceph 15 (octopus) has the v and didn't in previous versions. Signed-off-by: Alwin Antreich --- diff --git a/Makefile b/Makefile index 5806259f3..fb39d7eed 100644 --- a/Makefile +++ b/Makefile @@ -80,7 +80,7 @@ ${BUILDSRC}: ${SRCDIR} patches cd $@.tmp; rm -rf .pc ./patches echo "git clone git://git.proxmox.com/git/ceph.git\\ngit checkout ${GITVERSION}" > $@.tmp/debian/SOURCE echo "debian/SOURCE" >> $@.tmp/debian/docs - echo "${GITVERSION}\\nv${VER}" > $@.tmp/src/.git_version + echo "${GITVERSION}\\n${VER}" > $@.tmp/src/.git_version cp changelog.Debian $@.tmp/debian/changelog mv $@.tmp $@