debian/0000755000000000000000000000000012154460013007162 5ustar debian/rules0000755000000000000000000000003612154460013010241 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000241012154460013010562 0ustar Source: libuniversal-isa-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyzaniak (eloy) , Damyan Ivanov , Nathan Handler , Ryan Niebur , gregor herrmann Standards-Version: 3.9.4 Homepage: https://metacpan.org/release/UNIVERSAL-isa/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libuniversal-isa-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libuniversal-isa-perl.git Package: libuniversal-isa-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends} Description: safer version of UNIVERSAL::isa UNIVERSAL is base class for ALL classes in Object Oriented Perl. UNIVERSAL::isa (isa stands for "is a") is method which can tell You if object is blessed in package or inherits from package. . This module overloads UNIVERSAL::isa with a version that makes sure that, when called as a function on objects which override isa, isa will call the appropriate method on those objects . In all other cases, the real UNIVERSAL::isa gets called directly. debian/source/0000755000000000000000000000000012154460013010462 5ustar debian/source/format0000644000000000000000000000001412154460013011670 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000741312154460013011041 0ustar libuniversal-isa-perl (1.20120726-1) unstable; urgency=low [ Nathan Handler ] * Email change: Nathan Handler -> nhandler@debian.org [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * New upstream release. Fixes "FTBFS with perl 5.18: test failure" (Closes: #711276) * Update years of packaging copyright. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Sat, 08 Jun 2013 00:34:45 +0200 libuniversal-isa-perl (1.20120418-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Alessandro Ghedini ] * Email change: Alessandro Ghedini -> ghedo@debian.org [ gregor herrmann ] * New upstream release. * debian/copyright: update to Copyright-Format 1.0. * Add /me to Uploaders. * Bump Standards-Version to 3.9.3 (no changes). -- gregor herrmann Mon, 23 Apr 2012 16:04:06 +0200 libuniversal-isa-perl (1.20110614-1) unstable; urgency=low [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ryan Niebur ] * New upstream release 1.03 * Add myself to Uploaders * Debian Policy 3.8.2 * Update ryan52's email address [ gregor herrmann ] * Add perl (>= 5.10.1) as an alternative build dependency for Module::Build. [ Alessandro Ghedini ] * New upstream release * Switch to 3.0 (quilt) format * Bump debhelper compat level to 8 * Remove libmodule-build-perl from Build-Depends (no more used) * Bump Standards-Version to 3.9.2 - Remove versioned Build-Depends-Indep on perl * Add myself to Uploaders * Remove trailing comma from Depends field * Remove non-copyright holders from debian/copyright * Update upstream license and copyright - Update upstream copyright years - License is now Artistic or GPL-1+, change debian/* licensing accordingly (see the comment in debian/copyright for debian/* licensing) -- Alessandro Ghedini Wed, 15 Jun 2011 19:25:39 +0200 libuniversal-isa-perl (1.02-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Nathan Handler ] * New upstream release * debian/control: - Bump Standards-Vesion to 3.8.1 (No changes) - Add myself to list of Uploaders * debian/copyright: - Switch to new copyright format [ gregor herrmann ] * debian/control: make build dependency on libmodule-build-perl versioned. * Minimize debian/rules. -- Nathan Handler Mon, 01 Jun 2009 00:58:34 +0000 libuniversal-isa-perl (1.01-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza). Removed: XS- Vcs-Svn fields. * Refresh debian/rules, no functional changes; except: don't create .packlist file any more. * debian/watch: use dist-based URL. * Set Standards-Version to 3.8.0 (no changes). * Slightly improve short description. * debian/copyright: use author-independent upstream source URL; add actual copyright statement; wrap a long line. [ Damyan Ivanov ] * New upstream release * now uses Artistic 2.0 license only. Update debian/copyright; While there, refresh the years of copyright too * debian/rules: rewrite with debhelper 7; bump compat and dependency - do not install redundant README * add myself to Uploaders -- Damyan Ivanov Wed, 27 Aug 2008 15:25:34 +0300 libuniversal-isa-perl (0.06-1) unstable; urgency=low * Initial Release (closes: #365142). -- Krzysztof Krzyzaniak (eloy) Thu, 27 Apr 2006 15:52:30 +0200 debian/compat0000644000000000000000000000000212154460013010360 0ustar 8 debian/copyright0000644000000000000000000000213212154460013011113 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: UNIVERSAL-isa Upstream-Contact: chromatic , Source: https://metacpan.org/release/UNIVERSAL-isa/ Files: * Copyright: 2005-2011, chromatic License: Artistic or GPL-1+ Files: debian/* Copyright: 2006-2009, Krzysztof Krzyzaniak 2012-2013, gregor herrmann 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'. debian/watch0000644000000000000000000000016712154460013010217 0ustar version=3 https://metacpan.org/release/UNIVERSAL-isa/ .*/UNIVERSAL-isa-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$