Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update and robustify #569

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Update and robustify #569

wants to merge 1 commit into from

Conversation

toresbe
Copy link

@toresbe toresbe commented Jun 1, 2021

  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. :)

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. :)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant