Package: aladin / 12.060+dfsg-3

Metadata

Package Version Patches format
aladin 12.060+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
Install old original build.xml.patch | (download)

build.xml | 46 46 + 0 - 0 !
1 file changed, 46 insertions(+)

 install old original build.xml

This file was provided with Aladin 11 (and before) but
(accidently?) remove in Aladin 12. It still seems to work,
so we re-install it.

Modified Aladin s original build.xml file.patch | (download)

build.xml | 43 31 + 12 - 0 !
1 file changed, 31 insertions(+), 12 deletions(-)

 modified aladin's original build.xml file

Some useful properties were added, and the build directory
infrastructure (creation and deletion of build dirs) was improved.
Following the Debian-packaging requirements, we made sure that all
third party libs used for building the code and running the program
come in Debian packages with JAR files at /usr/share/java/.

Moreover, a "javadoc" target for creating the API documentation of the
package was added to "build.xml".

Don t call home for logging.patch | (download)

cds/aladin/Default.java | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 don't call home for logging

By default, Aladin loggs back every start, which can be disabled in
the configuration. For a better privacy, we reverse this
behaviour. Aladin will now ask at the first start whether logging
shall be enabled or not.

Note however, that Aladin is an online tool and automatically connects to
GLU server to retrieve the list of available data sources. This is intended
behaviour of the program, which would otherwise not function as expected.

fully qualify builder.patch | (download)

cds/allsky/BuilderMirror.java | 2 1 + 1 - 0 !
cds/allsky/BuilderValidator.java | 10 5 + 5 - 0 !
cds/allsky/Task.java | 6 3 + 3 - 0 !
3 files changed, 9 insertions(+), 9 deletions(-)

 fully qualify cds.allsky.builder class

Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052586
Update adql java API to 2.patch | (download)

cds/aladin/DynamicTapForm.java | 13 7 + 6 - 0 !
cds/aladin/Server.java | 20 10 + 10 - 0 !
cds/aladin/ServerGlu.java | 10 5 + 5 - 0 !
cds/aladin/ServerObsTap.java | 19 10 + 9 - 0 !
4 files changed, 32 insertions(+), 30 deletions(-)

 update adql-java api to 2.

Closes: #1058415