debian/0000755000000000000000000000000011626357540007177 5ustar debian/README.Debian-source0000644000000000000000000000044511626355573012545 0ustar libnet-ipv6addr-perl for Debian ------------------------------- How I created the .orig.tar.gz : tar xzf Net-IPv6Addr-0.2.tar.gz rm Net-IPv6Addr-0.2/rfc* tar czf libnet-ipv6addr-perl_0.2.dfsg.1.orig.tar.gz Net-IPv6Addr-0.2 -- Bart Martens Sat, 11 Nov 2006 19:06:43 +0100 debian/rules0000755000000000000000000000006511626356613010260 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ debian/patches/0000755000000000000000000000000011626357346010632 5ustar debian/patches/series0000644000000000000000000000001411626357346012042 0ustar 01_pod.diff debian/patches/01_pod.diff0000644000000000000000000000053511626357316012546 0ustar --- ../orig/libnet-ipv6addr-perl-0.2.dfsg.1/IPv6Addr.pm 2002-08-06 21:19:57.000000000 +0000 +++ ./IPv6Addr.pm 2011-08-28 06:22:39.000000000 +0000 @@ -208,6 +208,7 @@ What you gave it, more or less, if it does parse out correctly, otherwise returns undef. + =head2 Notes This is not an object method or class method; it is just a subroutine. debian/watch0000644000000000000000000000017111626357065010231 0ustar version=3 opts=dversionmangle=s/\.dfsg\.\d+$// \ http://search.cpan.org/dist/Net-IPv6Addr/ .*/Net-IPv6Addr-(.*)\.tar\.gz debian/compat0000644000000000000000000000000211626356127010375 0ustar 8 debian/changelog0000644000000000000000000000114211626357412011045 0ustar libnet-ipv6addr-perl (0.2.dfsg.1-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. * debian/patches/01_pod.diff: Added. Closes: #590315. -- Bart Martens Sun, 28 Aug 2011 06:12:29 +0000 libnet-ipv6addr-perl (0.2.dfsg.1-2) unstable; urgency=low * debian/rules: Removed the removal of /usr/lib/perl5. Closes: #467863. -- Bart Martens Fri, 29 Feb 2008 06:35:44 +0100 libnet-ipv6addr-perl (0.2.dfsg.1-1) unstable; urgency=low * Initial release. Closes: #398096. -- Bart Martens Sat, 11 Nov 2006 19:06:43 +0100 debian/source/0000755000000000000000000000000011626356127010477 5ustar debian/source/format0000644000000000000000000000001411626356127011705 0ustar 3.0 (quilt) debian/copyright0000644000000000000000000000172311626355573011141 0ustar This package was debianized by Bart Martens on Sat, 11 Nov 2006 19:06:43 +0100. It was downloaded from: http://search.cpan.org/~tmonroe/Net-IPv6Addr/ Upstream Author: Tony Monroe http://www.nog.net/~tony/ Copyright: Copyright (c) 2001-2002 Tony Monroe. All rights reserved. License: This program is free software; you can redistribute it and/or modify it under the terms of either: a) the GNU General Public License as published by the Free Software Foundation; either version 1, or (at your option) any later version, or b) the "Artistic License" which comes with Perl. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. The Debian packaging is Copyright (C) 2006, Bart Martens and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/control0000644000000000000000000000113211626356454010602 0ustar Source: libnet-ipv6addr-perl Section: perl Priority: optional Maintainer: Bart Martens Build-Depends: debhelper (>= 8.0.0), libnetwork-ipv4addr-perl Standards-Version: 3.9.2 Homepage: http://search.cpan.org/~tmonroe/Net-IPv6Addr/ Package: libnet-ipv6addr-perl Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, libnetwork-ipv4addr-perl, perl (>= 5.8.8-6.1) Description: Check validity of IPv6 addresses Net::IPv6Addr checks strings for valid IPv6 addresses, as specified in RFC1884. You throw possible addresses at it, it either accepts them or throws an exception.