r67711 - in /trunk/libio-socket-ip-perl/debian: ./ changelog compat control copyright libio-socket-ip-perl.examples rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jan 22 21:26:17 UTC 2011


Author: gregoa
Date: Sat Jan 22 21:26:09 2011
New Revision: 67711

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67711
Log:
[svn-inject] Applying Debian modifications (0.06-1) to trunk

Added:
    trunk/libio-socket-ip-perl/debian/
    trunk/libio-socket-ip-perl/debian/changelog
    trunk/libio-socket-ip-perl/debian/compat
    trunk/libio-socket-ip-perl/debian/control
    trunk/libio-socket-ip-perl/debian/copyright
    trunk/libio-socket-ip-perl/debian/libio-socket-ip-perl.examples
    trunk/libio-socket-ip-perl/debian/rules   (with props)
    trunk/libio-socket-ip-perl/debian/source/
    trunk/libio-socket-ip-perl/debian/source/format
    trunk/libio-socket-ip-perl/debian/watch

Added: trunk/libio-socket-ip-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ip-perl/debian/changelog?rev=67711&op=file
==============================================================================
--- trunk/libio-socket-ip-perl/debian/changelog (added)
+++ trunk/libio-socket-ip-perl/debian/changelog Sat Jan 22 21:26:09 2011
@@ -1,0 +1,5 @@
+libio-socket-ip-perl (0.06-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- gregor herrmann <gregoa at debian.org>  Sat, 22 Jan 2011 22:15:14 +0100

Added: trunk/libio-socket-ip-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ip-perl/debian/compat?rev=67711&op=file
==============================================================================
--- trunk/libio-socket-ip-perl/debian/compat (added)
+++ trunk/libio-socket-ip-perl/debian/compat Sat Jan 22 21:26:09 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libio-socket-ip-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ip-perl/debian/control?rev=67711&op=file
==============================================================================
--- trunk/libio-socket-ip-perl/debian/control (added)
+++ trunk/libio-socket-ip-perl/debian/control Sat Jan 22 21:26:09 2011
@@ -1,0 +1,34 @@
+Source: libio-socket-ip-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libio-socket-inet6-perl,
+ libsocket-getaddrinfo-perl,
+ libtest-pod-perl,
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/IO-Socket-IP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libio-socket-ip-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libio-socket-ip-perl/
+
+Package: libio-socket-ip-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends},
+ libsocket-getaddrinfo-perl,
+ perl
+Description: module for using IPv4 and IPv6 sockets in a protocol-independent way
+ IO::Socket::IP provides a protocol-independent way to use IPv4 and IPv6
+ sockets. It allows new connections to be made by specifying the hostname and
+ service name or port number. It allows for connections to be accepted by
+ sockets listening on local ports, by service name or port number.
+ .
+ It uses Socket::GetAddrInfo's getaddrinfo function to convert
+ hostname/service name pairs into sets of possible addresses to connect to.
+ This allows it to work for IPv6 where the system supports it, while still
+ falling back to IPv4-only on systems which don't.
+ .
+ It provides an API which, for most typical cases, should be a drop-in
+ replacement for IO::Socket::INET; most constructor arguments and methods are
+ provided in a compatible way.

Added: trunk/libio-socket-ip-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ip-perl/debian/copyright?rev=67711&op=file
==============================================================================
--- trunk/libio-socket-ip-perl/debian/copyright (added)
+++ trunk/libio-socket-ip-perl/debian/copyright Sat Jan 22 21:26:09 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Paul Evans <leonerd at leonerd.org.uk>
+Source: http://search.cpan.org/dist/IO-Socket-IP/
+Name: IO-Socket-IP
+
+Files: *
+Copyright: 2010, Paul Evans <leonerd at leonerd.org.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, gregor herrmann <gregoa at debian.org>
+License: Artistic or GPL-1+
+
+License: Artistic
+ This program is free software; you can redistribute it and/or modify
+ 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'.
+
+License: GPL-1+
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 1, or (at your option)
+ 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'.

Added: trunk/libio-socket-ip-perl/debian/libio-socket-ip-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ip-perl/debian/libio-socket-ip-perl.examples?rev=67711&op=file
==============================================================================
--- trunk/libio-socket-ip-perl/debian/libio-socket-ip-perl.examples (added)
+++ trunk/libio-socket-ip-perl/debian/libio-socket-ip-perl.examples Sat Jan 22 21:26:09 2011
@@ -1,0 +1,1 @@
+examples/*

Added: trunk/libio-socket-ip-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ip-perl/debian/rules?rev=67711&op=file
==============================================================================
--- trunk/libio-socket-ip-perl/debian/rules (added)
+++ trunk/libio-socket-ip-perl/debian/rules Sat Jan 22 21:26:09 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libio-socket-ip-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libio-socket-ip-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ip-perl/debian/source/format?rev=67711&op=file
==============================================================================
--- trunk/libio-socket-ip-perl/debian/source/format (added)
+++ trunk/libio-socket-ip-perl/debian/source/format Sat Jan 22 21:26:09 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libio-socket-ip-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libio-socket-ip-perl/debian/watch?rev=67711&op=file
==============================================================================
--- trunk/libio-socket-ip-perl/debian/watch (added)
+++ trunk/libio-socket-ip-perl/debian/watch Sat Jan 22 21:26:09 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/IO-Socket-IP/   .*/IO-Socket-IP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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