[libnet-frame-layer-ipv6-perl] 02/05: Remove patches applied upstream

Daniel Lintott dlintott-guest at moszumanska.debian.org
Wed Apr 9 12:58:52 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-layer-ipv6-perl.

commit d650fefd0d7d61240d7f51f7955a960c70e8f6b7
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Wed Apr 9 13:52:58 2014 +0100

    Remove patches applied upstream
    
    + fix-examples-interpreter.patch
    + spelling-errors-in-pod.patch
    
    Git-Dch: Full
---
 debian/patches/fix-examples-interpreter.patch | 52 --------------------
 debian/patches/series                         |  2 -
 debian/patches/spelling-errors-in-pod.patch   | 71 ---------------------------
 3 files changed, 125 deletions(-)

diff --git a/debian/patches/fix-examples-interpreter.patch b/debian/patches/fix-examples-interpreter.patch
deleted file mode 100644
index 27a2bbe..0000000
--- a/debian/patches/fix-examples-interpreter.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-Description: Remove semicolon from interpreter
-Author: Daniel Lintott <daniel at serverb.co.uk>
-Bug: https://rt.cpan.org/Ticket/Display.html?id=93409
-Last-Update: 2014-02-27
---- a/examples/destination.pl
-+++ b/examples/destination.pl
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl;
-+#!/usr/bin/perl
- use strict;
- use warnings;
- 
---- a/examples/fragment-2x8.pl
-+++ b/examples/fragment-2x8.pl
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl;
-+#!/usr/bin/perl
- 
- # Not all hosts respond to IPv6 fragments
- # Examples that do:
---- a/examples/fragment-8x1024.pl
-+++ b/examples/fragment-8x1024.pl
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl;
-+#!/usr/bin/perl
- 
- # Not all hosts respond to IPv6 fragments
- # Examples that do:
---- a/examples/fragment-NxM.pl
-+++ b/examples/fragment-NxM.pl
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl;
-+#!/usr/bin/perl
- 
- # Not all hosts respond to IPv6 fragments
- # Examples that do:
---- a/examples/hopbyhop.pl
-+++ b/examples/hopbyhop.pl
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl;
-+#!/usr/bin/perl
- use strict;
- use warnings;
- 
---- a/examples/routing.pl
-+++ b/examples/routing.pl
-@@ -1,4 +1,4 @@
--#!/usr/bin/perl;
-+#!/usr/bin/perl
- 
- use strict;
- use warnings;
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index afece08..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,2 +0,0 @@
-fix-examples-interpreter.patch
-spelling-errors-in-pod.patch
diff --git a/debian/patches/spelling-errors-in-pod.patch b/debian/patches/spelling-errors-in-pod.patch
deleted file mode 100644
index a8fd76e..0000000
--- a/debian/patches/spelling-errors-in-pod.patch
+++ /dev/null
@@ -1,71 +0,0 @@
-Description: Correct spelling errors in POD
-Author: Daniel Lintott <daniel at serverb.co.uk>
-Origin: Vendor
-Bug: https://rt.cpan.org/Ticket/Display.html?id=93408
-Last-Update: 2014-02-27
---- a/lib/Net/Frame/Layer/IPv6.pm
-+++ b/lib/Net/Frame/Layer/IPv6.pm
-@@ -424,7 +424,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/IPv6/Destination.pm
-+++ b/lib/Net/Frame/Layer/IPv6/Destination.pm
-@@ -222,7 +222,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/IPv6/Fragment.pm
-+++ b/lib/Net/Frame/Layer/IPv6/Fragment.pm
-@@ -195,7 +195,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/IPv6/HopByHop.pm
-+++ b/lib/Net/Frame/Layer/IPv6/HopByHop.pm
-@@ -222,7 +222,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/IPv6/Option.pm
-+++ b/lib/Net/Frame/Layer/IPv6/Option.pm
-@@ -181,7 +181,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/IPv6/Routing.pm
-+++ b/lib/Net/Frame/Layer/IPv6/Routing.pm
-@@ -259,7 +259,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
- 

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



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