Package: artemis / 17.0.1+dfsg-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| artemis | 17.0.1+dfsg-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| class path.patch | (download) |
Makefile |
3 2 + 1 - 0 ! |
look for jars in /usr/share/java rather than ./lib The bundled jar files in lib/ have been removed for Debian, so the build system ought to find the packaged versions in /usr/share/java. This patch allows overriding the CLASSPATH while calling make. This way, we can change it from within debian/rules. |
| jar rules.patch | (download) |
Makefile |
36 8 + 28 - 0 ! |
leave out removed files when building jar files The recipe to build the jar files looks for some files that have been excluded from the source distribution (lib/*). Their absence causes "can not stat" errors, so any reference to them is removed here. |
| test classpath.patch | (download) |
test/build-test.xml |
15 4 + 11 - 0 ! |
change classpath to use external jars in build-test.xml |
| samreader.patch | (download) |
uk/ac/sanger/artemis/components/alignment/BamUtils.java |
32 16 + 16 - 0 ! |
implement new htsjdk api See https://github.com/samtools/htsjdk/issues/767#issuecomment-264864910 |
| use lang3.patch | (download) |
uk/ac/sanger/artemis/io/GFF3Encoder.java |
2 1 + 1 - 0 ! |
use lang3 |
| build test.patch | (download) |
test/build-test.xml |
5 0 + 5 - 0 ! |
build-test |
| disable tests.patch | (download) |
test/evosuite-tests/uk/ac/sanger/artemis/circular/MemoryComboBox_ESTest.java |
31 0 + 31 - 0 ! |
disable tests |
