New Upstream Snapshot - ruby-ffi-rzmq

Ready changes

Summary

Merged new upstream version: 2.0.7+git20190921.1.740a413 (was: 2.0.7).

Resulting package

Built on 2023-01-19T06:49 (took 5m15s)

The resulting binary packages can be installed (if you have the apt repository enabled) by running one of:

apt install -t fresh-snapshots ruby-ffi-rzmq

Lintian Result

Diff

diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 6da5961..0000000
--- a/.gitignore
+++ /dev/null
@@ -1,7 +0,0 @@
-*.gem
-.bundle
-Gemfile.lock
-pkg/*
-
-*.rbc
-.redcar/
diff --git a/README.rdoc b/README.rdoc
index c26cc36..8627784 100644
--- a/README.rdoc
+++ b/README.rdoc
@@ -1,6 +1,6 @@
-ffi-rzmq
-    by Chuck Remes
-    http://www.zeromq.org/bindings:ruby-ffi
+= ffi-rzmq
+by Chuck Remes
+http://www.zeromq.org/bindings:ruby-ffi
 
 == FUTURE SUPPORT
 
@@ -9,9 +9,9 @@ project. It wraps the CZMQ binding which is a much higher-level library
 for writing Zeromq code. Find the Ruby gem here:
 
     http://github.com/methodmissing/rbczmq
-    
+
 Few projects need to write the low-level zeromq code that this gem allows.
-With the release of ffi-rzmq 2.0.3, this library is going into permanent 
+With the release of ffi-rzmq 2.0.3, this library is going into permanent
 maintenance mode. As new versions of libzmq are released, interested parties
 should send pull requests to this project or its related project
 ffi-rzmq-core to support new features.
@@ -35,7 +35,7 @@ it as a gem. We will all be grateful!
 This single gem supports 0mq 3.2.x and 4.x APIs. The 0mq project started
 making backward-incompatible changes to the API with the 3.1.x release.
 The gem auto-configures itself to expose the API conforming to the loaded
-C library. 0mq 2.x is no longer supported. 0mq API 3.0 is *not* supported; 
+C library. 0mq 2.x is no longer supported. 0mq API 3.0 is *not* supported;
 the 0mq community voted to abandon it.
 
 The impetus behind this library was to provide support for ZeroMQ in
@@ -96,7 +96,7 @@ All features are implemented.
     puts "usage: ruby local_lat.rb <connect-to> <message-size> <roundtrip-count>"
     exit
   end
-  
+
   bind_to = ARGV[0]
   message_size = ARGV[1].to_i
   roundtrip_count = ARGV[2].to_i
@@ -123,11 +123,11 @@ All features are implemented.
     puts "usage: ruby remote_lat.rb <connect-to> <message-size> <roundtrip-count>"
     exit
   end
-  
+
   def assert(rc)
     raise "Last API call failed at #{caller(1)}" unless rc >= 0
   end
-  
+
   connect_to = ARGV[0]
   message_size = ARGV[1].to_i
   roundtrip_count = ARGV[2].to_i
@@ -142,10 +142,10 @@ All features are implemented.
 
   roundtrip_count.times do
     assert(s.send_string(msg, 0))
-  
+
     msg = ''
     assert(s.recv_string(msg, 0))
-  
+
     raise "Message size doesn't match, expected [#{message_size}] but received [#{msg.size}]" if message_size != msg.size
   end
 
diff --git a/debian/changelog b/debian/changelog
index 4123d9b..e6e1827 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,11 +1,12 @@
-ruby-ffi-rzmq (2.0.7-2) UNRELEASED; urgency=medium
+ruby-ffi-rzmq (2.0.7+git20190921.1.740a413-1) UNRELEASED; urgency=medium
 
   * Remove constraints unnecessary since buster:
     + Build-Depends: Drop versioned constraint on ruby-ffi-rzmq-core and
       ruby-rspec.
   * Update standards version to 4.6.1, no changes needed.
+  * New upstream snapshot.
 
- -- Debian Janitor <janitor@jelmer.uk>  Wed, 18 Aug 2021 10:12:09 -0000
+ -- Debian Janitor <janitor@jelmer.uk>  Thu, 19 Jan 2023 06:45:28 -0000
 
 ruby-ffi-rzmq (2.0.7-1) unstable; urgency=medium
 
diff --git a/debian/patches/0001-loadpath-in-tests.patch b/debian/patches/0001-loadpath-in-tests.patch
index 30e7946..e9b1c2d 100644
--- a/debian/patches/0001-loadpath-in-tests.patch
+++ b/debian/patches/0001-loadpath-in-tests.patch
@@ -9,10 +9,10 @@ otherwise autopkgtests fail as lib/ is removed
  spec/spec_helper.rb | 4 +---
  1 file changed, 1 insertion(+), 3 deletions(-)
 
-diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb
-index 5f92199..59e905a 100644
---- a/spec/spec_helper.rb
-+++ b/spec/spec_helper.rb
+Index: ruby-ffi-rzmq.git/spec/spec_helper.rb
+===================================================================
+--- ruby-ffi-rzmq.git.orig/spec/spec_helper.rb
++++ ruby-ffi-rzmq.git/spec/spec_helper.rb
 @@ -1,6 +1,4 @@
 -
 -require File.expand_path(

Debdiff

File lists identical (after any substitutions)

No differences were encountered in the control files

More details

Full run details