[libnet-dhcp-perl] 03/04: fix pod error
Tamas Csillag
cstamas-guest at alioth.debian.org
Sat Oct 5 20:49:48 UTC 2013
This is an automated email from the git hooks/post-receive script.
cstamas-guest pushed a commit to branch master
in repository libnet-dhcp-perl.
commit 67251c335b187905e7ea3ed5d825b086555ed5b5
Author: CSILLAG Tamas <cstamas at cstamas.hu>
Date: Sat Oct 5 22:40:38 2013 +0200
fix pod error
---
debian/changelog | 4 +---
debian/patches/pod-error-extra-item-line | 23 +++++++++++++++++++++++
debian/patches/series | 1 +
lib/Net/DHCP/Packet.pm | 2 --
4 files changed, 25 insertions(+), 5 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index 780b91b..f860d0c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,5 @@
libnet-dhcp-perl (0.693+dfsg-1) UNRELEASED; urgency=low
- TODO:
- - lintian also says:
- W: libnet-dhcp-perl: manpage-has-errors-from-pod2man usr/share/man/man3/Net::DHCP::Packet.3pm.gz:822
[ gregor herrmann ]
* debian/control: update {versioned,alternative} (build) dependencies.
@@ -19,6 +16,7 @@ libnet-dhcp-perl (0.693+dfsg-1) UNRELEASED; urgency=low
* Add myself to uploaders
* Standards-Version++ (no changes)
* copyright for debian/repack.stub
+ * fix a pod error in Net/DHCP/Packet.pm
-- CSILLAG Tamas <cstamas at cstamas.hu> Sat, 05 Oct 2013 20:45:09 +0200
diff --git a/debian/patches/pod-error-extra-item-line b/debian/patches/pod-error-extra-item-line
new file mode 100644
index 0000000..36846d5
--- /dev/null
+++ b/debian/patches/pod-error-extra-item-line
@@ -0,0 +1,23 @@
+Description: pod error, extra item line removed
+Author: CSILLAG Tamas <cstamas at cstamas.hu>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format.
+
+There is an extra =item line in Packet.pm.
+
+Last-Update: 2013-10-05
+Forwarded: https://rt.cpan.org/Public/Bug/Display.html?id=89267
+
+--- libnet-dhcp-perl-0.693+dfsg.orig/lib/Net/DHCP/Packet.pm
++++ libnet-dhcp-perl-0.693+dfsg/lib/Net/DHCP/Packet.pm
+@@ -1350,8 +1350,6 @@ I<Removed as of version 0.60. Please use
+
+ I<Removed as of version 0.60. Please use C<getOptionRaw()> instead.>
+
+-=item
+-
+ =back
+
+ =head2 DHCP OPTIONS TYPES
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..ce4f409
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+pod-error-extra-item-line
diff --git a/lib/Net/DHCP/Packet.pm b/lib/Net/DHCP/Packet.pm
index a3ce832..b01dfe9 100755
--- a/lib/Net/DHCP/Packet.pm
+++ b/lib/Net/DHCP/Packet.pm
@@ -1350,8 +1350,6 @@ I<Removed as of version 0.60. Please use C<addOptionRaw()> instead.>
I<Removed as of version 0.60. Please use C<getOptionRaw()> instead.>
-=item
-
=back
=head2 DHCP OPTIONS TYPES
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libnet-dhcp-perl.git
More information about the Pkg-perl-cvs-commits
mailing list