debian/0000755000000000000000000000000011620744561007174 5ustar debian/watch0000644000000000000000000000016711620743413010224 0ustar version=3 http://search.cpan.org/dist/Class-C3-Componentised/ .*/Class-C3-Componentised-v?(\d.+)\.(?:tar\.gz|tar|tgz)$ debian/rules0000755000000000000000000000003611620743413010246 0ustar #!/usr/bin/make -f %: dh $@ debian/changelog0000644000000000000000000000745611620744561011062 0ustar libclass-c3-componentised-perl (1.001000-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * New upstream release. * Add whatis entry for Class::C3::Componentised::ApplyHooks. + update patch whatis.diff * debian/copyright: Update years of copyright for inc/Module/*. * debian/control: Convert Vcs-* fields to Git. * Bump Standards-Version to 3.9.2 (no changes). [ Salvatore Bonaccorso ] * debian/copyright: Replace DEP5 Format-Specification URL from svn.debian.org to anonscm.debian.org URL. -- Ansgar Burchardt Thu, 11 Aug 2011 14:21:17 +0200 libclass-c3-componentised-perl (1.0009-1) unstable; urgency=low * New upstream release * Rewrite control description * Standards-Version 3.9.1 (no changes) * Add myself to Uploaders and Copyright * Updated upstream copyright information * Bump to debhelper 8 * Refresh patches -- Jonathan Yu Sun, 20 Mar 2011 09:14:54 -0400 libclass-c3-componentised-perl (1.0006-2) unstable; urgency=low * Added BDI on libtest-exception-perl. (Closes: #569409) * Added /me to Uploaders. * Switch to dpkg-source 3.0 (quilt) format: + Removed previous quilt framework. * Bumped up Standards-Version to 3.8.4 (no changes). * Refreshed patch header for whatis.patch. * Refreshed d.copyright (DEP5 headers). * Added patch t_upstream_spelling.diff. -- Franck Joncourt Thu, 11 Feb 2010 21:08:26 +0100 libclass-c3-componentised-perl (1.0006-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release * Standards-Version to 3.8.3 [ gregor herrmann ] * Minimize debian/rules, bump debhelper/quilt build dependencies. * Remove versions from perl build/runtime dependency, the previous one is satisfied even by oldstable. -- Brian Cassidy Thu, 17 Sep 2009 15:34:33 -0300 libclass-c3-componentised-perl (1.0005-1) unstable; urgency=low [ Brian Cassidy ] * New upstream release * debian/control: adding myself to Uploaders [ gregor herrmann ] * Don't install README anymore. * Set debhelper compatibility level to 7; adapt debian/{control,compat,rules}. * Remove build dependency on libmodule-install-perl, debhelper 7 prefers ExtUtils::MakeMaker. * debian/copyright: switch to new format and add information about inc/*. * debian/control: add build dependencies on libtest-pod-perl, libtest-pod-coverage-perl; make short description a noun phrase. * Add patch whatis.patch: adds a whatis entry to the POD/manpage. Add quilt framework. -- Brian Cassidy Thu, 23 Apr 2009 20:57:37 -0300 libclass-c3-componentised-perl (1.0004-1) unstable; urgency=low [ Krzysztof Krzyżaniak (eloy) ] * New upstream release * debian/control: update dependency with libmro-compat-perl, Standards-Version updated to 3.8.1 (no changes) [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). * debian/control: Added: ${misc:Depends} to Depends: field. -- Krzysztof Krzyżaniak (eloy) Mon, 23 Mar 2009 10:57:01 +0100 libclass-c3-componentised-perl (1.0003-1) unstable; urgency=low * New upstream release * Package moved to Debian Perl Group repo * debian/rules: FTBS fix (closes: #467714) * debian/watch: updated to new schema * debian/compat: upgraded to 6 without changes * debian/copyright: updated * debian/control: + Added extra headers from group + Standards-Version updated to 3.7.3 without changes -- Krzysztof Krzyżaniak (eloy) Thu, 13 Mar 2008 12:52:03 +0100 libclass-c3-componentised-perl (1.0001-1) unstable; urgency=low * Initial Release (closes: #438863) -- Krzysztof Krzyzaniak (eloy) Mon, 20 Aug 2007 13:09:18 +0200 debian/control0000644000000000000000000000251711620744004010574 0ustar Source: libclass-c3-componentised-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libclass-c3-perl, libclass-inspector-perl, libmro-compat-perl, libtest-pod-perl, libtest-pod-coverage-perl, libtest-exception-perl Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) , Jonathan Yu , Brian Cassidy , Franck Joncourt Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Class-C3-Componentised/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-c3-componentised-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-c3-componentised-perl.git Package: libclass-c3-componentised-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-c3-perl, libclass-inspector-perl, libmro-compat-perl Description: module to load mix-ins or components to C3-based classes Class::C3::Componentised is a Perl module that injects multiple base classes into your module using the Class::C3 method resolution order. . Note that plugins loaded this way cannot be used to override methods in your module. Consider MooseX::Object::Pluggable (libmoosex-object-pluggable-perl) if your application requires this. debian/compat0000644000000000000000000000000211620743413010365 0ustar 8 debian/source/0000755000000000000000000000000011620743413010467 5ustar debian/source/format0000644000000000000000000000001411620743413011675 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011620744467010630 5ustar debian/patches/t_upstream_spelling.diff0000644000000000000000000000142611620743760015540 0ustar From: Franck Joncourt Origin: vendor Forwarded: no Subject: Fixed Spelling error Fixed a spelling error in Componentised.pm found by lintian. Signed-off-by: Franck Joncourt --- lib/Class/C3/Componentised.pm | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) --- libclass-c3-componentised-perl.orig/lib/Class/C3/Componentised.pm +++ libclass-c3-componentised-perl/lib/Class/C3/Componentised.pm @@ -250,7 +250,7 @@ Matt S. Trout and the L -Pulled out into seperate module by Ash Berlin C<< >> +Pulled out into separate module by Ash Berlin C<< >> Optimizations and overall bolt-tightening by Peter "ribasushi" Rabbitson C<< >> debian/patches/series0000644000000000000000000000004611620743413012033 0ustar whatis.patch t_upstream_spelling.diff debian/patches/whatis.patch0000644000000000000000000000142011620744467013145 0ustar Author: gregor herrmann Description: add a whatis entry to the POD/manpage Origin: vendor Forwarded: no --- libclass-c3-componentised-perl.orig/lib/Class/C3/Componentised.pm +++ libclass-c3-componentised-perl/lib/Class/C3/Componentised.pm @@ -2,7 +2,7 @@ =head1 NAME -Class::C3::Componentised +Class::C3::Componentised - load mix-ins or components to your C3-based class =head1 DESCRIPTION --- libclass-c3-componentised-perl.orig/lib/Class/C3/Componentised/ApplyHooks.pm +++ libclass-c3-componentised-perl/lib/Class/C3/Componentised/ApplyHooks.pm @@ -90,7 +90,7 @@ =head1 NAME -Class::C3::Componentised::ApplyHooks +Class::C3::Componentised::ApplyHooks - allow component to run methods on the class that is being injected into =head1 SYNOPSIS debian/copyright0000644000000000000000000000322111620743607011125 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?view=markup&pathrev=135 Maintainer: DBIx::Class Developers Source: http://search.cpan.org/dist/Class-C3-Componentised/ Name: Class-C3-Componentised Files: * Copyright: 2006-2011, Matt S. Trout 2006-2011, various contributors to the DBIx::Class project License: Artistic or GPL-1+ X-Comment: For the full list of copyright holders, please see the copyright information for the libdbix-class-perl package. Files: inc/Module/* Copyright: 2002-2011, Adam Kennedy 2002-2011, Audrey Tang 2002-2011, Brian Ingerson License: Artistic or GPL-1+ Files: debian/* Copyright: 2007-2009, Krzysztof Krzyzaniak (eloy) 2009, Brian Cassidy 2009, gregor herrmann 2010, Franck Joncourt 2011, Jonathan Yu 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'.