3 from subprocess
import check_call
4 from script
.helpers
import GitWrapper
8 check_call('rm -rf build_libs ffmpeg_build build-stamp configure-stamp'.split())
9 check_call('git clean -x -d -f debian/'.split())
11 check_call('git clean -x -d -f'.split())
12 git
.foreach_submodule(cmd
)