debian/0002755000000000000000000000000011626733260007176 5ustar debian/compat0000644000000000000000000000000211626732771010400 0ustar 7 debian/rules0000755000000000000000000000003611626732771010261 0ustar #!/usr/bin/make -f %: dh $@ debian/source/0002755000000000000000000000000011626732771010504 5ustar debian/source/format0000644000000000000000000000001411626732771011710 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000026611626732771010237 0ustar version=3 # URL to the package page followed by a regex to search http://search.cpan.org/dist/Data-ObjectDriver/ .*/Data-ObjectDriver-v?(\d[\d_.]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip) debian/changelog0000644000000000000000000000300711626733260011046 0ustar libdata-objectdriver-perl (0.09-1) unstable; urgency=low * Add Vcs-* fields * New upstream release * Update Standards-Version (no changes) -- Dominic Hargreaves Mon, 29 Aug 2011 16:56:31 +0100 libdata-objectdriver-perl (0.08-1) unstable; urgency=low * New upstream release * Update Standards-Version (no changes) * Switch to minimal dh7 rules file * Update to debhelper compatibility level 7 * Update source format version to 3.0 (quilt) -- Dominic Hargreaves Sat, 05 Feb 2011 13:04:13 +0000 libdata-objectdriver-perl (0.07-1) unstable; urgency=low * New upstream release * Bump Standards-Version (no changes) * Switch to MakeMaker build process -- Dominic Hargreaves Sat, 12 Jun 2010 13:17:58 +0100 libdata-objectdriver-perl (0.06-1) unstable; urgency=low * New upstream release * Bump Standards-Version (no changes) -- Dominic Hargreaves Mon, 23 Feb 2009 16:04:16 +0000 libdata-objectdriver-perl (0.05-2) unstable; urgency=low * Add watch file -- Dominic Hargreaves Tue, 11 Mar 2008 23:32:59 +0000 libdata-objectdriver-perl (0.05-1) unstable; urgency=low * New upstream release * Apply fix from upstream SVN for perl 5.10 strict references bug (closes: #467153) -- Dominic Hargreaves Mon, 25 Feb 2008 23:38:03 +0000 libdata-objectdriver-perl (0.04-1) unstable; urgency=low * Initial Release. (Closes: #456254) -- Dominic Hargreaves Thu, 20 Dec 2007 20:57:09 +0000 debian/control0000644000000000000000000000243611626733136010606 0ustar Source: libdata-objectdriver-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7), libmodule-build-perl Build-Depends-Indep: perl (>= 5.8.8-12), libtest-exception-perl, libdbi-perl, libclass-accessor-perl, libclass-data-inheritable-perl, libclass-trigger-perl Maintainer: Dominic Hargreaves Standards-Version: 3.9.2 Homepage: http://search.cpan.org/dist/Data-ObjectDriver/ Vcs-Git: git://anonscm.debian.org/users/dom/libdata-objectdriver-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=users/dom/libdata-objectdriver-perl.git Package: libdata-objectdriver-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdbi-perl, libclass-accessor-perl, libclass-data-inheritable-perl, libclass-trigger-perl Recommends: libtext-simpletable-perl Description: Simple, transparent data interface, with caching Data::ObjectDriver is an object relational mapper, meaning that it maps object-oriented design concepts onto a relational database. . It's inspired by, and descended from, the MT::ObjectDriver classes in Six Apart's Movable Type and TypePad weblogging products. But it adds in caching and partitioning layers, allowing you to spread data across multiple physical databases, without your application code needing to know where the data is stored. debian/docs0000644000000000000000000000000711626732771010052 0ustar README debian/copyright0000644000000000000000000000157011626732771011140 0ustar This is the debian package for the Data-ObjectDriver module. It was created by Dominic Hargreaves using dh-make-perl. It was downloaded from http://search.cpan.org/dist/Data-ObjectDriver/ Data::ObjectDriver is free software; you may redistribute it and/or modify it under the same terms as Perl itself. Perl is distributed under your choice of the GNU General Public License or the Artistic License. On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' and the Artistic Licence in `/usr/share/common-licenses/Artistic'. Except where otherwise noted, Data::ObjectDriver is Copyright 2005-2006 Six Apart, cpan@sixapart.com. All rights reserved. The Debian packaging is Copyright 2007, Dominic Hargreaves and is licensed under the same terms as the software itself (see above).