Pulse-Eight / libcec

USB CEC Adapter communication Library http://libcec.pulse-eight.com/
Other
714 stars 287 forks source link

Update and robustify #569

Open toresbe opened 3 years ago

toresbe commented 3 years ago

1) dpkg-buildpackage will exit if build dependencies are not installed. This added line will install build dependencies for that directory.

2) lsb_release -cs will work on certainly every version of Debian that I have used and /etc/lsb-release was not there on my raspbian

3) --no-sign is required to build packages if you do not have private keys for this purpose (as I did not)

The above commands work to build the package on raspbian 10. :)