Update package version to 0.7
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user