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

Support DEB822 .sources file format #127

Merged
merged 3 commits into from
Jan 3, 2025

Conversation

matt335672
Copy link
Member

Fixes #125

Recent versions of Ubuntu use DEB822 format files to describe remote apt repositories

https://repolib.readthedocs.io/en/latest/deb822-format.html

This PR adds the require support for them to the pulseaudio source building scripts.

Later versions of Ubuntu use DEB822 format files for listing package
sources. The apt build script needs updating to handle these files.
When working with deb822 format sources files, only enable deb-src
for the suite we are working with.
Need libltdl-dev for ltdl.h

This has been checked back to ubuntu16.04
@matt335672 matt335672 merged commit dba98d9 into neutrinolabs:devel Jan 3, 2025
3 of 4 checks 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.

Failed to supply deb-src in Ubuntu 24.04
1 participant