Skip to content

#157 test support ubuntu 22.04 lts#158

Merged
jamesmarkchan merged 1 commit intodevfrom
ubun22
Apr 11, 2026
Merged

#157 test support ubuntu 22.04 lts#158
jamesmarkchan merged 1 commit intodevfrom
ubun22

Conversation

@jamesmarkchan
Copy link
Copy Markdown
Member

adds support for ubuntu 22.04 lts by making jdk work with the previous library.

@jamesmarkchan jamesmarkchan merged commit 90a27c5 into dev Apr 11, 2026
6 checks passed
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates Linux (Debian/Ubuntu) packaging metadata to make the generated .deb installable across Ubuntu releases that have either libasound2 (e.g., 22.04) or libasound2t64 (newer releases), addressing runtime library compatibility for the JDK/AWT stack.

Changes:

  • Updated the DEBIAN/control template to depend on libasound2t64 | libasound2 in addition to openjdk-25-jre.
  • Added jpackage argument --linux-package-deps for the “fat” DEB build to include libasound2t64 | libasound2.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread build.xml
Comment on lines 319 to 321
Architecture: all
Depends: openjdk-25-jre
Depends: openjdk-25-jre, libasound2t64 | libasound2
Maintainer: JDiskMark Team
Comment thread build.xml
Comment on lines +410 to +411
<arg value="--linux-package-deps" />
<arg value="libasound2t64 | libasound2" />
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.

3 participants