Package: jalview / 2.11.2.5+dfsg-3
Metadata
Package | Version | Patches format |
---|---|---|
jalview | 2.11.2.5+dfsg-3 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
newer mime4j api.diff | (download) |
src/jalview/ws/io/mime/JalviewMimeContentHandler.java |
4 2 + 2 - 0 ! |
patch to use the latest version of apache mime4j |
change_package_jfree.patch | (download) |
src/jalview/gui/SequenceRenderer.java |
2 1 + 1 - 0 ! |
change the package for org.jfree, which is not the correct one |
get_rid_of_quaqua.patch | (download) |
src/jalview/bin/Jalview.java |
24 2 + 22 - 0 ! |
get rid of quaqua look and feel, only licensed for mac |
using_right_json_simple_package.patch | (download) |
src/jalview/io/JSONFile.java |
2 1 + 1 - 0 ! |
jsonobject was wrongly invoked It was called with a wrong package name, "simple" being forgotten. Moreover it is called on an AlignmentPojo object, I added the getAppSettings method in the call to get a HashMap<String, Object>. |
deactivate_getdown.patch | (download) |
src/jalview/bin/Cache.java |
136 0 + 136 - 0 ! |
not using getdown inside jalview |
deactivate_classgraph.patch | (download) |
test/jalview/bin/CommandLineOperations.java |
36 1 + 35 - 0 ! |
avoid using classgraph, not needed to find the debian jar |
deactivate_google_analytics.patch | (download) |
src/jalview/bin/Jalview.java |
9 0 + 9 - 0 ! |
turn off google analytics call, relies on non-packaged software |
build_gradle.patch | (download) |
build.gradle |
336 172 + 164 - 0 ! |
removing parts of build.gradle that are useless for a debian build Also "destinationDirectory" is "destinationDir" in the jar task for gradle 4, and "archiveFileName" is "archiveName". |
selecting_tests_in_build_gradle.patch | (download) |
build.gradle |
64 62 + 2 - 0 ! |
removing tests that use the network, the gui or non-existing files |
write_build_properties.patch | (download) |
build.gradle |
10 6 + 4 - 0 ! |
modifying the .build_properties file to account for debian repackaging Also ensuring build reproductibility as timestamps are used. |
no_applet.patch | (download) |
build.gradle |
8 8 + 0 - 0 ! |
omitting to build jalviewlite (because it needs applets, that are not supported anymore from openjdk-17) and the classes that need it. |
deactivate_flatlaf.patch | (download) |
src/jalview/bin/Jalview.java |
12 6 + 6 - 0 ! |
classes from com.formdev.flatlab are not packaged in debian |