debian/0000755000000000000000000000000011334562136007172 5ustar debian/control0000644000000000000000000000213611334561747010606 0ustar Source: libcatalyst-model-cdbi-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Krzysztof Krzyżaniak (eloy) , Ansgar Burchardt Build-Depends: debhelper (>= 7.0.50) Build-Depends-Indep: perl, libcatalyst-perl, libclass-dbi-loader-perl, libclass-dbi-perl, libmro-compat-perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/Catalyst-Model-CDBI/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcatalyst-model-cdbi-perl/ Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcatalyst-model-cdbi-perl/ Package: libcatalyst-model-cdbi-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcatalyst-perl, libclass-dbi-loader-perl, libclass-dbi-perl, libmro-compat-perl Description: CDBI Model Class for Catalyst This is the Class::DBI model class for Catalyst. It's built on top of Class::DBI::Loader. . This module is deprecated and only provided for older applications which still need it for backwards compatibility. debian/copyright0000644000000000000000000000243111334561504011123 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Tomas Doran Source: http://search.cpan.org/dist/Catalyst-Model-CDBI/ Name: Catalyst-Model-CDBI Files: * Copyright: © 2005-2010, Sebastian Riedel © 2005-2010, Matt S Trout © 2005-2010, Matthew Hodgson License: Artistic or GPL-1+ Files: debian/* Copyright: © 2005, Florian Ragwitz © 2005-2008, Krzysztof Krzyżaniak (eloy) © 2009-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/watch0000644000000000000000000000020211236100770010206 0ustar version=3 http://search.cpan.org/dist/Catalyst-Model-CDBI/ .*/Catalyst-Model-CDBI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/compat0000644000000000000000000000000211236100770010361 0ustar 7 debian/changelog0000644000000000000000000000536011334561773011056 0ustar libcatalyst-model-cdbi-perl (0.12-1) unstable; urgency=low [ Ansgar Burchardt ] * New upstream release. + Add (build-)dep on libmro-compat-perl. * debian/copyright: Update years of copyright, minor changes for DEP-5. * debian/control: Add note that this module is deprecated to description. * Use source format 3.0 (quilt). * Bump Standards-Version to 3.8.4 (no changes). [ gregor herrmann ] * Set environment variable for test suite in an override. -- Ansgar Burchardt Thu, 11 Feb 2010 00:12:13 +0900 libcatalyst-model-cdbi-perl (0.11-3) unstable; urgency=low [ Ryan Niebur ] * Take over for the Debian Perl Group * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza); Homepage field (source stanza); ${misc:Depends} to Depends: field. Changed: Maintainer set to Debian Perl Group (was: Debian Catalyst Maintainers ); Debian Catalyst Maintainers moved to Uploaders. * Remove Florian Ragwitz from Uploaders (Closes: #523377) [ Ansgar Burchardt ] * debian/watch: Update to ignore development releases. * Add myself to Uploaders. * Bump Standards-Version to 3.8.2. * Refresh rules for debhelper 7. * Convert debian/copyright to proposed machine-readable format. -- Ansgar Burchardt Thu, 23 Jul 2009 14:35:11 +0200 libcatalyst-model-cdbi-perl (0.11-2) unstable; urgency=low * bugfix release * debian/watch: updated to new schema (closes: #450049) * debian/rules: FTBS fixed (closes: #467683) * debian/control: Standards-Version updated to 3.7.3 (no changes) * debian/compat: increased to 5 (debhelper dependency increased to 5) -- Krzysztof Krzyżaniak (eloy) Mon, 17 Mar 2008 12:09:45 +0100 libcatalyst-model-cdbi-perl (0.11-1) unstable; urgency=low * New upstream release * debian/watch added * debian/control - added me to Uploaders -- Krzysztof Krzyzaniak (eloy) Thu, 1 Dec 2005 17:23:59 +0100 libcatalyst-model-cdbi-perl (0.10-2) UNRELEASED; urgency=low * Removed my old maintainer address from debian/copyright. It doesn't work anymore. -- Florian Ragwitz Sun, 6 Nov 2005 17:36:58 +0100 libcatalyst-model-cdbi-perl (0.10-1) unstable; urgency=low * New upstream release * New maintainer: Debian Catalyst Maintainers . -- Florian Ragwitz Tue, 1 Nov 2005 15:55:56 +0100 libcatalyst-model-cdbi-perl (0.08-1) unstable; urgency=low * Initial release. -- Florian Ragwitz Mon, 11 Jul 2005 15:22:35 +0200 debian/source/0000755000000000000000000000000011334562035010470 5ustar debian/source/format0000644000000000000000000000001411334562134011676 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000011711334561734010254 0ustar #!/usr/bin/make -f %: dh $@ override_dh_auto_test: TEST_POD=1 dh_auto_test