mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-13 10:52:56 +01:00
Problem: libzmq-dev not installable with libczmq-dev on Ubuntu 16.04
Solution: add alternative dependency as libgnutls-dev | libgnutls28-dev, so that the resolver can break the tie, as libcurl4-nss-dev depends on libgnutls-dev which conflicts with libgnutls28-dev
This commit is contained in:
parent
86722502e9
commit
44b13a3aa4
@ -10,7 +10,7 @@ Build-Depends: debhelper (>= 9),
|
||||
libsodium-dev,
|
||||
libunwind-dev | libunwind8-dev | libunwind7-dev,
|
||||
libnss3-dev,
|
||||
libgnutls28-dev,
|
||||
libgnutls28-dev | libgnutls-dev,
|
||||
pkg-config,
|
||||
asciidoc-base | asciidoc, xmlto,
|
||||
Standards-Version: 3.9.8
|
||||
@ -41,7 +41,7 @@ Depends: libzmq5 (= ${binary:Version}), ${misc:Depends},
|
||||
libsodium-dev,
|
||||
libunwind-dev | libunwind8-dev | libunwind7-dev,
|
||||
libnss3-dev,
|
||||
libgnutls28-dev,
|
||||
libgnutls28-dev | libgnutls-dev,
|
||||
Conflicts: libzmq-dev, libzmq5-dev
|
||||
Replaces: libzmq5-dev
|
||||
Provides: libzmq5-dev
|
||||
|
@ -6,7 +6,7 @@ Version: 4.3.3
|
||||
Maintainer: libzmq Developers <zeromq-dev@lists.zeromq.org>
|
||||
Homepage: http://www.zeromq.org/
|
||||
Standards-Version: 3.9.8
|
||||
Build-Depends: debhelper (>= 9), dh-autoreconf, libkrb5-dev, libpgm-dev, libnorm-dev, libsodium-dev, libunwind-dev | libunwind8-dev | libunwind7-dev, libnss3-dev, libgnutls28-dev, pkg-config, asciidoc-base | asciidoc, xmlto
|
||||
Build-Depends: debhelper (>= 9), dh-autoreconf, libkrb5-dev, libpgm-dev, libnorm-dev, libsodium-dev, libunwind-dev | libunwind8-dev | libunwind7-dev, libnss3-dev, libgnutls28-dev | libgnutls-dev, pkg-config, asciidoc-base | asciidoc, xmlto
|
||||
Package-List:
|
||||
libzmq3-dev deb libdevel optional arch=any
|
||||
libzmq5 deb libs optional arch=any
|
||||
|
Loading…
Reference in New Issue
Block a user