debian/0002755000000000000000000000000012047462422007173 5ustar debian/compat0000644000000000000000000000000212047453640010371 0ustar 8 debian/rules0000755000000000000000000000003611615316145010250 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0002755000000000000000000000000011615316241010470 5ustar debian/source/format0000644000000000000000000000001411615316241011674 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000015711615316145010225 0ustar version=3 http://search.cpan.org/dist/Class-ISA/ .*/Class-ISA-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/changelog0000644000000000000000000000325512047462315011051 0ustar libclass-isa-perl (0.36-5) unstable; urgency=low * Remove dependency on perl which was erroneously reintroduced in 0.36-4 (Closes: #692885) -- Dominic Hargreaves Sat, 10 Nov 2012 14:29:28 +0000 libclass-isa-perl (0.36-4) unstable; urgency=low [ Xavier Guimard ] * Change package description (Closes: #637772) * Update copyright to format 1.0 * Use debhelper 8 * Bump Standards-Version to 3.9.4 * Upgrade no-use-if-perl-base patch format * Add myself to uploaders [ gregor herrmann ] * Don't install README anymore; this is only a text version of the POD. -- Xavier Guimard Sat, 03 Nov 2012 21:45:38 +0100 libclass-isa-perl (0.36-3) unstable; urgency=low [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. [ Dominic Hargreaves ] * Remove use of 'use if' so that this package doesn't need to depend on perl * Don't depend on perl, to break a circular Depends (closes: #649101) -- Dominic Hargreaves Thu, 24 Nov 2011 17:33:33 +0000 libclass-isa-perl (0.36-2) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Dominic Hargreaves ] * Update Standards-Version (no changes) * Switch to dpkg-source 3.0 (quilt) format * Set Priority: standard for the wheezy release cycle, during which the perl package will pull this in (see: #629472) -- Dominic Hargreaves Sun, 31 Jul 2011 19:22:07 +0100 libclass-isa-perl (0.36-1) unstable; urgency=low * Initial Release (closes: #580058) -- Dominic Hargreaves Mon, 03 May 2010 16:49:36 +0100 debian/patches/0002755000000000000000000000000012047453640010624 5ustar debian/patches/series0000644000000000000000000000002411663500462012031 0ustar no-use-if-perl-base debian/patches/no-use-if-perl-base0000644000000000000000000000102012047453640014210 0ustar Description: Don't use 'use if' to contain our Depends to perl-base Author: Dominic Hargreaves Bug-Debian: http://bugs.debian.org/649101 Forwarded: no Last-Update: 2012-11-02 --- a/lib/Class/ISA.pm 2011-07-31 19:18:13.000000000 +0100 +++ b/lib/Class/ISA.pm 2011-11-24 16:51:55.000000000 +0000 @@ -5,8 +5,6 @@ $VERSION = '0.36'; $Debug = 0 unless defined $Debug; -use if $] >= 5.011, 'deprecate'; - ########################################################################### sub self_and_super_versions { debian/control0000644000000000000000000000163412047461450010600 0ustar Source: libclass-isa-perl Maintainer: Debian Perl Group Uploaders: Dominic Hargreaves , Xavier Guimard Section: perl Priority: standard Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-isa-perl.git Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-isa-perl.git Homepage: http://search.cpan.org/dist/Class-ISA/ Package: libclass-isa-perl Architecture: all # Don't add ${perl:Depends} here. Circular dependency, cf. #692885 Depends: ${misc:Depends} Description: report the search path for a class's ISA tree Class::ISA returns the list of classes that the current class inherits from, listed in the order that Perl would search for a method not implemented in the current class. The list contains no duplicates. debian/copyright0000644000000000000000000000207112047453640011126 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Class-ISA Source: http://search.cpan.org/dist/Class-ISA/ Upstream-Contact: Steffen Mueller Files: * Copyright: 1999-2009 Sean M. Burke License: Artistic or GPL-1+ Files: debian/* Copyright: 2010-2011, Dominic Hargreaves 2012, Xavier Guimard 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'.