File: control

package info (click to toggle)
tdb 1.0.6-13
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, sarge
  • size: 1,680 kB
  • ctags: 431
  • sloc: sh: 10,505; ansic: 3,715; makefile: 92
file content (39 lines) | stat: -rw-r--r-- 1,196 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
Source: tdb
Section: devel
Priority: optional
Maintainer: Marek Habersack <grendel@debian.org>
Build-Depends: debhelper (>> 4.0.0), libgdbm-dev
Standards-Version: 3.6.1

Package: libtdb1
Architecture: any
Section: libs
Depends: ${shlibs:Depends}
Description: Trivial Database - shared library
 This is a simple database API. It is modelled after the structure
 of GDBM. TDB features, unlike GDBM, multiple writers support with
 appropriate locking.
 .
 This package contains the shared library file.

Package: tdb-tools
Section: utils
Architecture: any
Depends: ${shlibs:Depends}
Description: Trivial Database - bundled binaries
 This is a simple database API. It is modelled after the structure
 of GDBM. TDB features, unlike GDBM, multiple writers support with
 appropriate locking.
 .
 This package contains bundled test and utility binaries

Package: tdb-dev
Section: devel
Architecture: any
Depends: libc6-dev, libtdb1 (= ${Source-Version})
Description: Trivial Database - development files
 This is a simple database API. It is modelled after the structure
 of GDBM. TDB features, unlike GDBM, multiple writers support with
 appropriate locking.
 .
 This package contains development files