Package: milib / 2.2.0+dfsg-1
Metadata
Package | Version | Patches format |
---|---|---|
milib | 2.2.0+dfsg-1 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
build_gradle.patch | (download) |
build.gradle.kts |
188 20 + 168 - 0 ! |
changing the kotlin file into a proper file for gradle |
guava_interface.patch | (download) |
src/main/java/com/milaboratory/core/mutations/Mutations.java |
2 1 + 1 - 0 ! |
changing a function name in a guava class In Debian we have version 29.9 of guava-libraries, and milib expects 31.1. |
deactivate_test_reading_build_properties.patch | (download) |
src/test/java/com/milaboratory/util/VersionInfoTest.java |
2 2 + 0 - 0 ! |
ignoring a test relying on the build properties file, which we deactivated when patching the build.gradle.kts file |
flaky_test.patch | (download) |
src/test/java/com/milaboratory/core/alignment/kaligner2/KAligner2Test.java |
6 3 + 3 - 0 ! |
the assertion we commented out fails from time to time. given the name of the test, I assume we should just comment out problematic assertions. |