We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d99920 + 3393836 commit 90a27c5Copy full SHA for 90a27c5
1 file changed
build.xml
@@ -317,7 +317,7 @@ Version: ${deb.version}
317
Section: utils
318
Priority: optional
319
Architecture: all
320
-Depends: openjdk-25-jre
+Depends: openjdk-25-jre, libasound2t64 | libasound2
321
Maintainer: JDiskMark Team
322
Description: JDiskMark - Disk Benchmark Utility
323
JDiskMark is a cross-platform disk benchmark utility written in Java.
@@ -406,6 +406,9 @@ Categories=Utility;System;</echo>
406
407
<arg value="--linux-package-name" />
408
<arg value="${pkg.name}" />
409
+
410
+ <arg value="--linux-package-deps" />
411
+ <arg value="libasound2t64 | libasound2" />
412
</exec>
413
</target>
414
0 commit comments