[DRE-commits] [ruby-packetfu] 05/07: Remove obsolete patch

Jérémy Bobbio lunar at moszumanska.debian.org
Sat May 3 13:18:45 UTC 2014


This is an automated email from the git hooks/post-receive script.

lunar pushed a commit to branch master
in repository ruby-packetfu.

commit 7c9f7ede3fc9fbb4e4aef64a50745045df595963
Author: Jérémy Bobbio <lunar at debian.org>
Date:   Sat May 3 15:01:45 2014 +0200

    Remove obsolete patch
---
 ...k-format-spec-to-use-new-RSpec-matcher-syn.patch | 21 ---------------------
 debian/patches/series                               |  1 -
 2 files changed, 22 deletions(-)

diff --git a/debian/patches/0001-Update-peek-format-spec-to-use-new-RSpec-matcher-syn.patch b/debian/patches/0001-Update-peek-format-spec-to-use-new-RSpec-matcher-syn.patch
deleted file mode 100644
index bd396bc..0000000
--- a/debian/patches/0001-Update-peek-format-spec-to-use-new-RSpec-matcher-syn.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bobbio?= <lunar at debian.org>
-Date: Sat, 24 Aug 2013 19:20:50 +0200
-Subject: Update peek format spec to use new RSpec matcher syntax
-
----
- spec/packet_subclasses_spec.rb |    2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/spec/packet_subclasses_spec.rb b/spec/packet_subclasses_spec.rb
-index 66d60c5..e19028c 100644
---- a/spec/packet_subclasses_spec.rb
-+++ b/spec/packet_subclasses_spec.rb
-@@ -6,7 +6,7 @@ PacketFu.packet_classes.each do |pclass|
- 		it "will display sensible peek information" do
- 			p = pclass.new
- 			p.respond_to?(:peek).should be_true
--			p.peek.size.should be_<=(80), p.peek.inspect
-+			p.peek.size.should be <= 80, p.peek.inspect
- 			p.peek.should match(/^[A-Z0-9?]../)
- 		end
- 	end
diff --git a/debian/patches/series b/debian/patches/series
index 91d020b..309ff20 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1 @@
-0001-Update-peek-format-spec-to-use-new-RSpec-matcher-syn.patch
 0002-Do-not-require-rubygems-even-with-Ruby-1.8.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-packetfu.git



More information about the Pkg-ruby-extras-commits mailing list