summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2014-08-12 16:23:35 -0400
committerMicah Anderson <micah@riseup.net>2014-08-12 16:23:35 -0400
commita0d90e6adaba215ccc26c626d6b2ae4470843131 (patch)
tree7f1d86f034e9d41a3054a275302273a3a1448397
parent686958a9db9b140c9665af8fd001e7032a37a46e (diff)
add README, changelog and control from kali repo
-rw-r--r--README.md6
-rw-r--r--debian/changelog6
-rw-r--r--debian/control2
3 files changed, 13 insertions, 1 deletions
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..75296e5
--- /dev/null
+++ b/README.md
@@ -0,0 +1,6 @@
+zeromq3-deb
+===========
+
+Debian package for zeromq3, linked against libsodium.
+
+This is temporarily needed by the LEAP project, until libsodium is added to official debian/ubuntu repos for the versions we support.
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)