r33606 - in /trunk/libnet-arp-perl/debian: changelog patches/documentation.diff patches/series

thialme-guest at users.alioth.debian.org thialme-guest at users.alioth.debian.org
Sun Apr 19 17:44:52 UTC 2009


Author: thialme-guest
Date: Sun Apr 19 17:44:47 2009
New Revision: 33606

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=33606
Log:
Added patch to fix documentation. (Closes #524520)

Added:
    trunk/libnet-arp-perl/debian/patches/documentation.diff
Modified:
    trunk/libnet-arp-perl/debian/changelog
    trunk/libnet-arp-perl/debian/patches/series

Modified: trunk/libnet-arp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-arp-perl/debian/changelog?rev=33606&op=diff
==============================================================================
--- trunk/libnet-arp-perl/debian/changelog (original)
+++ trunk/libnet-arp-perl/debian/changelog Sun Apr 19 17:44:47 2009
@@ -6,6 +6,7 @@
 
   [ Franck Joncourt ]
   * Added patch to fix the get_mac function (Closes: #524559).
+  * Added patch to fix the documentation (Closes: #524520).
   * Updated 20skip_send_packet_test.patch:
     + make it fail if an error occurs.
     + handle multiple interfaces.

Added: trunk/libnet-arp-perl/debian/patches/documentation.diff
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-arp-perl/debian/patches/documentation.diff?rev=33606&op=file
==============================================================================
--- trunk/libnet-arp-perl/debian/patches/documentation.diff (added)
+++ trunk/libnet-arp-perl/debian/patches/documentation.diff Sun Apr 19 17:44:47 2009
@@ -1,0 +1,35 @@
+From: Franck Joncourt <franck.mail at dthconnex.com>
+Subject: [PATCH] fixes/pod
+
+This patch fixes pod errors. (#524520)
+
+Signed-off-by: Franck Joncourt <franck.mail at dthconnex.com>
+
+---
+ ARP.pm |    4 ++++
+ 1 files changed, 4 insertions(+), 0 deletions(-)
+
+diff --git a/ARP.pm b/ARP.pm
+index e2f334d..09d3759 100755
+--- a/ARP.pm
++++ b/ARP.pm
+@@ -87,6 +87,8 @@ I hope this decision is ok as long as we get a cleaner and more perlish API.
+ This module can be used to create and send ARP packets and to
+ get the mac address of an ethernet interface or ip address.
+ 
++=over
++
+ =item B<send_packet()>
+ 
+   Net::ARP::send_packet('lo',                 # Device
+@@ -117,6 +119,8 @@ get the mac address of an ethernet interface or ip address.
+   and stores it in the variable $mac. The return value is 
+   "unknown" if the mac cannot be looked up.
+ 
++=back
++
+ =head1 SEE ALSO
+ 
+  man -a arp
+-- 
+tg: (4b3b703..) fixes/pod (depends on: upstream)

Modified: trunk/libnet-arp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-arp-perl/debian/patches/series?rev=33606&op=diff
==============================================================================
--- trunk/libnet-arp-perl/debian/patches/series (original)
+++ trunk/libnet-arp-perl/debian/patches/series Sun Apr 19 17:44:47 2009
@@ -1,3 +1,4 @@
+documentation.diff
 get_mac.diff
 return-value.patch
 10alignment-and-headers.patch




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