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

Create Debian build #91

Merged
merged 17 commits into from
Dec 1, 2024
Merged

Create Debian build #91

merged 17 commits into from
Dec 1, 2024

Conversation

jack-ullery
Copy link
Owner

This PR adds the ability to create a debian package using debuild. Some minor changes to the CMake build were needed to facilitate this. I also was able to port most of the debian build over from OBS.

Unresolved issues:

  • Not all of the tests can currently be run through debuild. Most of the unit tests for appanvil attempt to launch a gtk application, click a few buttons, and test result. This results in an error because there is no display available with debuild
  • There are no man pages for any of our binaries
  • We don't do out of source builds correctly. So the debian people might complain about that
  • Lintian gives this weird warning that I can't get rid of (even when I change the description): description-starts-with-leading-spaces line 1

@jack-ullery jack-ullery merged commit 74a8b03 into main Dec 1, 2024
1 check passed
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