--- libcheck-isa-perl-0.04.orig/debian/control +++ libcheck-isa-perl-0.04/debian/control @@ -0,0 +1,21 @@ +Source: libcheck-isa-perl +Section: perl +Priority: optional +Build-Depends: debhelper (>= 7) +Build-Depends-Indep: libsub-exporter-perl, libtest-use-ok-perl, + perl (>= 5.6.0-12), libmoose-perl (>= 0.52), libasa-perl +Maintainer: Debian Perl Group +Uploaders: Peter Pentchev +Standards-Version: 3.8.1 +Homepage: http://search.cpan.org/dist/Check-ISA/ +Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcheck-isa-perl/ +Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcheck-isa-perl/ + +Package: libcheck-isa-perl +Architecture: all +Depends: ${misc:Depends}, ${perl:Depends}, libsub-exporter-perl +Description: Perl module for correct checking of an object's class + The Check::ISA module provides several functions to assist in testing + whether a value is an object, and if so asking about its class. + It allows an object to be examined using various methods provided by + Perl's UNIVERSAL class. --- libcheck-isa-perl-0.04.orig/debian/copyright +++ libcheck-isa-perl-0.04/debian/copyright @@ -0,0 +1,28 @@ +Format-Specification: + http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 +Upstream-Maintainer: Yuval Kogman +Upstream-Source: http://search.cpan.org/dist/Check-ISA/ +Upstream-Name: Check-ISA + +Files: * +Copyright: 2008, Yuval Kogman +License-Alias: Perl +License: Artistic | GPL-1+ + +Files: debian/* +Copyright: 2009, Peter Pentchev +License: Artistic | 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 the GNU General + Public License can be found in `/usr/share/common-licenses/GPL' --- libcheck-isa-perl-0.04.orig/debian/watch +++ libcheck-isa-perl-0.04/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://search.cpan.org/dist/Check-ISA/ .*/Check-ISA-v?(\d[\d_.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ --- libcheck-isa-perl-0.04.orig/debian/compat +++ libcheck-isa-perl-0.04/debian/compat @@ -0,0 +1 @@ +7 --- libcheck-isa-perl-0.04.orig/debian/changelog +++ libcheck-isa-perl-0.04/debian/changelog @@ -0,0 +1,5 @@ +libcheck-isa-perl (0.04-1) unstable; urgency=low + + * Initial Release. (Closes: #508600) + + -- Peter Pentchev Mon, 18 May 2009 17:08:28 +0300 --- libcheck-isa-perl-0.04.orig/debian/rules +++ libcheck-isa-perl-0.04/debian/rules @@ -0,0 +1,4 @@ +#!/usr/bin/make -f + +%: + dh $@