r64884 - in /trunk/libnet-dhcp-perl/debian: changelog patches/ patches/pod.patch patches/series

ansgar at users.alioth.debian.org ansgar at users.alioth.debian.org
Sun Nov 14 10:05:05 UTC 2010


Author: ansgar
Date: Sun Nov 14 10:04:51 2010
New Revision: 64884

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=64884
Log:
* Fix syntax error in POD.
  + new patch: pod.patch

Added:
    trunk/libnet-dhcp-perl/debian/patches/
    trunk/libnet-dhcp-perl/debian/patches/pod.patch
    trunk/libnet-dhcp-perl/debian/patches/series
Modified:
    trunk/libnet-dhcp-perl/debian/changelog

Modified: trunk/libnet-dhcp-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dhcp-perl/debian/changelog?rev=64884&op=diff
==============================================================================
--- trunk/libnet-dhcp-perl/debian/changelog (original)
+++ trunk/libnet-dhcp-perl/debian/changelog Sun Nov 14 10:04:51 2010
@@ -18,6 +18,8 @@
     for new upstream release.
   * debian/control: Make build-dep on perl unversioned.
   * Use source format 3.0 (quilt).
+  * Fix syntax error in POD.
+    + new patch: pod.patch
   * Bump Standards-Version to 3.9.1.
   * Add myself to Uploaders.
 

Added: trunk/libnet-dhcp-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dhcp-perl/debian/patches/pod.patch?rev=64884&op=file
==============================================================================
--- trunk/libnet-dhcp-perl/debian/patches/pod.patch (added)
+++ trunk/libnet-dhcp-perl/debian/patches/pod.patch Sun Nov 14 10:04:51 2010
@@ -1,0 +1,16 @@
+From: Ansgar Burchardt <ansgar at debian.org>
+Date: Sun, 14 Nov 2010 11:03:49 +0100
+Origin: vendor
+Subject: Fix syntax error in POD
+
+--- libnet-dhcp-perl.orig/lib/Net/DHCP/Packet.pm
++++ libnet-dhcp-perl/lib/Net/DHCP/Packet.pm
+@@ -912,8 +912,6 @@
+ 
+ I<Removed as of version 0.60. Please use C<getOptionRaw()> instead.>
+ 
+-=back
+-
+ =item I<removeOption ( CODE )>
+ 
+ Remove option from option list.

Added: trunk/libnet-dhcp-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libnet-dhcp-perl/debian/patches/series?rev=64884&op=file
==============================================================================
--- trunk/libnet-dhcp-perl/debian/patches/series (added)
+++ trunk/libnet-dhcp-perl/debian/patches/series Sun Nov 14 10:04:51 2010
@@ -1,0 +1,1 @@
+pod.patch




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