pvc/build-deb.sh

8 lines
126 B
Bash
Executable File

#!/bin/sh
ver="0.3"
git pull
rm ../pvc_*
dh_make -p pvc_${ver} --createorig --single --yes
dpkg-buildpackage -us -uc
dh_clean