Source: blockdiag Version: 1.5.3+dfsg-1 Severity: important
Hi Maintainer Unrelated python process are killed during the build of blockdiag.Instead of 'pkill python', please consider using a more target kill, such as:
pkill -f 'python -m SimpleHTTPServer' or a process identifier (PID) file. Regards Graham

