libodb 2.4.0-1ubuntu1 source package in Ubuntu

Changelog

libodb (2.4.0-1ubuntu1) jammy; urgency=medium

  * Fix FTBFS with C++17/GCC11 (Closes: #984189), thanks Adrian Bunk

 -- Lukas Märdian <email address hidden>  Thu, 20 Jan 2022 14:35:32 +0100

Upload details

Uploaded by:
Lukas Märdian
Uploaded to:
Jammy
Original maintainer:
Ubuntu Developers
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc
Kinetic release universe misc
Jammy release universe misc

Downloads

File Size SHA-256 Checksum
libodb_2.4.0.orig.tar.bz2 353.0 KiB 66a1bb4e8bb6ef60cc79334f8028c4d4de98d87f2ff6f8123b4cfb7751ce0007
libodb_2.4.0-1ubuntu1.debian.tar.xz 2.9 KiB 41121bdee427c68c501dd81e7cf092326d1bdd7880a4ebec5ca628691b0806f9
libodb_2.4.0-1ubuntu1.dsc 1.8 KiB d990f051828c405ad60062dfbcda1b7c95dd0b395009e874671bf01a64e1450a

Available diffs

View changes file

Binary packages built by this source

libodb-2.4: Common ODB Runtime Library

 ODB is an object-relational mapping (ORM) system for C++. It provides
 tools, APIs, and library support that allow you to persist C++ objects to
 a relational database (RDBMS) without having to deal with tables, columns,
 or SQL and without manually writing any of the mapping code.
 .
 This package contains the common ODB runtime library. Every application
 that includes code generated by the ODB compiler will need to link to this
 library.

libodb-2.4-dbgsym: debug symbols for libodb-2.4
libodb-dev: Common ODB Runtime Library (development)

 ODB is an object-relational mapping (ORM) system for C++. It provides
 tools, APIs, and library support that allow you to persist C++ objects to
 a relational database (RDBMS) without having to deal with tables, columns,
 or SQL and without manually writing any of the mapping code.
 .
 This package contains libraries and header files for developing
 applications that use libodb .