Source: czmq Version: 3.0.2-2 Severity: important Tags: patch Usertags: hurd User: debian-h...@lists.debian.org
Attached is a patch for debian/control to enable a build of czmq on GNU/Hurd and to update the dependencies on the latest version of zeromq3 in sid: 4.1.4-4. This is important since rsyslog depends on libczmq-dev. Included is also a diff for debian/changelog which of course should be changed accordingly. Thanks!
--- a/debian/changelog.orig 2015-10-06 18:08:57.000000000 +0200 +++ b/debian/changelog 2016-02-24 13:32:59.000000000 +0100 @@ -1,3 +1,9 @@ +czmq (3.0.2-3) unstable; urgency=medium + + * Build-depend and Depend on libzmq5-dev instead of libzmq3-dev + + -- Svante Signell <svante.sign...@gmail.com> Wed, 24 Feb 2016 13:29:50 +0100 + czmq (3.0.2-2) unstable; urgency=medium * Add patch to support GNU/Hurd (Closes: 801113)
--- a/debian/control.orig 2015-10-06 18:08:57.000000000 +0200 +++ b/debian/control 2016-02-24 13:25:07.000000000 +0100 @@ -6,7 +6,7 @@ autotools-dev, pkg-config, dh-autoreconf, - libzmq3-dev + libzmq5-dev Standards-Version: 3.9.6 Section: libs Homepage: http://czmq.zeromq.org/ @@ -37,7 +37,7 @@ Section: libdevel Architecture: any Depends: ${misc:Depends}, - libzmq3-dev, + libzmq5-dev, libczmq3 (= ${binary:Version}) Multi-Arch: same Description: High-level C binding for ZeroMQ (development files)