diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/debian/control b/debian/control index 6d6bafb..27f4098 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: dpkg-dev (>= 1.22.5), debhelper-compat (= 13), +Build-Depends: debhelper-compat (= 13), libcmocka-dev, libtalloc-dev (>= 2.4.2~), pkg-config, @@ -22,10 +22,7 @@ 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: libtevent0t64 -Provides: ${t64:Provides} -Replaces: libtevent0 -Breaks: libtevent0 (<< ${source:Version}) +Package: libtevent0 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} @@ -47,7 +44,7 @@ Architecture: any Multi-Arch: same Depends: libc6-dev, libtalloc-dev, - libtevent0t64 (= ${binary:Version}), + 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 |