lcgamboa / tty0tty

Linux null-modem emulator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unmet build dependencies: debhelper (>= 9)

thunderboympm opened this issue · comments

it is saying that there are unmet build dependencies, here I am sending the errors I got

dpkg-buildpackage
dpkg-buildpackage: info: source package tty0tty
dpkg-buildpackage: info: source version 1.4-0
dpkg-buildpackage: info: source distribution stretch
dpkg-buildpackage: info: source changed by Pascal Jean <pascal.jean@piduino.org>
dpkg-buildpackage: info: host architecture amd64
 dpkg-source --before-build .
dpkg-checkbuilddeps: error: Unmet build dependencies: debhelper (>= 9)
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)

Did you follow the Readme.md installation instructions?
Apparently you don't have debhelper installed.
Try running the dpkg -l debhelper command to verify.