summaryrefslogtreecommitdiffstats
path: root/debian/control
diff options
context:
space:
mode:
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control9
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 27f4098..6d6bafb 100644
--- a/debian/control
+++ b/debian/control
@@ -9,7 +9,7 @@ XSBC-Original-Uploaders:
Mathieu Parent <sathieu@debian.org>,
Michael Tokarev <mjt@tls.msk.ru>
Bugs: mailto:maintainers@lists.progress-linux.org
-Build-Depends: debhelper-compat (= 13),
+Build-Depends: dpkg-dev (>= 1.22.5), debhelper-compat (= 13),
libcmocka-dev,
libtalloc-dev (>= 2.4.2~),
pkg-config,
@@ -22,7 +22,10 @@ Vcs-Git: https://git.progress-linux.org/packages/graograman-backports/tevent
XSBC-Original-Vcs-Browser: https://salsa.debian.org/samba-team/tevent
XSBC-Original-Vcs-Git: https://salsa.debian.org/samba-team/tevent.git
-Package: libtevent0
+Package: libtevent0t64
+Provides: ${t64:Provides}
+Replaces: libtevent0
+Breaks: libtevent0 (<< ${source:Version})
Architecture: any
Multi-Arch: same
Pre-Depends: ${misc:Pre-Depends}
@@ -44,7 +47,7 @@ Architecture: any
Multi-Arch: same
Depends: libc6-dev,
libtalloc-dev,
- libtevent0 (= ${binary:Version}),
+ libtevent0t64 (= ${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