File: control

package info (click to toggle)
db1-compat 2.1.3-21
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 636 kB
  • sloc: ansic: 7,120; makefile: 58
file content (25 lines) | stat: -rw-r--r-- 1,076 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
Source: db1-compat
Section: oldlibs
Priority: optional
Maintainer: Colin Watson <cjwatson@debian.org>
Standards-Version: 3.6.2
Build-Depends: dpkg-dev (>= 1.16.1~), debhelper-compat (= 12)
Vcs-Git: https://salsa.debian.org/debian/db1-compat.git
Vcs-Browser: https://salsa.debian.org/debian/db1-compat

Package: libdb1-compat
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Replaces: libc6 (<< 2.2.5-13), libc6.1 (<< 2.2.5-13), libc0.3 (<< 2.2.5-13), libdb2-util
Description: 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!