Commit 379028fb authored by Luca Boccassi's avatar Luca Boccassi

Problem: there is no libunwind-dev on Ubuntu 14.04LTS

Solution: depend on libunwind-dev | libunwind8-dev | libunwind7-dev
parent ad4a1bd0
......@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 9),
dh-autoreconf,
libpgm-dev,
libsodium-dev,
libunwind-dev | libunwind7-dev,
libunwind-dev | libunwind8-dev | libunwind7-dev,
pkg-config
Standards-Version: 3.9.8
Homepage: http://www.zeromq.org/
......
......@@ -6,7 +6,7 @@ Version: 4.2.1
Maintainer: libzmq Developers <zeromq-dev@lists.zeromq.org>
Homepage: http://www.zeromq.org/
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9), dh-autoreconf, libpgm-dev, libsodium-dev, libunwind-dev | libunwind7-dev, pkg-config
Build-Depends: debhelper (>= 9), dh-autoreconf, libpgm-dev, libsodium-dev, libunwind-dev | libunwind8-dev | libunwind7-dev, pkg-config
Package-List:
libzmq3-dev deb libdevel optional arch=any
libzmq5 deb libs optional arch=any
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment