Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ Version: ${deb.version}
Section: utils
Priority: optional
Architecture: all
Depends: openjdk-25-jre
Depends: openjdk-25-jre, libasound2t64 | libasound2
Maintainer: JDiskMark Team
Comment on lines 319 to 321
Description: JDiskMark - Disk Benchmark Utility
JDiskMark is a cross-platform disk benchmark utility written in Java.
Expand Down Expand Up @@ -406,6 +406,9 @@ Categories=Utility;System;</echo>

<arg value="--linux-package-name" />
<arg value="${pkg.name}" />

<arg value="--linux-package-deps" />
<arg value="libasound2t64 | libasound2" />
Comment on lines +410 to +411
</exec>
</target>

Expand Down
Loading