Package: ruby-packetfu / 1.1.11-2

Metadata

Package Version Patches format
ruby-packetfu 1.1.11-2 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
0007 fix tests with ruby23.patch | (download)

spec/packetfu_spec.rb | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 fix tests with ruby2.3
 For some reason this test start to fail with ruby2.3, the simplest solution
 that I found was substitute quotation mark to slash.
0005 Require rspec its.patch | (download)

Rakefile | 4 3 + 1 - 0 !
1 file changed, 3 insertions(+), 1 deletion(-)

 explicitly require rspec/its
Bug-Debian: https://bugs.debian.org/795044
0006 Replace network_interface by Ruby 2.1 Socket.getifad.patch | (download)

lib/packetfu/utils.rb | 12 3 + 9 - 0 !
metadata.yml | 14 0 + 14 - 0 !
packetfu.gemspec | 3 2 + 1 - 0 !
3 files changed, 5 insertions(+), 24 deletions(-)

 replace network_interface by ruby 2.1+ socket.getifaddrs
 Instead of introducing a new package in Debian, we replace the dependency
 on network_interface by taking advantage of a similar feature introduced
 in Ruby 2.1: Socket.getifaddrs.