debian/0000755000000000000000000000000012237506043007170 5ustar debian/source/0000755000000000000000000000000011673343327010477 5ustar debian/source/format0000644000000000000000000000001411673343327011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000001123512237506043011044 0ustar libio-socket-inet6-perl (2.71-1) unstable; urgency=low * Team upload [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Damyan Ivanov ] * Imported Upstream version 2.71 * drop spelling.patch, applied upstream * drop trailing slash from metacpan URLs * claim conformance with Policy 3.9.5 -- Damyan Ivanov Sat, 09 Nov 2013 21:24:57 +0200 libio-socket-inet6-perl (2.69-2) unstable; urgency=low [ Fabrizio Regalli ] * Replaced changelog with copyright word in d/changelog [ gregor herrmann ] * Add build dependency on netbase (debian/control) and check if localhost exists before running tests (debian/rules). Thanks to Daniel Schepler for the bug report. (Closes: #651537) * Remove versions from (build) dependencies, nothing older in the archive. * Lowercase short description. * Switch to debhelper compatibility level 8. * Add /me to Uploaders. * Add libtest-pod-coverage-perl to Build-Depends-Indep. * Add a patch to fix a spelling mistake. -- gregor herrmann Fri, 09 Dec 2011 20:52:49 +0100 libio-socket-inet6-perl (2.69-1) unstable; urgency=low * New upstream release (Closes: #650249) * Adopting package by Debian Perl Group, with Masahito Omote also in Uploaders. * debian/copyright: updated to DEP5 * debian/control: added Vcs-Git, Vcs-Browser, and Homepage. -- Daniel Kahn Gillmor Mon, 28 Nov 2011 11:21:00 -0500 libio-socket-inet6-perl (2.67-0.1) unstable; urgency=low * Non-maintainer upload * New upstream release (Closes: #648939) * minimize debian/rules * bump Standards-Version to 3.9.2 (no changes needed) -- Daniel Kahn Gillmor Mon, 28 Nov 2011 00:20:12 -0500 libio-socket-inet6-perl (2.65-1.1) unstable; urgency=high * Non-maintainer upload. * Revert changes to the dh_clean call in the install target: use dh_prep -k. * Set urgency to high as requested by the release team. -- Salvatore Bonaccorso Sun, 16 Jan 2011 21:22:09 +0100 libio-socket-inet6-perl (2.65-1) unstable; urgency=low * New upstream release (closes: Bug#575531) * Close #480500 that was already fixed in 2.54. (closes: Bug#480500) * Standards-Version: 3.9.1 -- Masahito Omote Sun, 12 Sep 2010 02:59:48 +0900 libio-socket-inet6-perl (2.54-1.1) unstable; urgency=low * Non-maintainer upload. * Fix for error resolving addresses with AF_UNSPEC (closes: #522478). -- Sean Finney Mon, 04 May 2009 15:09:36 +0200 libio-socket-inet6-perl (2.54-1) unstable; urgency=low * New upstream release (closes: Bug#479564) * Bump Standards-Version to 3.7.3.0. * debian/compat: set 7 and Depends: debhelper (>= 7). -- Masahito Omote Mon, 12 May 2008 01:24:14 +0900 libio-socket-inet6-perl (2.51-1) unstable; urgency=low * New upstream release * Standards-Version: 3.6.1.1 * Close #238159, this bug was already fixed in 2.01-1. (closes: Bug#238159) -- Masahito Omote Sun, 12 Dec 2004 13:08:19 +0900 libio-socket-inet6-perl (2.01-1) unstable; urgency=low * New upstream release * Standards-Version: 3.6.1.0 -- Masahito Omote Tue, 30 Mar 2004 03:05:45 +0900 libio-socket-inet6-perl (2.00-1) unstable; urgency=low * New upstream release -- Masahito Omote Thu, 11 Dec 2003 16:24:41 +0900 libio-socket-inet6-perl (1.28-2) unstable; urgency=low * Depends libsocket6-perl over 0.11.99. * Standards-Version: 3.6.0. -- Masahito Omote Sun, 10 Aug 2003 21:28:22 +0900 libio-socket-inet6-perl (1.28-1) unstable; urgency=low * New upstream release (closes: Bug#204388) * Depends libsocket6-perl over 0.11-7 because 1.28-1 need to support getipnodeby{addr|byname}. -- Masahito Omote Sun, 10 Aug 2003 20:28:49 +0900 libio-socket-inet6-perl (1.27-1) unstable; urgency=low * New upstream release. -- Masahito Omote Tue, 24 Jun 2003 21:38:38 +0900 libio-socket-inet6-perl (1.26-2) unstable; urgency=low * I forgot to close ITP. (closes: Bug#196226) * Fix speparation bug between address and port. * Fix to use getaddrinfo instead of inet_pton to work properly. * I have already sent these fixes to upstream. -- Masahito Omote Mon, 16 Jun 2003 20:03:11 +0900 libio-socket-inet6-perl (1.26-1) unstable; urgency=low * Initial Release. -- Masahito Omote Sun, 8 Jun 2003 16:35:25 +0900 debian/gbp.conf0000644000000000000000000000016511673343327010620 0ustar [DEFAULT] upstream-tag = libio-socket-inet6-perl/%(version)s debian-tag = libio-socket-inet6-perl_debian/%(version)s debian/rules0000755000000000000000000000022011673343327010251 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: perl -MNet::Ping -e 'exit (Net::Ping->new()->ping("127.0.0.1", 1));' \ || dh_auto_test debian/control0000644000000000000000000000177712237505303010605 0ustar Source: libio-socket-inet6-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libsocket6-perl, libtest-pod-perl, libtest-pod-coverage-perl, netbase Maintainer: Debian Perl Group Uploaders: Daniel Kahn Gillmor , Masahito Omote , gregor herrmann Homepage: https://metacpan.org/release/IO-Socket-INET6 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libio-socket-inet6-perl Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libio-socket-inet6-perl.git Standards-Version: 3.9.5 Package: libio-socket-inet6-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libsocket6-perl Description: object interface for AF_INET6 domain sockets IO::Socket::INET6 provides an object interface to create and use sockets in the AF_INET6 domain. It is built upon the IO::Socket interface and inherits all the methods defined by IO::Socket. debian/compat0000644000000000000000000000000211673343327010375 0ustar 8 debian/watch0000644000000000000000000000017312237505235010224 0ustar version=3 https://metacpan.org/release/IO-Socket-INET6 .*/IO-Socket-INET6-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000253712237505235011134 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: IO-Socket-INET6 Upstream-Contact: Shlomi Fish Source: https://metacpan.org/release/IO-Socket-INET6 Files: * Copyright: 1996-1998 Graham Barr , 2003-2004 Euro6IX project, Rafael Martinez Torres , 2008-2011 Shlomi Fish (Shlomi has explicitly disclaimed his copyright) License: Artistic or GPL-1+ Files: debian/* Copyright: 2003-2010 Masahito Omote , 2011 Daniel Kahn Gillmor 2011 gregor herrmann 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'.