--- libregexp-common-net-cidr-perl-0.02.orig/debian/compat +++ libregexp-common-net-cidr-perl-0.02/debian/compat @@ -0,0 +1 @@ +7 --- libregexp-common-net-cidr-perl-0.02.orig/debian/rules +++ libregexp-common-net-cidr-perl-0.02/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@ --- libregexp-common-net-cidr-perl-0.02.orig/debian/watch +++ libregexp-common-net-cidr-perl-0.02/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Regexp-Common-net-CIDR/ .*/Regexp-Common-net-CIDR-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libregexp-common-net-cidr-perl-0.02.orig/debian/changelog +++ libregexp-common-net-cidr-perl-0.02/debian/changelog @@ -0,0 +1,5 @@ +libregexp-common-net-cidr-perl (0.02-1) unstable; urgency=low + + * Initial Release (Closes: #608380) + + -- Dominic Hargreaves Sun, 09 Jan 2011 14:05:06 +0000 --- libregexp-common-net-cidr-perl-0.02.orig/debian/libregexp-common-net-cidr-perl.docs +++ libregexp-common-net-cidr-perl-0.02/debian/libregexp-common-net-cidr-perl.docs @@ -0,0 +1 @@ +README --- libregexp-common-net-cidr-perl-0.02.orig/debian/control +++ libregexp-common-net-cidr-perl-0.02/debian/control @@ -0,0 +1,16 @@ +Source: libregexp-common-net-cidr-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7.2.13) +Build-Depends-Indep: libregexp-common-perl, perl +Maintainer: Dominic Hargreaves +Standards-Version: 3.9.1 +Homepage: http://search.cpan.org/dist/Regexp-Common-net-CIDR/ +Vcs-Browser: http://git.debian.org/?p=users/dom/libregexp-common-net-cidr-perl.git +Vcs-Git: git://git.debian.org/~dom/libregexp-common-net-cidr-perl.git + +Package: libregexp-common-net-cidr-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libregexp-common-perl, perl +Description: provide patterns for CIDR blocks + This module provides regexp patterns for CIDR netblocks. --- libregexp-common-net-cidr-perl-0.02.orig/debian/copyright +++ libregexp-common-net-cidr-perl-0.02/debian/copyright @@ -0,0 +1,32 @@ +Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 +Maintainer: Ruslan U. Zakirov +Source: http://search.cpan.org/dist/Regexp-Common-net-CIDR/ +Name: Regexp-Common-net-CIDR + +Files: * +Copyright: Ruslan U. Zakirov +License: GPL-2 + +Files: debian/* +Copyright: 2010, Dominic Hargreaves +License: GPL-2 + +License: GPL-2 + 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, version 2. + . + This program is distributed in the hope that it will be + useful, but WITHOUT ANY WARRANTY; without even the implied + warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR + PURPOSE. See the GNU General Public License for more + details. + . + You should have received a copy of the GNU General Public + License along with this package; if not, write to the Free + Software Foundation, Inc., 51 Franklin St, Fifth Floor, + Boston, MA 02110-1301 USA + . + On Debian systems, the full text of the GNU General Public + License version 2 can be found in the file + `/usr/share/common-licenses/GPL-2'.