summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 16:46:01 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-17 16:46:01 +0000
commit36c5669cda70873a70deda32df3559f312ded95f (patch)
tree1c4359c594302577c27023c34eb07e1e588a8405 /debian/control
parentAdding upstream version 0.16.1. (diff)
downloadtevent-e52c2b009d00ebc3a1f976d9c2f33abe02f829c7.tar.xz
tevent-e52c2b009d00ebc3a1f976d9c2f33abe02f829c7.zip
Adding debian version 0.16.1-1.debian/0.16.1-1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control52
1 files changed, 52 insertions, 0 deletions
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..bdf0c1f
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,52 @@
+Source: tevent
+Section: devel
+Priority: optional
+Maintainer: Debian Samba Maintainers <pkg-samba-maint@lists.alioth.debian.org>
+Uploaders:
+ Jelmer Vernooij <jelmer@debian.org>,
+ Mathieu Parent <sathieu@debian.org>,
+ Michael Tokarev <mjt@tls.msk.ru>
+Build-Depends: debhelper-compat (= 13),
+ libcmocka-dev,
+ libtalloc-dev (>= 2.4.2~),
+ pkg-config,
+ python3:any,
+Rules-Requires-Root: no
+Standards-Version: 4.6.2
+Homepage: https://tevent.samba.org/
+Vcs-Browser: https://salsa.debian.org/samba-team/tevent
+Vcs-Git: https://salsa.debian.org/samba-team/tevent.git
+
+Package: libtevent0
+Architecture: any
+Multi-Arch: same
+Pre-Depends: ${misc:Pre-Depends}
+Section: libs
+Depends: ${misc:Depends}, ${shlibs:Depends}
+Description: talloc-based event loop library - shared library
+ tevent is a simple library that can handle the main event loop for an
+ application. It supports three kinds of events: timed events, file
+ descriptors becoming readable or writable and signals.
+ .
+ Talloc is used for memory management, both internally and for private
+ data provided by users of the library.
+ .
+ This package provides the shared library file.
+
+Package: libtevent-dev
+Section: libdevel
+Architecture: any
+Multi-Arch: same
+Depends: libc6-dev,
+ libtalloc-dev,
+ libtevent0 (= ${binary:Version}),
+ ${misc:Depends}
+Description: talloc-based event loop library - development files
+ tevent is a simple library that can handle the main event loop for an
+ application. It supports three kinds of events: timed events, file
+ descriptors becoming readable or writable and signals.
+ .
+ Talloc is used for memory management, both internally and for private
+ data provided by users of the library.
+ .
+ This package provides the development files.