[libnet-frame-perl] 02/04: Remove patch applied upstream

Daniel Lintott dlintott-guest at moszumanska.debian.org
Wed Apr 9 13:09:45 UTC 2014


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

dlintott-guest pushed a commit to branch master
in repository libnet-frame-perl.

commit 4aa500615d2cb3a6769d6635f15d8c606a199739
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Wed Apr 9 14:03:27 2014 +0100

    Remove patch applied upstream
    
    + fix-pod-spelling.patch
    
    Git-Dch: Full
---
 debian/patches/fix-pod-spelling.patch | 115 ----------------------------------
 debian/patches/series                 |   1 -
 2 files changed, 116 deletions(-)

diff --git a/debian/patches/fix-pod-spelling.patch b/debian/patches/fix-pod-spelling.patch
deleted file mode 100644
index 5746a1d..0000000
--- a/debian/patches/fix-pod-spelling.patch
+++ /dev/null
@@ -1,115 +0,0 @@
-Description: fix minor POD spelling issues
-Author: Jonathan Yu <jawnsy at cpan.org>
-Origin: vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=94035
-Forwarded: yes
---- a/lib/Net/Frame.pm
-+++ b/lib/Net/Frame.pm
-@@ -68,7 +68,7 @@
- 
- B<Net::Frame> is a fork of B<Net::Packet>. The goal here was to greatly simplify the use of the frame crafting framework. B<Net::Packet> does many things undercover, and it was difficult to document all the thingies.
- 
--Also, B<Net::Packet> may suffer from unease of use, because frames were assembled using layers stored in L2, L3, L4 and L7 attributes. B<Net::Frame> removes all this, and is splitted in different modules, for those who only want to use part of the framework, and not whole framework.
-+Also, B<Net::Packet> may suffer from unease of use, because frames were assembled using layers stored in L2, L3, L4 and L7 attributes. B<Net::Frame> removes all this, and is split into different modules, for those who only want to use part of the framework, and not whole framework.
- 
- Finally, anyone can create a layer, and put it on his CPAN space, because of the modularity B<Net::Frame> offers. For an example, see B<Net::Frame::Layer::ICMPv4> on my CPAN space.
- 
---- a/lib/Net/Frame/Layer/ARP.pm
-+++ b/lib/Net/Frame/Layer/ARP.pm
-@@ -302,7 +302,7 @@
- 
- =back
- 
--The following are inherited methods. Some of them may be overriden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
-+The following are inherited methods. Some of them may be overridden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
- 
- =over 4
- 
---- a/lib/Net/Frame/Layer/ETH.pm
-+++ b/lib/Net/Frame/Layer/ETH.pm
-@@ -299,7 +299,7 @@
- 
- =back
- 
--The following are inherited methods. Some of them may be overriden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
-+The following are inherited methods. Some of them may be overridden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
- 
- =over 4
- 
---- a/lib/Net/Frame/Layer/IPv4.pm
-+++ b/lib/Net/Frame/Layer/IPv4.pm
-@@ -479,7 +479,7 @@
- 
- =back
- 
--The following are inherited methods. Some of them may be overriden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
-+The following are inherited methods. Some of them may be overridden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
- 
- =over 4
- 
---- a/lib/Net/Frame/Layer/NULL.pm
-+++ b/lib/Net/Frame/Layer/NULL.pm
-@@ -201,7 +201,7 @@
- 
- =back
- 
--The following are inherited methods. Some of them may be overriden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
-+The following are inherited methods. Some of them may be overridden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
- 
- =over 4
- 
---- a/lib/Net/Frame/Layer/PPP.pm
-+++ b/lib/Net/Frame/Layer/PPP.pm
-@@ -174,7 +174,7 @@
- 
- =back
- 
--The following are inherited methods. Some of them may be overriden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
-+The following are inherited methods. Some of them may be overridden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
- 
- =over 4
- 
---- a/lib/Net/Frame/Layer/RAW.pm
-+++ b/lib/Net/Frame/Layer/RAW.pm
-@@ -118,7 +118,7 @@
- 
- =back
- 
--The following are inherited methods. Some of them may be overriden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
-+The following are inherited methods. Some of them may be overridden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
- 
- =over 4
- 
---- a/lib/Net/Frame/Layer/SLL.pm
-+++ b/lib/Net/Frame/Layer/SLL.pm
-@@ -275,7 +275,7 @@
- 
- =back
- 
--The following are inherited methods. Some of them may be overriden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
-+The following are inherited methods. Some of them may be overridden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
- 
- =over 4
- 
---- a/lib/Net/Frame/Layer/TCP.pm
-+++ b/lib/Net/Frame/Layer/TCP.pm
-@@ -402,7 +402,7 @@
- 
- =back
- 
--The following are inherited methods. Some of them may be overriden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
-+The following are inherited methods. Some of them may be overridden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
- 
- =over 4
- 
---- a/lib/Net/Frame/Layer/UDP.pm
-+++ b/lib/Net/Frame/Layer/UDP.pm
-@@ -292,7 +292,7 @@
- 
- =back
- 
--The following are inherited methods. Some of them may be overriden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
-+The following are inherited methods. Some of them may be overridden in this layer, and some others may not be meaningful in this layer. See B<Net::Frame::Layer> for more information.
- 
- =over 4
- 
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index 5622f22..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-fix-pod-spelling.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-frame-perl.git



More information about the Pkg-perl-cvs-commits mailing list