--- libregexp-ipv6-perl-0.03.orig/debian/compat +++ libregexp-ipv6-perl-0.03/debian/compat @@ -0,0 +1 @@ +7 --- libregexp-ipv6-perl-0.03.orig/debian/rules +++ libregexp-ipv6-perl-0.03/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libregexp-ipv6-perl-0.03.orig/debian/watch +++ libregexp-ipv6-perl-0.03/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Regexp-IPv6/ .*/Regexp-IPv6-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libregexp-ipv6-perl-0.03.orig/debian/changelog +++ libregexp-ipv6-perl-0.03/debian/changelog @@ -0,0 +1,5 @@ +libregexp-ipv6-perl (0.03-1) unstable; urgency=low + + * Initial Release. (Closes: #606812) + + -- Dominic Hargreaves Sun, 19 Dec 2010 19:10:28 +0000 --- libregexp-ipv6-perl-0.03.orig/debian/control +++ libregexp-ipv6-perl-0.03/debian/control @@ -0,0 +1,16 @@ +Source: libregexp-ipv6-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: perl +Maintainer: Dominic Hargreaves +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Regexp-IPv6/ + +Package: libregexp-ipv6-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends} +Description: Regular expression for IPv6 addresses + Regexp::IPv6 exports the $IPv6_re regular expression that matches any valid + IPv6 address as described in "RFC 2373 - 2.2 Text Representation of + Addresses" but ::. Any string not compliant with such RFC will be rejected. --- libregexp-ipv6-perl-0.03.orig/debian/libregexp-ipv6-perl.docs +++ libregexp-ipv6-perl-0.03/debian/libregexp-ipv6-perl.docs @@ -0,0 +1 @@ +README --- libregexp-ipv6-perl-0.03.orig/debian/copyright +++ libregexp-ipv6-perl-0.03/debian/copyright @@ -0,0 +1,27 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Salvador Fandino +Source: http://search.cpan.org/dist/Regexp-IPv6/ +Name: Regexp-IPv6 +Files: * +Copyright: Salvador Fandino +License: Artistic or GPL-1+ + +Files: debian/* +Copyright: 2010, Dominic Hargreaves +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 GNU/Linux 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 GNU/Linux systems, the complete text of version 1 of the + General Public License can be found in `/usr/share/common-licenses/GPL-1'.