Skip to content

Commit 90a27c5

Browse files
Merge pull request #158 from JDiskMark/ubun22
#157 test support ubuntu 22.04 lts
2 parents 6d99920 + 3393836 commit 90a27c5

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

build.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -317,7 +317,7 @@ Version: ${deb.version}
317317
Section: utils
318318
Priority: optional
319319
Architecture: all
320-
Depends: openjdk-25-jre
320+
Depends: openjdk-25-jre, libasound2t64 | libasound2
321321
Maintainer: JDiskMark Team
322322
Description: JDiskMark - Disk Benchmark Utility
323323
JDiskMark is a cross-platform disk benchmark utility written in Java.
@@ -406,6 +406,9 @@ Categories=Utility;System;</echo>
406406

407407
<arg value="--linux-package-name" />
408408
<arg value="${pkg.name}" />
409+
410+
<arg value="--linux-package-deps" />
411+
<arg value="libasound2t64 | libasound2" />
409412
</exec>
410413
</target>
411414

0 commit comments

Comments
 (0)