adql 1.5-2 source package in Ubuntu

Changelog

adql (1.5-2) unstable; urgency=medium

  [ Debian Janitor, Jenkins ]
  * Trim trailing whitespace.
  * Set upstream metadata fields: Bug-Submit, Repository, Repository-Browse.
  * Replace use of deprecated $ADTTMP with $AUTOPKGTEST_TMP.
  * Apply multi-arch hints. + adql-java, adql-java-doc: Add Multi-Arch: foreign.
  * Remove constraints unnecessary since buster
  * Update watch file format version to 4.
  * Bump debhelper from old 12 to 13.
  * Drop check for DEB_BUILD_OPTIONS containing "nocheck"
  * Set debhelper-compat version in Build-Depends.
  * Update standards version to 4.6.0, no changes needed.

  [ Ole Streicher ]
  * Add tests on salsa
  * Adjust post-javacc patch for ADQLParser.java. Closes: #1011690
  * Don't refer to line and column anymore when contructing error messages
  * Also regenerate TokenMgrError with javacc
  * Push Standards-Version to 4.6.1. No changes needed
  * Remove failing tests

 -- Ole Streicher <email address hidden>  Tue, 31 May 2022 09:52:51 +0200

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
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
adql_1.5-2.dsc 2.2 KiB 16109cb6e471fd355b2d9d152e0c3aadff02c90fdbc50c4718b467327fd9f7cb
adql_1.5.orig.tar.xz 144.4 KiB f392afc2d1a2f28a0e94a832e370512551d5433bacc43b268fba920e387fd985
adql_1.5-2.debian.tar.xz 30.1 KiB 024e59d2ce19dadb989909d58195598038eb2ed189d29f5b68610ffc926db0d0

Available diffs

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.