debian/0000755000000000000000000000000011375012034007162 5ustar debian/control0000644000000000000000000000270011375011602010564 0ustar Source: libclass-container-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7.3.7~), perl (>= 5.10) | libmodule-build-perl Build-Depends-Indep: perl, libparams-validate-perl Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Class-Container/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libclass-container-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libclass-container-perl/ Package: libclass-container-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libparams-validate-perl Description: Perl module to glue object frameworks together transparently The Class::Container module facilitates building frameworks of several classes that inter-operate. It was first designed and built for HTML::Mason, in which the Compiler, Lexer, Interpreter, Resolver, Component, Buffer, and several other objects must create each other transparently, passing the appropriate parameters to the right class, possibly substituting their own subclass for any of these objects. . The main features of Class::Container are: . * Declaration of parameters used by each member in a class framework . * Transparent passing of constructor parameters to the class that needs them . * Ability to create one (automatic) or many (manual) contained objects automatically and transparently debian/copyright0000644000000000000000000000241111375010024011110 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Ken Williams Source: http://search.cpan.org/dist/Class-Container/ Name: Class-Container Copyright: © 2002-2005, Ken Williams © 2002-2005, Dave Rolsky License: Artistic or GPL-1+ Files: debian/* Copyright: © 2002, Ivan Kohler © 2004, Michael Alan Dorman © 2005-2006, Charles Fry © 2010, Ansgar Burchardt 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 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' debian/watch0000644000000000000000000000017311375010024010211 0ustar version=3 http://search.cpan.org/dist/Class-Container/ .*/Class-Container-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211375010024010355 0ustar 7 debian/changelog0000644000000000000000000000427211375011642011045 0ustar libclass-container-perl (0.12-3) unstable; urgency=low [ Ansgar Burchardt ] * Now maintained by the Debian Perl Group. (Closes: #569472) + Add myself to Uploaders. * debian/control: Add Vcs-*, Homepage fields. * Make build-dep on perl unversioned. * No longer suggest perl (>= 5.8.2) | libscalar-util-perl: Debian's perl is recent enough. * debian/control: Minor changes to description. * Convert debian/copyright to proposed machine-readable format. * Use source format 3.0 (quilt). * Use debhelper 7 instead of CDBS. * No longer install README: content identical to module documentation. * debian/watch: Use extended regular expression to match upstream releases. * Remove Emacs mode settings from debian/changelog. * Bump Standards-Version to 3.8.4. [ gregor herrmann ] * Add build dependency on Module::Build; remove version from (build) dependency on libparams-validate-perl. -- Ansgar Burchardt Wed, 19 May 2010 21:53:29 +0900 libclass-container-perl (0.12-2) unstable; urgency=low * Moved to CDBS * Update to standards version 3.7.2 * New maintainer email address -- Charles Fry Wed, 5 Jul 2006 12:54:37 -0400 libclass-container-perl (0.12-1) unstable; urgency=low * New maintainer. (Closes: #329626) * New upstream release. (Closes: #329510) -- Charles Fry Thu, 22 Sep 2005 10:01:26 -0400 libclass-container-perl (0.11-0.1) unstable; urgency=low * Non-maintainer upload to fix an upstream bug in the last NMU. * New upstream release -- Michael Alan Dorman Thu, 4 Mar 2004 08:30:17 -0500 libclass-container-perl (0.10-0.1) unstable; urgency=low * Non-maintainer upload with maintainer agreement * New upstream release (closes: bug#229082) -- Michael Alan Dorman Tue, 10 Feb 2004 12:41:24 -0500 libclass-container-perl (0.07-1) unstable; urgency=low * New upstream release (closes: Bug#156459) -- Ivan Kohler Mon, 12 Aug 2002 12:25:55 -0700 libclass-container-perl (0.05-1) unstable; urgency=low * Initial Release (closes: Bug#152856). -- Ivan Kohler Sat, 13 Jul 2002 07:34:34 -0700 debian/source/0000755000000000000000000000000011375011746010473 5ustar debian/source/format0000644000000000000000000000001411375010024011665 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000006711375010024010242 0ustar #!/usr/bin/make -f %: dh --buildsystem=perl_build $@