gnustep-sqlclient 1.9.0-3 source package in Ubuntu

Changelog

gnustep-sqlclient (1.9.0-3) unstable; urgency=medium

  * debian/rules (override_dh_clean): Rename override as...
    (override_dh_auto_clean): ...and pass $(docs) to fix FTBFS when
    building twice in a row (Closes: #1044313).  Thanks Lucas Nussbaum.
  * debian/control (Build-Depends): Drop gnustep-make; always pulled in.

 -- Yavor Doganov <email address hidden>  Mon, 14 Aug 2023 17:46:26 +0300

Upload details

Uploaded by:
Debian GNUstep maintainers
Uploaded to:
Sid
Original maintainer:
Debian GNUstep maintainers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Mantic release universe misc

Downloads

File Size SHA-256 Checksum
gnustep-sqlclient_1.9.0-3.dsc 2.5 KiB 34745afae983094c538d1be99652286c0ed663370190c77547cecc5b6534556f
gnustep-sqlclient_1.9.0.orig.tar.gz 171.6 KiB 4de755329874912eafd70d36dc2478c2fc9d6345da30ba2cdb710c35d041ba46
gnustep-sqlclient_1.9.0.orig.tar.gz.asc 232 bytes b76842c2db384663c7e87019b38894af4b7a16bffa505854899e14c3d1a812fc
gnustep-sqlclient_1.9.0-3.debian.tar.xz 5.5 KiB 767f9b4b476342979f27cf1fac95bc7cb67acc8629f96d5e0f643efe48c575b0

Available diffs

No changes file available.

Binary packages built by this source

libsqlclient-dev: SQL client library for GNUstep (development files)

 The SQLClient library is designed to provide a simple interface to
 SQL databases for GNUstep applications. It does not attempt the sort
 of abstraction provided by the much more sophisticated GDL2 library
 but rather allows applications to directly execute SQL queries and
 statements.
 Major features:
 .
  * Simple API for executing queries and statements.
  * Simple API for combining multiple SQL statements into a single
    transaction.
  * Supports multiple sumultaneous named connections to a database
    server in a thread-safe manner.
  * Supports multiple simultaneous connections to different database
    servers with backend driver bundles loaded for different database
    engines.
  * Configuration for all connections held in one place and referenced
    by connection name for ease of configuration control.
  * Thread safe operation.
 .
 Supported backend bundles are ECPG, Postgres, MySQL and SQLite.
 .
 This package contains the development files and the library reference
 documentation.

libsqlclient1.9: SQL client library for GNUstep (runtime library)

 The SQLClient library is designed to provide a simple interface to
 SQL databases for GNUstep applications. It does not attempt the sort
 of abstraction provided by the much more sophisticated GDL2 library
 but rather allows applications to directly execute SQL queries and
 statements.
 Major features:
 .
  * Simple API for executing queries and statements.
  * Simple API for combining multiple SQL statements into a single
    transaction.
  * Supports multiple sumultaneous named connections to a database
    server in a thread-safe manner.
  * Supports multiple simultaneous connections to different database
    servers with backend driver bundles loaded for different database
    engines.
  * Configuration for all connections held in one place and referenced
    by connection name for ease of configuration control.
  * Thread safe operation.
 .
 Supported backend bundles are ECPG, Postgres, MySQL and SQLite.
 .
 This package contains the shared library and the supported bundles.

libsqlclient1.9-dbgsym: debug symbols for libsqlclient1.9