[DRE-commits] [ruby-ffi-rzmq] 03/04: [patch] deactivate failing test because libzmq3 is built without sodium support
Cédric Boutillier
boutil at moszumanska.debian.org
Wed Apr 16 20:22:55 UTC 2014
This is an automated email from the git hooks/post-receive script.
boutil pushed a commit to branch master
in repository ruby-ffi-rzmq.
commit c78721ad30b4d49c46aa613ea4de848c30dced59
Author: Cédric Boutillier <boutil at debian.org>
Date: Wed Apr 16 21:58:23 2014 +0200
[patch] deactivate failing test because libzmq3 is built without sodium support
---
debian/changelog | 2 ++
debian/patches/no_zmq_sodium.patch | 16 ++++++++++++++++
debian/patches/series | 1 +
3 files changed, 19 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index 38ffa4b..5bae7d3 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,8 @@ ruby-ffi-rzmq (2.0.1-1) unstable; urgency=medium
* Depend on ruby-ffi-rzmq-core, and drop direct dependencies on ruby-ffi and
libzmq*, which are dependencies for ruby-ffi-rzmq-core.
* Drop patches (now applied to ruby-ffi-rzmq-core)
+ * Add no_zmq_sodium.patch, deactivating a failing test as long as libzmq3 is
+ not built against libsodium.
-- Cédric Boutillier <boutil at debian.org> Mon, 14 Apr 2014 14:47:45 +0200
diff --git a/debian/patches/no_zmq_sodium.patch b/debian/patches/no_zmq_sodium.patch
new file mode 100644
index 0000000..08bd957
--- /dev/null
+++ b/debian/patches/no_zmq_sodium.patch
@@ -0,0 +1,16 @@
+Description: deactivate failing test until libzmq3 is built with libsodium
+Author: Cédric Boutillier <boutil at debian.org>
+Bug: http://bugs.debian.org/744969
+Last-Update: 2014-04-16
+
+--- a/spec/util_spec.rb
++++ b/spec/util_spec.rb
+@@ -6,7 +6,7 @@
+ if LibZMQ.version4?
+ describe "curve_keypair" do
+
+- it "returns a set of public and private keys" do
++ xit "returns a set of public and private keys" do
+ public_key, private_key = ZMQ::Util.curve_keypair
+
+ public_key.should_not == private_key
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d02c496
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+no_zmq_sodium.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-ffi-rzmq.git
More information about the Pkg-ruby-extras-commits
mailing list