r67420 - in /trunk/libio-socket-multicast-perl/debian: changelog patches/ patches/series patches/spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Fri Jan 14 23:34:37 UTC 2011


Author: gregoa
Date: Fri Jan 14 23:34:29 2011
New Revision: 67420

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67420
Log:
Add a patch to fix a spelling mistake; thanks to Jakub Wilk for the bug
report (closes: #607647).

Added:
    trunk/libio-socket-multicast-perl/debian/patches/
    trunk/libio-socket-multicast-perl/debian/patches/series
    trunk/libio-socket-multicast-perl/debian/patches/spelling.patch
Modified:
    trunk/libio-socket-multicast-perl/debian/changelog

Modified: trunk/libio-socket-multicast-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast-perl/debian/changelog?rev=67420&op=diff
==============================================================================
--- trunk/libio-socket-multicast-perl/debian/changelog (original)
+++ trunk/libio-socket-multicast-perl/debian/changelog Fri Jan 14 23:34:29 2011
@@ -1,3 +1,10 @@
+libio-socket-multicast-perl (1.12-2) UNRELEASED; urgency=low
+
+  * Add a patch to fix a spelling mistake; thanks to Jakub Wilk for the bug
+    report (closes: #607647).
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 15 Jan 2011 00:33:33 +0100
+
 libio-socket-multicast-perl (1.12-1) unstable; urgency=low
 
   * New upstream release

Added: trunk/libio-socket-multicast-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast-perl/debian/patches/series?rev=67420&op=file
==============================================================================
--- trunk/libio-socket-multicast-perl/debian/patches/series (added)
+++ trunk/libio-socket-multicast-perl/debian/patches/series Fri Jan 14 23:34:29 2011
@@ -1,0 +1,1 @@
+spelling.patch

Added: trunk/libio-socket-multicast-perl/debian/patches/spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-multicast-perl/debian/patches/spelling.patch?rev=67420&op=file
==============================================================================
--- trunk/libio-socket-multicast-perl/debian/patches/spelling.patch (added)
+++ trunk/libio-socket-multicast-perl/debian/patches/spelling.patch Fri Jan 14 23:34:29 2011
@@ -1,0 +1,19 @@
+Description: fix a spelling mistake
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/607647
+Forwarded: no
+Author: Jakub Wilk <jwilk at debian.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-01-15
+
+--- a/lib/IO/Socket/Multicast.pm
++++ b/lib/IO/Socket/Multicast.pm
+@@ -88,7 +88,7 @@
+   return $interface if length $interface == 16;
+   croak "IO::Interface module not available; use IP addr for interface"
+     unless $sock->can('if_addr');
+-  croak "unknown or unconfigured interace $interface"
++  croak "unknown or unconfigured interface $interface"
+     unless my $addr = $sock->if_addr($interface);
+   croak "interface is not multicast capable"
+     unless $interface eq 'any' or ($sock->if_flags($interface) & IFF_MULTICAST());




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