r77880 - in /trunk/libio-interface-perl: Changes Interface.pm META.yml debian/changelog debian/control debian/copyright t/basic.t

angelabad-guest at users.alioth.debian.org angelabad-guest at users.alioth.debian.org
Tue Jul 26 14:44:14 UTC 2011


Author: angelabad-guest
Date: Tue Jul 26 14:44:12 2011
New Revision: 77880

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=77880
Log:
* New upstream release
* Add myself to Uploaders
* Bump Standards-Version to 3.9.2 (no changes)

Modified:
    trunk/libio-interface-perl/Changes
    trunk/libio-interface-perl/Interface.pm
    trunk/libio-interface-perl/META.yml
    trunk/libio-interface-perl/debian/changelog
    trunk/libio-interface-perl/debian/control
    trunk/libio-interface-perl/debian/copyright
    trunk/libio-interface-perl/t/basic.t

Modified: trunk/libio-interface-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/Changes?rev=77880&op=diff
==============================================================================
--- trunk/libio-interface-perl/Changes (original)
+++ trunk/libio-interface-perl/Changes Tue Jul 26 14:44:12 2011
@@ -1,4 +1,7 @@
 Revision history for Perl extension IO::Interface.
+1.06    Thu Jul 21 13:40:49 EDT 2011
+        Address test 5 failure on systems with aliases on loopback.        
+
 1.05    Fri Jun  6 11:53:21 EDT 2008
         Fix from Mitsuru Yoshida to compile on FreeBSD.
 

Modified: trunk/libio-interface-perl/Interface.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/Interface.pm?rev=77880&op=diff
==============================================================================
--- trunk/libio-interface-perl/Interface.pm (original)
+++ trunk/libio-interface-perl/Interface.pm Tue Jul 26 14:44:12 2011
@@ -28,7 +28,7 @@
 @EXPORT = qw( );
 
 @ISA = qw(Exporter DynaLoader);
-$VERSION = '1.05';
+$VERSION = '1.06';
 
 sub AUTOLOAD {
     # This AUTOLOAD is used to 'autoload' constants from the constant()

Modified: trunk/libio-interface-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/META.yml?rev=77880&op=diff
==============================================================================
--- trunk/libio-interface-perl/META.yml (original)
+++ trunk/libio-interface-perl/META.yml Tue Jul 26 14:44:12 2011
@@ -1,12 +1,20 @@
 --- #YAML:1.0
-name:                IO-Interface
-version:             1.05
-abstract:            ~
-license:             ~
-author:              ~
-generated_by:        ExtUtils::MakeMaker version 6.44
-distribution_type:   module
-requires:     
+name:               IO-Interface
+version:            1.06
+abstract:           ~
+author:  []
+license:            unknown
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:  {}
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.55_02
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libio-interface-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/debian/changelog?rev=77880&op=diff
==============================================================================
--- trunk/libio-interface-perl/debian/changelog (original)
+++ trunk/libio-interface-perl/debian/changelog Tue Jul 26 14:44:12 2011
@@ -1,3 +1,11 @@
+libio-interface-perl (1.06-1) unstable; urgency=low
+
+  * New upstream release
+  * Add myself to Uploaders
+  * Bump Standards-Version to 3.9.2 (no changes)
+
+ -- Angel Abad <angelabad at gmail.com>  Tue, 26 Jul 2011 16:44:00 +0200
+
 libio-interface-perl (1.05-2) unstable; urgency=low
 
   * Team upload.

Modified: trunk/libio-interface-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/debian/control?rev=77880&op=diff
==============================================================================
--- trunk/libio-interface-perl/debian/control (original)
+++ trunk/libio-interface-perl/debian/control Tue Jul 26 14:44:12 2011
@@ -1,14 +1,17 @@
 Source: libio-interface-perl
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 8), netbase, perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Zak B. Elep <zakame at spunge.org>,
- gregor herrmann <gregoa at debian.org>
-Standards-Version: 3.9.1
+ gregor herrmann <gregoa at debian.org>,
+ Angel Abad <angelabad at gmail.com>
+Build-Depends: debhelper (>= 8),
+ netbase,
+ perl
+Standards-Version: 3.9.2
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-interface-perl/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-interface-perl/
 Homepage: http://search.cpan.org/dist/IO-Interface/
-Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-interface-perl/
-Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-interface-perl/
 
 Package: libio-interface-perl
 Architecture: any

Modified: trunk/libio-interface-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/debian/copyright?rev=77880&op=diff
==============================================================================
--- trunk/libio-interface-perl/debian/copyright (original)
+++ trunk/libio-interface-perl/debian/copyright Tue Jul 26 14:44:12 2011
@@ -14,7 +14,8 @@
  2006, Zak B. Elep <zakame at spunge.org>
  2007, Gunnar Wolf <gwolf at debian.org>
  2008, Roberto C. Sanchez <roberto at debian.org>
- 2006, 2007, 2008, gregor herrmann <gregoa at debian.org>
+ 2006-2008, gregor herrmann <gregoa at debian.org>
+ 2011, Angel Abad <angelabad at gmail.com>
 License: Artistic or GPL-1+
 
 License: Artistic
@@ -22,7 +23,7 @@
  it under the terms of the Artistic License, which comes with Perl.
  .
  On Debian systems, the complete text of the Artistic License can be
- found in /usr/share/common-licenses/Artistic.
+ found in `/usr/share/common-licenses/Artistic'.
 
 License: GPL-1+
  This program is free software; you can redistribute it and/or modify
@@ -31,4 +32,4 @@
  any later version.
  .
  On Debian systems, the complete text of version 1 of the GNU General
- Public License can be found in /usr/share/common-licenses/GPL-1.
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Modified: trunk/libio-interface-perl/t/basic.t
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-interface-perl/t/basic.t?rev=77880&op=diff
==============================================================================
--- trunk/libio-interface-perl/t/basic.t (original)
+++ trunk/libio-interface-perl/t/basic.t Tue Jul 26 14:44:12 2011
@@ -26,13 +26,15 @@
 print @if ? 'ok ': 'not ok ',3,"\n";
 
 # find loopback interface
-my $loopback;
+my @loopback;
 foreach (@if) {
 	next unless $s->if_flags($_) & IFF_UP;
-        $loopback = $_ if $s->if_flags($_) & IFF_LOOPBACK;
+	push @loopback,$_ if $s->if_flags($_) & IFF_LOOPBACK;
 }
 
-print $loopback ? 'ok ':'not ok ',4,"\n";
-print $s->if_addr($loopback) eq '127.0.0.1' ? 'ok ': 'not ok ',5,"\n";
+print @loopback ? 'ok ':'not ok ',4,"\n";
+my @local = grep {$s->if_addr($_) eq '127.0.0.1'} @loopback;
+
+print @local ? 'ok ': 'not ok ',5,"\n";
 
 




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