Ensure pycache files are removed on deb creation
This commit is contained in:
@ -2,6 +2,7 @@
|
||||
ver="$( head -1 debian/changelog | awk -F'[()-]' '{ print $2 }' )"
|
||||
git pull
|
||||
rm ../pvc_*
|
||||
find . -name "__pycache__" -exec rm -r {} \;
|
||||
dh_make -p pvc_${ver} --createorig --single --yes
|
||||
dpkg-buildpackage -us -uc
|
||||
dh_clean
|
||||
|
Reference in New Issue
Block a user