[libnet-frame-layer-ipv6-perl] 05/08: Add patches to fix lintian warnings

Daniel Lintott dlintott-guest at moszumanska.debian.org
Thu Feb 27 14:53:24 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 4718d30137d94d5113bce7412560332c8a0f509f
Author: Daniel Lintott <daniel at serverb.co.uk>
Date:   Thu Feb 27 14:40:06 2014 +0000

    Add patches to fix lintian warnings
    
    - spelling-error-in-manpage
    - example-unusual-interpreter
    
    Git-Dch: Ignore
---
 debian/patches/fix-examples-interpreter.patch | 51 +++++++++++++++++++
 debian/patches/series                         |  2 +
 debian/patches/spelling-errors-in-pod.patch   | 70 +++++++++++++++++++++++++++
 3 files changed, 123 insertions(+)

diff --git a/debian/patches/fix-examples-interpreter.patch b/debian/patches/fix-examples-interpreter.patch
new file mode 100644
index 0000000..f3d548f
--- /dev/null
+++ b/debian/patches/fix-examples-interpreter.patch
@@ -0,0 +1,51 @@
+Description: Remove semicolon from interpreter
+Author: Daniel Lintott <daniel at serverb.co.uk>
+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
new file mode 100644
index 0000000..afece08
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,2 @@
+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
new file mode 100644
index 0000000..4565202
--- /dev/null
+++ b/debian/patches/spelling-errors-in-pod.patch
@@ -0,0 +1,70 @@
+Description: Correct spelling errors in POD
+Author: Daniel Lintott <daniel at serverb.co.uk>
+Origin: Vendor
+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