sqlline 1.0.2-9 source package in Ubuntu

Changelog

sqlline (1.0.2-9) unstable; urgency=medium

  * Team upload.
  * Remove redundant debian/README.source
  * Build-Depends: s/default-jdk/default-jdk-headless/
  * d/copyright: DEP5
  * Secure URL in watch file
  * Standards-Version: 4.7.0 (routine-update)
  * debhelper-compat 13 (routine-update)
  * Reorder sequence of d/control fields by cme (routine-update)
  * Use secure URI in Homepage field.

 -- Andreas Tille <email address hidden>  Mon, 27 Jan 2025 21:46:18 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
utils
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Plucky release universe utils

Builds

Plucky: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
sqlline_1.0.2-9.dsc 1.9 KiB cbcdf1ba5df5389c5fcc04f902b9f67341c7577717901c9ae42983a4ce78c20b
sqlline_1.0.2.orig.tar.gz 114.4 KiB 664517122a967688590a884c017c085d2a9009999b7937edbb4ee3f3bf30d6a3
sqlline_1.0.2-9.debian.tar.xz 6.0 KiB 3a4700f8f23c912fe8ae7d7e08e5ca136e3d58c99beb18f0f482bb1b58aeb0c1

Available diffs

No changes file available.

Binary packages built by this source

sqlline: JDBC command-line utility for issuing SQL

 SQLLine is a pure-Java console based utility for connecting to
 relational databases and executing SQL commands.
 .
 It is similar to other command-line database access utilities like
 sqlplus for Oracle, mysql for MySQL, and isql for Sybase/SQL Server.
 .
 Since it is pure-Java, it is platform independent, and will run on
 any platform that can run Java 1.3 or higher.