summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
2 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 0fcd0a7..dfed4e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+zeromq3 (4.0.4+leap-1) unstable; urgency=medium
+
+ * Local build forcing libsodium dep.
+
+ -- Ben Carrillo <ben@futeisha.org> Fri, 08 Aug 2014 19:22:49 -0500
+
zeromq3 (4.0.4+dfsg-2) unstable; urgency=low
* Honour nocheck option in DEB_BUILD_OPTIONS .
diff --git a/debian/control b/debian/control
index 72274f6..0303abc 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Homepage: http://www.zeromq.org/
Package: libzmq3
Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends}, ${misc:Depends}, libsodium-dev
Pre-Depends: ${misc:Pre-Depends}
Multi-Arch: same
Description: lightweight messaging kernel (shared library)