Package: jalview / 2.11.4.1+dfsg-1
Metadata
| Package | Version | Patches format |
|---|---|---|
| jalview | 2.11.4.1+dfsg-1 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| build_gradle.patch | (download) |
build.gradle |
2540 22 + 2518 - 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". |
| 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 |
11 1 + 10 - 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) |
build.gradle |
1 1 + 0 - 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 |
15 0 + 15 - 0 ! |
turn off google analytics call, relies on non-packaged software |
| selecting_tests_in_build_gradle.patch | (download) |
build.gradle |
63 62 + 1 - 0 ! |
removing tests that use the network, the gui, unpackaged classes or non-existing files |
| write_build_properties.patch | (download) |
build.gradle |
14 3 + 11 - 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. |
| timestamp_from_changelog.patch | (download) |
build.gradle |
22 21 + 1 - 0 ! |
putting the timestamp of the latest debian/changelog entry instead of the one of compile time, in order to enhance build reproducibility |
| groovy_syntax.patch | (download) |
src/jalview/gui/AlignFrame.java |
2 1 + 1 - 0 ! |
changing a package name to comply with debian-packaged groovy |
| deactivate_flatlaf.patch | (download) |
src/jalview/bin/Jalview.java |
122 1 + 121 - 0 ! |
classes from com.formdev.flatlab are not packaged in debian |
| unneeded_checks_when_launching.patch | (download) |
src/jalview/bin/Jalview.java |
8 4 + 4 - 0 ! |
disabling java version checks, which cause trouble with our home-made build_properties file. |
| waiting_launcher.patch | (download) |
src/jalview/bin/Launcher.java |
2 1 + 1 - 0 ! |
wiaint a bit for the launcher to start instead of failing at startup. This seems to be problematic only with the Debian packaging. |
