libodb 2.4.0-2 source package in Ubuntu

Changelog

libodb (2.4.0-2) unstable; urgency=medium

  * Use no for Rules-Requires-Root.
  * Update debhelper level to 13 .
  * Update Standards-Version to 4.6.2 .

 -- Laszlo Boszormenyi (GCS) <email address hidden>  Sun, 08 Oct 2023 10:17:49 +0200

Upload details

Uploaded by:
Laszlo Boszormenyi
Uploaded to:
Sid
Original maintainer:
Laszlo Boszormenyi
Architectures:
any
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc

Downloads

File Size SHA-256 Checksum
libodb_2.4.0-2.dsc 1.7 KiB 55391c4ec71161892ed9694ab1bcf010783708ff5699818e2235fb9b7a6f391f
libodb_2.4.0.orig.tar.bz2 353.0 KiB 66a1bb4e8bb6ef60cc79334f8028c4d4de98d87f2ff6f8123b4cfb7751ce0007
libodb_2.4.0-2.debian.tar.xz 7.1 KiB 13c2f75aea958dc1d75fd29bd5dd37ca03a2f8c27e3fda6e2969b16153cb63e7

Available diffs

No changes file available.

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 .