r41033 - in /trunk/libpoe-component-client-dns-perl/debian: changelog copyright patches/fix-link-length.patch patches/series patches/skip-undefined-addresses.patch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Jul 30 21:41:07 UTC 2009


Author: jawnsy-guest
Date: Thu Jul 30 21:41:01 2009
New Revision: 41033

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=41033
Log:
* Added a patch to fix bug forwarded as RT#48335
* Updated copyright information
* Added a patch to fix long/unbreakable line

Added:
    trunk/libpoe-component-client-dns-perl/debian/patches/fix-link-length.patch
    trunk/libpoe-component-client-dns-perl/debian/patches/skip-undefined-addresses.patch
Modified:
    trunk/libpoe-component-client-dns-perl/debian/changelog
    trunk/libpoe-component-client-dns-perl/debian/copyright
    trunk/libpoe-component-client-dns-perl/debian/patches/series

Modified: trunk/libpoe-component-client-dns-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-dns-perl/debian/changelog?rev=41033&op=diff
==============================================================================
--- trunk/libpoe-component-client-dns-perl/debian/changelog (original)
+++ trunk/libpoe-component-client-dns-perl/debian/changelog Thu Jul 30 21:41:01 2009
@@ -14,6 +14,9 @@
   * Use new short debhelper 7 format, --with quilt
   * Standards-Version 3.8.2 (no changes)
   * Priority set to 'optional' instead of 'extra'
+  * Added a patch to fix bug forwarded as RT#48335
+  * Updated copyright information
+  * Added a patch to fix long/unbreakable line
 
  -- Jonathan Yu <frequency at cpan.org>  Thu, 30 Jul 2009 13:00:49 -0400
 

Modified: trunk/libpoe-component-client-dns-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-dns-perl/debian/copyright?rev=41033&op=diff
==============================================================================
--- trunk/libpoe-component-client-dns-perl/debian/copyright (original)
+++ trunk/libpoe-component-client-dns-perl/debian/copyright Thu Jul 30 21:41:01 2009
@@ -1,30 +1,21 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
 Upstream-Author: Rocco Caputo <rcaputo at cpan.org>
-Packaged-By: Steve Kowalik <stevenk at debian.org>
+Upstream-Source: http://search.cpan.org/dist/POE-Component-Client-DNS/
 Upstream-Name: POE-Component-Client-DNS
-Original-Source-Location: http://search.cpan.org/dist/POE-Component-Client-DNS/
-Original-Source-Command: uscan --force-download
-Original-Source-Depends: devscripts
 
 Files: *
-Copyright: © 1999-2008 Rocco Caputo. All rights are reserved.
+Copyright: 1999-2009, Rocco Caputo <rcaputo at cpan.org>
+License-Alias: Perl
 License: Artistic | GPL-1+
- (Copyright years were obviously outdated)
- .
- POE::Component::Client::DNS is Copyright 1999-2004 by Rocco Caputo.
- All rights are reserved.  POE::Component::Client::DNS is free
- software; you may redistribute it and/or modify it under the same
- terms as Perl itself.
 
 Files: debian/*
-Copyright: © 2008      Martín Ferrari <Tincho at debian.org>
-           © 2008-2009 gregor herrmann <gregoa at debian.org>
-           © 2006      Michael Ablassmeier <abi at debian.org>
-           © 2001-2005 Steve Kowalik <stevenk at debian.org>
-License: Other
- It is assumed that the previous maintainers did choose a license compatible
- with the software.
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2008-2009, gregor herrmann <gregoa at debian.org>
+ 2008, Martín Ferrari <Tincho at debian.org>
+ 2006, Michael Ablassmeier <abi at debian.org>
+ 2001-2005, Steve Kowalik <stevenk at debian.org>
+License: Artistic | GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify

Added: trunk/libpoe-component-client-dns-perl/debian/patches/fix-link-length.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-dns-perl/debian/patches/fix-link-length.patch?rev=41033&op=file
==============================================================================
--- trunk/libpoe-component-client-dns-perl/debian/patches/fix-link-length.patch (added)
+++ trunk/libpoe-component-client-dns-perl/debian/patches/fix-link-length.patch Thu Jul 30 21:41:01 2009
@@ -1,0 +1,19 @@
+Description: Fix long link
+ The link to the CPAN Request Tracker queue is too long, causing issues
+ with pod2man:
+ manpage-has-errors-from-man DNS.pm 349: warning [p 4, 1.0i]: can't break line 
+Origin: vendor
+Bug-CPAN: 
+Forwarded: yes
+Author: Jonathan Yu <frequency at cpan.org>
+--- a/DNS.pm
++++ b/DNS.pm
+@@ -765,7 +765,7 @@
+ 
+ =head1 BUG TRACKER
+ 
+-https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=POE-Component-Client-DNS
++https://rt.cpan.org/Dist/Display.html?Queue=POE-Component-Client-DNS
+ 
+ =head1 REPOSITORY
+ 

Modified: trunk/libpoe-component-client-dns-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-dns-perl/debian/patches/series?rev=41033&op=diff
==============================================================================
--- trunk/libpoe-component-client-dns-perl/debian/patches/series (original)
+++ trunk/libpoe-component-client-dns-perl/debian/patches/series Thu Jul 30 21:41:01 2009
@@ -1,1 +1,3 @@
+fix-link-length.patch
+skip-undefined-addresses.patch
 fix_pod.patch

Added: trunk/libpoe-component-client-dns-perl/debian/patches/skip-undefined-addresses.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-client-dns-perl/debian/patches/skip-undefined-addresses.patch?rev=41033&op=file
==============================================================================
--- trunk/libpoe-component-client-dns-perl/debian/patches/skip-undefined-addresses.patch (added)
+++ trunk/libpoe-component-client-dns-perl/debian/patches/skip-undefined-addresses.patch Thu Jul 30 21:41:01 2009
@@ -1,0 +1,17 @@
+Description: Skip the line in the file if $address is undefined
+ Depending on the /etc/hosts file, sometimes $address is undefined,
+ causing errors with the regular expression matching.
+Origin: vendor
+Bug-CPAN: https://rt.cpan.org/Ticket/Display.html?id=48335
+Forwarded: yes
+Author: Jonathan Yu <frequency at cpan.org>
+--- a/DNS.pm
++++ b/DNS.pm
+@@ -511,6 +511,7 @@
+       s/^\s*//;
+       chomp;
+       my ($address, @aliases) = split;
++      next unless defined $address;
+       my $type = ($address =~ /:/) ? "AAAA" : "A";
+       foreach my $alias (@aliases) {
+         $cached_hosts{$alias}{$type}{$address} = 1;




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