Open KarlZeilhofer opened 5 years ago
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.
get_source.sh
hg
dpkg-parsechangelog
apt install mercurial dpkg-dev
solved the problems. A hint in the readme could be helful for others.
Hi,
I just ran into minor problems running the
get_source.sh
script on a freshly installed Debian 9.hg
anddpkg-parsechangelog
were not found.solved the problems. A hint in the readme could be helful for others.