summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2013-11-15 23:03:58 +0000
committerJelmer Vernooij <jelmer@samba.org>2013-11-15 23:03:58 +0000
commit5487f42aea9c509309b3a2f5ea20de4349d9549d (patch)
tree80b3228aa6d6238d1fc12ad932485307fcec1047
parentb4c0adc604b0b0b4a522aaa71a2acbfdfb712202 (diff)
Update description.
-rw-r--r--debian/control37
1 files changed, 31 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index 556a38e..dc06fa3 100644
--- a/debian/control
+++ b/debian/control
@@ -19,33 +19,46 @@ Multi-Arch: same
Architecture: any
Section: libs
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Trivial Database - shared library
+Description: New 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 and transactions.
.
+ ntdb uses a fileformat that is incompatible with tdb, but the API
+ is similar. It improves performance, adds support for databases
+ larger than 4Gb, and improves integration with talloc.
+ .
This package contains the shared library file.
Package: ntdb-tools
Section: utils
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
-Description: Trivial Database - bundled binaries
+Description: New 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 and transactions.
.
+ ntdb uses a fileformat that is incompatible with tdb, but the API
+ is similar. It improves performance, adds support for databases
+ larger than 4Gb, and improves integration with talloc.
+ .
This package contains bundled test and utility binaries
Package: libntdb-dev
Section: libdevel
Architecture: any
Depends: libc6-dev, libntdb1 (= ${binary:Version}), ${misc:Depends}
-Description: Trivial Database - development files
+Suggests: libtalloc-dev
+Description: New 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 and transactions.
.
+ ntdb uses a fileformat that is incompatible with tdb, but the API
+ is similar. It improves performance, adds support for databases
+ larger than 4Gb, and improves integration with talloc.
+ .
This package contains the development files.
Package: libntdb1-dbg
@@ -54,11 +67,15 @@ Architecture: any
Priority: extra
Depends: libntdb1 (= ${binary:Version}), ${misc:Depends}
Recommends: libc6-dbg
-Description: Trivial Database - debug symbols
+Description: New Trivial Database - debug symbols
This is a simple database API. It is modelled after the structure
of GDBM. TDB features, unlike GDBM, multiple writers support with
appropriate locking and transactions.
.
+ ntdb uses a fileformat that is incompatible with tdb, but the API
+ is similar. It improves performance, adds support for databases
+ larger than 4Gb, and improves integration with talloc.
+ .
This package contains the debug symbols.
Package: python-ntdb
@@ -69,11 +86,15 @@ Depends: libntdb1 (= ${binary:Version}),
${python:Depends},
${shlibs:Depends}
Provides: ${python:Provides}
-Description: Python bindings for TDB
+Description: Python bindings for NTDB
This is a simple database API. It is modelled after the structure
of GDBM. TDB features, unlike GDBM, multiple writers support with
appropriate locking and transactions.
.
+ ntdb uses a fileformat that is incompatible with tdb, but the API
+ is similar. It improves performance, adds support for databases
+ larger than 4Gb, and improves integration with talloc.
+ .
This package contains the Python bindings.
Package: python-ntdb-dbg
@@ -86,9 +107,13 @@ Depends: python-ntdb (= ${binary:Version}),
${shlibs:Depends}
Recommends: python-dbg, libntdb1-dbg
Provides: ${python:Provides}
-Description: Python bindings for TDB - debug extension
+Description: Python bindings for NTDB - debug extension
This is a simple database API. It is modelled after the structure
of GDBM. TDB features, unlike GDBM, multiple writers support with
appropriate locking and transactions.
.
+ ntdb uses a fileformat that is incompatible with tdb, but the API
+ is similar. It improves performance, adds support for databases
+ larger than 4Gb, and improves integration with talloc.
+ .
This package contains the Python debug extension.