r38850 - in /trunk/libsocket-getaddrinfo-perl: Build.PL Changes LICENSE MANIFEST META.yml Makefile.PL README debian/changelog debian/control debian/copyright debian/examples debian/watch examples/ lib/Socket/GetAddrInfo.pm lib/Socket/GetAddrInfo.xs

nhandler-guest at users.alioth.debian.org nhandler-guest at users.alioth.debian.org
Sun Jun 28 03:17:25 UTC 2009


Author: nhandler-guest
Date: Sun Jun 28 03:17:07 2009
New Revision: 38850

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=38850
Log:
* New upstream release
* debian/watch:
  - Update to ignore development releases.
  - Remove comments
* debian/control:
  - Add myself to list of Uploaders
  - Bump Standards-Version to 3.8.2 (No changes)
* debian/examples:
  - Add file to install gai.pl as an example
* debian/copyright:
  - Update years for upstream copyright

Added:
    trunk/libsocket-getaddrinfo-perl/LICENSE
      - copied unchanged from r38849, branches/upstream/libsocket-getaddrinfo-perl/current/LICENSE
    trunk/libsocket-getaddrinfo-perl/README
      - copied unchanged from r38849, branches/upstream/libsocket-getaddrinfo-perl/current/README
    trunk/libsocket-getaddrinfo-perl/debian/examples
    trunk/libsocket-getaddrinfo-perl/examples/
      - copied from r38849, branches/upstream/libsocket-getaddrinfo-perl/current/examples/
Modified:
    trunk/libsocket-getaddrinfo-perl/Build.PL
    trunk/libsocket-getaddrinfo-perl/Changes
    trunk/libsocket-getaddrinfo-perl/MANIFEST
    trunk/libsocket-getaddrinfo-perl/META.yml
    trunk/libsocket-getaddrinfo-perl/Makefile.PL
    trunk/libsocket-getaddrinfo-perl/debian/changelog
    trunk/libsocket-getaddrinfo-perl/debian/control
    trunk/libsocket-getaddrinfo-perl/debian/copyright
    trunk/libsocket-getaddrinfo-perl/debian/watch
    trunk/libsocket-getaddrinfo-perl/lib/Socket/GetAddrInfo.pm
    trunk/libsocket-getaddrinfo-perl/lib/Socket/GetAddrInfo.xs

Modified: trunk/libsocket-getaddrinfo-perl/Build.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/Build.PL?rev=38850&op=diff
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/Build.PL (original)
+++ trunk/libsocket-getaddrinfo-perl/Build.PL Sun Jun 28 03:17:07 2009
@@ -130,6 +130,8 @@
                },
    license => 'perl',
    create_makefile_pl => 'small',
+   create_license => 1,
+   create_readme  => 1,
 
    $CAN_XS ? () : ( xs_files => {} ),
   );

Modified: trunk/libsocket-getaddrinfo-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/Changes?rev=38850&op=diff
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/Changes (original)
+++ trunk/libsocket-getaddrinfo-perl/Changes Sun Jun 28 03:17:07 2009
@@ -1,4 +1,8 @@
 Revision history for Socket-GetAddrInfo
+
+0.12    CHANGES:
+         * Added 'use warnings'
+         * Added 'gai.pl' example
 
 0.11    CHANGES:
          * Pass "socktype => SOCK_STREAM" hint in example

Modified: trunk/libsocket-getaddrinfo-perl/MANIFEST
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/MANIFEST?rev=38850&op=diff
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/MANIFEST (original)
+++ trunk/libsocket-getaddrinfo-perl/MANIFEST Sun Jun 28 03:17:07 2009
@@ -1,10 +1,13 @@
 Build.PL
 Changes
+examples/gai.pl
 lib/Socket/GetAddrInfo.pm
 lib/Socket/GetAddrInfo.xs
+LICENSE
 Makefile.PL
 MANIFEST			This list of files
 META.yml
+README
 t/00use.t
 t/01getaddrinfo.t
 t/02getnameinfo.t

Modified: trunk/libsocket-getaddrinfo-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/META.yml?rev=38850&op=diff
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/META.yml (original)
+++ trunk/libsocket-getaddrinfo-perl/META.yml Sun Jun 28 03:17:07 2009
@@ -1,8 +1,8 @@
 ---
 name: Socket-GetAddrInfo
-version: 0.11
+version: 0.12
 author:
-  - 'Paul Evans E<lt>leonerd at leonerd.org.ukE<gt>'
+  - 'Paul Evans <leonerd at leonerd.org.uk>'
 abstract: |-
   RFC 2553's C<getaddrinfo> and C<getnameinfo>
   functions.
@@ -21,8 +21,8 @@
 provides:
   Socket::GetAddrInfo:
     file: lib/Socket/GetAddrInfo.pm
-    version: 0.11
-generated_by: Module::Build version 0.280801
+    version: 0.12
+generated_by: Module::Build version 0.33
 meta-spec:
-  url: http://module-build.sourceforge.net/META-spec-v1.2.html
-  version: 1.2
+  url: http://module-build.sourceforge.net/META-spec-v1.4.html
+  version: 1.4

Modified: trunk/libsocket-getaddrinfo-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/Makefile.PL?rev=38850&op=diff
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/Makefile.PL (original)
+++ trunk/libsocket-getaddrinfo-perl/Makefile.PL Sun Jun 28 03:17:07 2009
@@ -1,4 +1,4 @@
-# Note: this file was auto-generated by Module::Build::Compat version 0.2808_01
+# Note: this file was auto-generated by Module::Build::Compat version 0.33
     use Module::Build::Compat 0.02;
     
     Module::Build::Compat->run_build_pl(args => \@ARGV);

Modified: trunk/libsocket-getaddrinfo-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/debian/changelog?rev=38850&op=diff
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/debian/changelog (original)
+++ trunk/libsocket-getaddrinfo-perl/debian/changelog Sun Jun 28 03:17:07 2009
@@ -1,8 +1,18 @@
-libsocket-getaddrinfo-perl (0.11-2) UNRELEASED; urgency=low
+libsocket-getaddrinfo-perl (0.12-1) unstable; urgency=low
 
-  * debian/watch: Update to ignore development releases.
+  * New upstream release
+  * debian/watch:
+    - Update to ignore development releases.
+    - Remove comments
+  * debian/control:
+    - Add myself to list of Uploaders
+    - Bump Standards-Version to 3.8.2 (No changes)
+  * debian/examples:
+    - Add file to install gai.pl as an example
+  * debian/copyright:
+    - Update years for upstream copyright
 
- -- Nathan Handler <nhandler at ubuntu.com>  Sat, 06 Jun 2009 01:37:14 +0000
+ -- Nathan Handler <nhandler at ubuntu.com>  Sun, 28 Jun 2009 03:16:34 +0000
 
 libsocket-getaddrinfo-perl (0.11-1) unstable; urgency=low
 

Modified: trunk/libsocket-getaddrinfo-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/debian/control?rev=38850&op=diff
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/debian/control (original)
+++ trunk/libsocket-getaddrinfo-perl/debian/control Sun Jun 28 03:17:07 2009
@@ -4,8 +4,9 @@
 Build-Depends: perl-modules (>= 5.10) | libmodule-build-perl,
   debhelper (>= 7.2.10), libtest-exception-perl, perl (>= 5.6.0-12)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <frequency at cpan.org>
-Standards-Version: 3.8.1
+Uploaders: Jonathan Yu <frequency at cpan.org>,
+ Nathan Handler <nhandler at ubuntu.com>
+Standards-Version: 3.8.2
 Homepage: http://search.cpan.org/dist/Socket-GetAddrInfo/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libsocket-getaddrinfo-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/

Modified: trunk/libsocket-getaddrinfo-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/debian/copyright?rev=38850&op=diff
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/debian/copyright (original)
+++ trunk/libsocket-getaddrinfo-perl/debian/copyright Sun Jun 28 03:17:07 2009
@@ -5,7 +5,7 @@
 Upstream-Name: Socket-GetAddrInfo
 
 Files: *
-Copyright: 2007-2008, Paul Evans <leonerd at leonerd.org.uk>
+Copyright: 2007-2009, Paul Evans <leonerd at leonerd.org.uk>
 License-Alias: Perl
 License: Artistic | GPL-1+
 

Added: trunk/libsocket-getaddrinfo-perl/debian/examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/debian/examples?rev=38850&op=file
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/debian/examples (added)
+++ trunk/libsocket-getaddrinfo-perl/debian/examples Sun Jun 28 03:17:07 2009
@@ -1,0 +1,1 @@
+examples/*

Modified: trunk/libsocket-getaddrinfo-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/debian/watch?rev=38850&op=diff
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/debian/watch (original)
+++ trunk/libsocket-getaddrinfo-perl/debian/watch Sun Jun 28 03:17:07 2009
@@ -1,4 +1,2 @@
-# format version number, currently 3; this line is compulsory!
 version=3
-# URL to the package page followed by a regex to search
 http://search.cpan.org/dist/Socket-GetAddrInfo/   .*/Socket-GetAddrInfo-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

Modified: trunk/libsocket-getaddrinfo-perl/lib/Socket/GetAddrInfo.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/lib/Socket/GetAddrInfo.pm?rev=38850&op=diff
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/lib/Socket/GetAddrInfo.pm (original)
+++ trunk/libsocket-getaddrinfo-perl/lib/Socket/GetAddrInfo.pm Sun Jun 28 03:17:07 2009
@@ -1,11 +1,12 @@
 #  You may distribute under the terms of either the GNU General Public License
 #  or the Artistic License (the same terms as Perl itself)
 #
-#  (C) Paul Evans, 2007,2008 -- leonerd at leonerd.org.uk
+#  (C) Paul Evans, 2007-2009 -- leonerd at leonerd.org.uk
 
 package Socket::GetAddrInfo;
 
 use strict;
+use warnings;
 
 use Exporter;
 use DynaLoader;
@@ -17,7 +18,7 @@
 
 BEGIN {
    our @ISA = qw( Exporter );
-   our $VERSION = "0.11";
+   our $VERSION = "0.12";
 
    our @EXPORT = qw(
       getaddrinfo
@@ -557,4 +558,4 @@
 
 =head1 AUTHOR
 
-Paul Evans E<lt>leonerd at leonerd.org.ukE<gt>
+Paul Evans <leonerd at leonerd.org.uk>

Modified: trunk/libsocket-getaddrinfo-perl/lib/Socket/GetAddrInfo.xs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libsocket-getaddrinfo-perl/lib/Socket/GetAddrInfo.xs?rev=38850&op=diff
==============================================================================
--- trunk/libsocket-getaddrinfo-perl/lib/Socket/GetAddrInfo.xs (original)
+++ trunk/libsocket-getaddrinfo-perl/lib/Socket/GetAddrInfo.xs Sun Jun 28 03:17:07 2009
@@ -1,7 +1,7 @@
 /*  You may distribute under the terms of either the GNU General Public License
  *  or the Artistic License (the same terms as Perl itself)
  *
- *  (C) Paul Evans, 2008 -- leonerd at leonerd.org.uk
+ *  (C) Paul Evans, 2008,2009 -- leonerd at leonerd.org.uk
  */
 
 #include "EXTERN.h"




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