debian/0000755000000000000000000000000011620453650007170 5ustar debian/rules0000755000000000000000000000003511615537243010253 0ustar #!/usr/bin/make -f %: dh $@ debian/patches/0000755000000000000000000000000011620453650010617 5ustar debian/patches/series0000644000000000000000000000002311620453650012027 0ustar pod-spelling.patch debian/patches/pod-spelling.patch0000644000000000000000000000077311620453650014244 0ustar Description: fix a tiny typo in POD Author: Damyan Ivanov Forwarded: no --- a/lib/Class/DBI/Search/Basic.pm +++ b/lib/Class/DBI/Search/Basic.pm @@ -70,7 +70,7 @@ There are also a variety of private methods underneath this that could -be overriden in a pinch, but if you need to do this I'd rather you let +be overridden in a pinch, but if you need to do this I'd rather you let me know so that I can make them public, or at least so that I don't remove them from under your feet. debian/copyright0000644000000000000000000000241411615537243011131 0ustar Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196 Upstream-Maintainer: Tony Bowden Upstream-Source: http://search.cpan.org/dist/Class-DBI/ Upstream-Name: Class-DBI Files: * Copyright: © 1999-2001, Michael G Schwern © 2001-2006, Tony Bowden License-Alias: Perl License: Artistic | GPL-1+ Files: debian/* Copyright: © 2003-2006, Stephen Quinney © 2006-2009, Bart Martens © 2009, Ansgar Burchardt License: Artistic | 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/watch0000644000000000000000000000015511615537243010227 0ustar version=3 http://search.cpan.org/dist/Class-DBI/ .*/Class-DBI-v?(\d[\d.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/source/0000755000000000000000000000000011620453650010470 5ustar debian/source/format0000644000000000000000000000001411620453650011676 0ustar 3.0 (quilt) debian/control0000644000000000000000000000360411620453650010576 0ustar Source: libclass-dbi-perl Section: perl Priority: optional Maintainer: Debian Perl Group Uploaders: Ansgar Burchardt Build-Depends: debhelper (>= 7) Build-Depends-Indep: perl (>= 5.8.2-2), libclass-accessor-perl (>= 0.18), libclass-data-inheritable-perl (>= 0.02), libima-dbi-perl (>= 0.33), libclass-trigger-perl (>= 0.07), libuniversal-moniker-perl (>= 0.06), libdbd-sqlite3-perl (>= 1.13-1.1), libdate-simple-perl, libclone-perl, libtime-piece-mysql-perl, libdatetime-format-mysql-perl, libtest-pod-perl Standards-Version: 3.9.2 Vcs-Git: git://git.debian.org/pkg-perl/packages/libclass-dbi-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libclass-dbi-perl.git Homepage: http://search.cpan.org/~tmtm/Class-DBI/ Package: libclass-dbi-perl Architecture: all Depends: libclass-accessor-perl (>= 0.18), libclass-data-inheritable-perl (>= 0.02), libima-dbi-perl (>= 0.33), libclass-trigger-perl (>= 0.07), libuniversal-moniker-perl (>= 0.06), libclone-perl, ${misc:Depends}, ${perl:Depends} Recommends: libclass-dbi-abstractsearch-perl Suggests: libclass-dbi-pg-perl, libclass-dbi-mysql-perl, libclass-dbi-sqlite-perl, libclass-dbi-loader-perl Description: convenient abstraction layer to a database Class::DBI not only provides a simple database to object mapping layer, but can be used to implement several higher order database functions (triggers, referential integrity, cascading delete etc.), at the application level, rather than at the database. . This is particularly useful when using a database which doesn't support these (such as MySQL), or when you would like your code to be portable across multiple databases which might implement these things in different ways. . In short, Class::DBI aims to make it simple to introduce 'best practice' when dealing with data stored in a relational database. debian/compat0000644000000000000000000000000211615537243010373 0ustar 7 debian/changelog0000644000000000000000000001470411620453650011050 0ustar libclass-dbi-perl (3.0.17-4) unstable; urgency=low * Team upload [ gregor herrmann ] * debian/control: Changed: (build-)depend on perl instead of perl- modules. * Remove Conflicts against ancient version of libscalar-list-utils-perl. [ Ansgar Burchardt ] * Update my email address. * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * Remove alternative (build) dependencies that are already satisfied in oldstable. [ Damyan Ivanov ] * Use source format 3.0 (quilt) * add pod-spelling.patch fixing a tiny typo in POD * claim conformance to Policy 3.9.2 -- Damyan Ivanov Mon, 08 Aug 2011 23:21:34 +0300 libclass-dbi-perl (3.0.17-3) unstable; urgency=low [ Ryan Niebur ] * moved with permission from Bart (Closes: #531514) * debian/control: Added: Vcs-Svn field (source stanza); Vcs-Browser field (source stanza). Changed: Maintainer set to Debian Perl Group (was: Bart Martens ); Bart Martens moved to Uploaders. * debian/watch: use dist-based URL. * remove Bart from Uploaders [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Use debhelper 7 instead of cdbs. * Bump Standards-Version to 3.8.2. * Add myself to Uploaders. * Convert debian/copyright to proposed machine-readable format. * Do no longer install README (copy of POD documentation). [ gregor herrmann ] * debian/control: add perl-modules (>= 5.10) as an alternative (build) dependency to libversion-perl; remove build dependency on libdbd-pg-perl. -- Ansgar Burchardt Mon, 27 Jul 2009 00:29:07 +0200 libclass-dbi-perl (3.0.17-2) unstable; urgency=low * debian/control: Fixed description-contains-homepage, out-of-date-standards-version, debhelper-but-no-misc-depends. * debian/rules: No longer need to rmdir usr/lib/perl5 and usr/lib. -- Bart Martens Thu, 26 Feb 2009 19:34:56 +0100 libclass-dbi-perl (3.0.17-1) unstable; urgency=low * New upstream release. * t/11-triggers.t: No longer skipping tests. Closes: #442996. -- Bart Martens Sat, 06 Oct 2007 20:49:35 +0200 libclass-dbi-perl (3.0.16-2) unstable; urgency=low * t/11-triggers.t: Skip some tests to lower severity of #442996. -- Bart Martens Sat, 22 Sep 2007 14:18:22 +0200 libclass-dbi-perl (3.0.16-1) unstable; urgency=low * New upstream release. * debian/patches/01_used_only_once.diff: Removed obsolete patch. -- Bart Martens Tue, 24 Apr 2007 07:35:29 +0200 libclass-dbi-perl (3.0.15-2) unstable; urgency=low * New maintainer, as agreed with Stephen. * debian*: Use cdbs. * debian/control: Added libtest-pod-perl, libtime-piece-perl, libtime-piece-mysql-perl, libdatetime-format-mysql-perl and libdbd-pg-perl to Build-Depends-Indep for "make test" * debian/copyright: Updated to add copyright notices. * debian/patches/01_used_only_once.diff: Suppresses warning in "make test". * debian/watch: Updated to version 3. -- Bart Martens Mon, 20 Nov 2006 11:17:20 +0100 libclass-dbi-perl (3.0.15-1) unstable; urgency=low * New upstream release * Build-Depends on libdbd-sqlite3-perl (>= 1.13-1.1) which fixes a previous FTBFS caused by a bug in the earlier version of that package. -- Stephen Quinney Thu, 19 Oct 2006 13:44:12 +0100 libclass-dbi-perl (3.0.14-1) unstable; urgency=low * New upstream release * Switched to my debian.org email address. * Updated to policy version 3.7.2 * Added Build-Depends for debhelper as it is used in the clean target -- Stephen Quinney Fri, 2 Jun 2006 13:20:48 +0100 libclass-dbi-perl (0.96-1) unstable; urgency=low * New upstream release. * Now depend (and build-depend) upon Ima::DBI (>= 0.33). * Cleaned up dependencies in general. * Improved debian/rules slightly. * Added useful Recommends and Suggests entries. -- Stephen Quinney Thu, 6 May 2004 21:08:03 +0100 libclass-dbi-perl (0.95-1) unstable; urgency=low * New upstream release - lots of new features and bug fixes. * Updated dependencies on libima-dbi-perl to 0.30 and libuniversal-moniker-perl to 0.06. * Added a Conflicts against the libscalar-list-utils-perl package of (<=1.0701-1). Really bad things were happening in the tests when this package was installed. Scalar::List::Utils, version 1.13, or that provided as part of the perl package both work so there is no problem. -- Stephen Quinney Sat, 31 Jan 2004 09:47:40 +0000 libclass-dbi-perl (0.94final-3) unstable; urgency=low * Updated dependency on libscalar-list-utils-perl as the latest Perl package contains a newer version of Scalar-List-Utils and now conflicts/replaces/provides what we need, closes: #220855. -- Stephen Quinney Sat, 15 Nov 2003 08:52:22 +0000 libclass-dbi-perl (0.94final-2) unstable; urgency=low * Update all the dependencies (including those for building the package). -- Stephen Quinney Thu, 18 Sep 2003 14:28:40 +0100 libclass-dbi-perl (0.94final-1) unstable; urgency=low * Attempt #2 to get this final version uploaded. This time with the correct upstream tarball and a slightly mangled version number. -- Stephen Quinney Wed, 17 Sep 2003 14:13:42 +0100 libclass-dbi-perl (0.94-3) unstable; urgency=low * This is now the released, final version of 0.94 from upstream. * Added dependency on libuniversal-moniker-perl. * Added dependency on libscalar-list-utils-perl. -- Stephen Quinney Wed, 17 Sep 2003 13:47:00 +0100 libclass-dbi-perl (0.94-2) unstable; urgency=low * Changed dependency on libclass-accessor-perl to >=0.18. * Updated to Debian policy, version 3.6.0. -- Stephen Quinney Thu, 7 Aug 2003 14:28:38 +0100 libclass-dbi-perl (0.94-1) unstable; urgency=low * New upstream release - fixes for databases such as PostgreSQL - where use of sequences to create new primary keys was broken, closes: #202695. Note this is not the final official stable release but the bug fixes are important enough to warrant uploading now. -- Stephen Quinney Thu, 24 Jul 2003 14:49:28 +0100 libclass-dbi-perl (0.93-1) unstable; urgency=low * Initial Release, closes: #183966. -- Stephen Quinney Wed, 9 Jul 2003 09:55:33 +0100