Ensure pycache files are removed on deb creation
This commit is contained in:
@ -23,6 +23,7 @@ pvc (${new_ver}) unstable; urgency=medium
|
||||
|
||||
-- Joshua Boniface <joshua@boniface.me> $( date -R )
|
||||
EOF
|
||||
find . -name "__pycache__" -exec rm -r {} \;
|
||||
# Build source tarball
|
||||
dh_make -p pvc_${new_ver} --createorig --single --yes
|
||||
# Build packages
|
||||
|
Reference in New Issue
Block a user