gnustep-sqlclient 1.9.0-7
Package Information
| Description | 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. |
|---|---|
| Maintainer | Debian GNUstep maintainers <pkg-gnustep-maintainers@lists.alioth.debian.org> |
| Changed By | Yavor Doganov <yavor@gnu.org> |
| Sponsor | tar@debian.org |
| Distribution | experimental |
| Architecture | any all |
| VCS | git: https://salsa.debian.org/gnustep-team/gnustep-sqlclient.git (browse) |
| Closes | #1133733 |
| Popcon Installs | 50 |
| Binary NEW | Yes (binary-only upload) |
| Tracker | https://tracker.debian.org/pkg/gnustep-sqlclient |
| Uploaded | 5 hours ago |
New Package Report
.changes
| Date | Fri, 22 May 2026 07:44:11 +0300 |
|---|---|
| Source | gnustep-sqlclient |
| Version | 1.9.0-7 |
| Changed-By | Yavor Doganov |
| Architecture | source all amd64 |
| Distribution | experimental |
Changelog
gnustep-sqlclient (1.9.0-7) experimental; urgency=medium
.
* debian/control (gnustep-sqlclient-doc): New package; split
documentation to avoid Multi-Arch conflicts (Closes: #1133733).
(libsqlclient-dev) <Recommends>: Add the new -doc package.
(Build-Depends-Indep): Move gnustep-base-doc here.
(Priority, Rules-Requires-Root): Remove; no longer needed.
(Standards-Version): Bump to 4.7.4; no changes required.
* debian/rules (override_dh_auto_build, override_dh_auto_clean): Adjust
recipes for the new package.
* debian/doc-base: Rename as...
* debian/gnustep-sqlclient-doc.doc-base: ...and amend paths.
* debian/libsqlclient-dev.install.in: Rename as...
* debian/libsqlclient-dev.install: ...and remove /usr/share.
* debian/libsqlclient-dev.links.in: Rename as...
* debian/gnustep-sqlclient-doc.links.in: ...and amend path.
* debian/gnustep-sqlclient-doc.install.in: New file.
* debian/watch: Switch to version 5.
* debian/copyright: Add FSFUL. Update copyright years.
* debian/patches/tests-exit-status.patch: New; make all tests exit with
an error in case of failure..dsc
| Package-List | gnustep-sqlclient-doc deb doc optional arch=all profile=!nodoc profile:v1=!nodoc libsqlclient-dev deb libdevel optional arch=any libsqlclient1.9 deb libs optional arch=any |
|---|---|
| Section | doc |
| Priority | optional |
| Component | main |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: SQLClient Upstream-Contact: gnustep-dev@gnu.org Source: ftp://ftp.gnustep.org/pub/gnustep/libs/ Files: * Copyright: 2004-2006 Free Software Foundation, Inc. License: LGPL-3+ Files: configure Copyright: 1992-1996, 1998-2012 Free Software Foundation, Inc. License: FSFUL This configure script is free software; the Free Software Foundation gives unlimited permission to copy, distribute and modify it. Files: debian/* Copyright: 2014-2026 Debian GNUstep maintainers License: LGPL-3+ License: LGPL-3+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see <http://www.gnu.org/licenses/>. . On Debian systems, the complete text of the GNU Lesser General Public License, version 3 can be found in "/usr/share/common-licenses/LGPL-3".