Hi, I just ran into minor problems running the `get_source.sh` script on a freshly installed Debian 9. `hg` and `dpkg-parsechangelog` were not found. ``` apt install mercurial dpkg-dev ``` solved the problems. A hint in the readme could be helful for others.