From 65fbc59ab338590dff1fc4b64efadc8c8dd1f225 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 18:49:38 +0200 Subject: Adding debian version 1.4.10-1. Signed-off-by: Daniel Baumann --- debian/control | 70 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..8d18a83 --- /dev/null +++ b/debian/control @@ -0,0 +1,70 @@ +Source: tdb +Section: devel +Priority: optional +Maintainer: Debian Samba Maintainers +Uploaders: Jelmer Vernooij , + Mathieu Parent , + Michael Tokarev +Build-Depends: debhelper-compat (= 13), + dh-sequence-python3, + docbook-xml, docbook-xsl, xsltproc, +# use {python3,libpython3}-ALL-dev to build for all python3 versions (+#904999): + python3-dev:any | python3-dev, libpython3-dev, +# host python is needed for selftests + python3 , +Rules-Requires-Root: no +Homepage: https://tdb.samba.org/ +Standards-Version: 4.6.2 +Vcs-Browser: https://salsa.debian.org/samba-team/tdb +Vcs-Git: https://salsa.debian.org/samba-team/tdb.git + +Package: libtdb1 +Pre-Depends: ${misc:Pre-Depends} +Multi-Arch: same +Architecture: any +Section: libs +Depends: ${misc: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 and transactions. + . + This package contains the shared library file. + +Package: tdb-tools +Section: utils +Architecture: any +Depends: ${misc: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 and transactions. + . + This package contains bundled test and utility binaries + +Package: libtdb-dev +Multi-Arch: same +Provides: tdb-dev +Section: libdevel +Architecture: any +Depends: libc6-dev, libtdb1 (= ${binary:Version}), ${misc:Depends} +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 and transactions. + . + This package contains the development files. + +Package: python3-tdb +Section: python +Architecture: any +Depends: libtdb1 (= ${binary:Version}), + ${misc:Depends}, + ${python3:Depends}, + ${shlibs:Depends} +Description: Python3 bindings for TDB + 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. + . + This package contains the Python3 bindings. -- cgit v1.2.3