Update package version to 0.7

This commit is contained in:
2020-02-15 23:24:22 -05:00
parent c67fc05219
commit 9c7041f12c
3 changed files with 8 additions and 2 deletions

View File

@ -1,5 +1,5 @@
#!/bin/sh
ver="0.6"
ver="$( head -1 debian/changelog | awk -F'[()-]' '{ print $2 }' )"
git pull
rm ../pvc_*
dh_make -p pvc_${ver} --createorig --single --yes