adql 2.0~beta+ds-1 source package in Ubuntu

Changelog

adql (2.0~beta+ds-1) unstable; urgency=medium

  * New upstream version 2.0~beta+ds
  * Fix d/watch syntax
  * Update files to be removed in upstream package
  * Rediff patches
  * Use gradle as build tool
  * Add javadoc command to d/rules
  * Update CI tests

 -- Ole Streicher <email address hidden>  Fri, 08 Dec 2023 20:20:29 +0100

Upload details

Uploaded by:
Debian Astronomy Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Astronomy Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
adql_2.0~beta+ds-1.dsc 2.2 KiB 1ae2ac4ef3be12d10642743adf82596bea2dc877de3011ae7a8a47fbde673021
adql_2.0~beta+ds.orig.tar.xz 226.4 KiB 83662d9c46ca67d104b1fb1351f2e997265f1431545f53e655bd95a25282f28f
adql_2.0~beta+ds-1.debian.tar.xz 7.7 KiB 235d752116bb598cc72a11e08a5302f2a63a2aa5b225eaa19d2f287012e1a95b

No changes file available.

Binary packages built by this source

adql-java: Parse, manipulate and translate ADQL queries with Java

 ADQL is a SQL-like language which includes astronomical facilities to
 query a database. This language has been defined by the IVOA in the
 Recommendation of 30 Oct 2008 (Version 2.0) and is mainly used in the
 Table Access Protocol (TAP).
 .
 Functionalities of the package:
 .
  * Parse: read ADQL queries in text and transform them into a Java object
   (actually, a syntactic tree).
  * Manipulate: the generated object can be manipulated so than modifying the
   original query.
  * Translate: an interface and some implementations lets translating SQL
   into other languages like SQL.

adql-java-doc: Parse, manipulate and translate ADQL queries (API doc)

 ADQL is a SQL-like language which includes astronomical facilities to
 query a database. This language has been defined by the IVOA in the
 Recommendation of 30 Oct 2008 (Version 2.0) and is mainly used in the
 Table Access Protocol (TAP).
 .
 This package contains the JavaDoc documentation of the package.