db1-compat 2.1.3-22 source package in Ubuntu
Changelog
db1-compat (2.1.3-22) unstable; urgency=medium [ Debian Janitor ] * Remove constraints unnecessary since buster (oldstable): + Build-Depends: Drop versioned constraint on dpkg-dev. + libdb1-compat: Drop versioned constraint on libc* in Replaces. [ Colin Watson ] * Remove obsolete Replaces: libdb2-util. -- Colin Watson <email address hidden> Tue, 15 Nov 2022 23:14:51 +0000
Upload details
- Uploaded by:
- Colin Watson
- Uploaded to:
- Sid
- Original maintainer:
- Colin Watson
- Architectures:
- any
- Section:
- oldlibs
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Mantic | release | universe | oldlibs | |
Lunar | release | universe | oldlibs |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
db1-compat_2.1.3-22.dsc | 1.9 KiB | 5fec422001972b72f1bbed28b9083b051fcb35e104fd799bf11b0034187ab523 |
db1-compat_2.1.3.orig.tar.gz | 66.2 KiB | b01f560f00a67f921e678586d903969015b0c9cec6c18b1679b7e9fd6d27394e |
db1-compat_2.1.3-22.debian.tar.xz | 16.7 KiB | b509ffed7f4efaf3ef4c26a126ea4d57831fbf7e47bf50a8956f7c810648412d |
Available diffs
- diff from 2.1.3-21build1 (in Ubuntu) to 2.1.3-22 (924 bytes)
No changes file available.
Binary packages built by this source
- libdb1-compat: Berkeley database routines [glibc 2.0/2.1 compatibility]
libdb is a library for manipulating database files, developed at Berkeley.
.
It supports three kinds of file formats:
* btree. A representation of a sorted, balanced tree structure.
* hashed. An extensible, dynamic hashing scheme.
* UNIX file oriented. A byte stream file with fixed or variable length
records.
.
This library exists for compatibility with applications built against
glibc 2.0 or 2.1. There is intentionally no corresponding development
package. Do not link new applications against this library!
- libdb1-compat-dbgsym: debug symbols for libdb1-compat