debian/0000755000000000000000000000000012234015545007167 5ustar debian/patches/0000755000000000000000000000000011671743631010626 5ustar debian/patches/series0000644000000000000000000000001711671743631012041 0ustar spelling.patch debian/patches/spelling.patch0000644000000000000000000000264011671743631013466 0ustar Description: fix a spelling mistake Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=70587 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=70587 Author: gregor herrmann Last-Update: 2011-08-29 --- a/lib/DBD/Mock.pm +++ b/lib/DBD/Mock.pm @@ -846,7 +846,7 @@ Basically this feature allows you to alias attributes to other attributes. So for instance, you can alias a commonly expected attribute like 'mysql_insertid' to something DBD::Mock already has like 'mock_last_insert_id'. While you can also just set 'mysql_insertid' yourself, this functionality allows it to take advantage of things like the autoincrementing of the 'mock_last_insert_id' attribute. -Right now this feature is highly experimental, and has been added as a first attempt to automatically handle some of the DBD specific attributes which are commonly used/accessed in DBI programming. The functionality is off by default so as to not cause any issues with backwards compatability, but can easily be turned on and off like this: +Right now this feature is highly experimental, and has been added as a first attempt to automatically handle some of the DBD specific attributes which are commonly used/accessed in DBI programming. The functionality is off by default so as to not cause any issues with backwards compatibility, but can easily be turned on and off like this: # turn it on $DBD::Mock::AttributeAliasing++; debian/watch0000644000000000000000000000025312101263553010215 0ustar # format version number, currently 3; this line is compulsory! version=3 https://metacpan.org/release/DBD-Mock/ .*/DBD-Mock-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000230712211733645011127 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: DBD-Mock Upstream-Contact: Dave Rolsky Source: https://metacpan.org/release/DBD-Mock/ Files: * Copyright: 2004, Chris Winters 2004-2007, Stevan Little 2007, Rob Kinyon 2011, Mariano Wahlmann License: GPL-1+ or Artistic Files: debian/* Copyright: 2008, Jaldhar H. Vyas 2012, Xavier Guimard License: GPL-1+ or Artistic 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'. debian/control0000644000000000000000000000277312234015324010576 0ustar Source: libdbd-mock-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdbi-perl, libtest-exception-perl (>= 0.31), libtest-pod-perl, libtest-pod-coverage-perl Maintainer: Debian Perl Group Uploaders: Jaldhar H. Vyas , gregor herrmann , Ansgar Burchardt , Xavier Guimard Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/DBD-Mock/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbd-mock-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbd-mock-perl.git Package: libdbd-mock-perl Architecture: all Depends: ${perl:Depends}, ${misc:Depends}, libdbi-perl Description: Mock database driver for testing Testing with databases can be tricky. If you are developing a system married to a single database then you can make some assumptions about your environment and ask the user to provide relevant connection information. But if you need to test a framework that uses DBI, particularly a framework that uses different types of persistence schemes, then it may be more useful to simply verify what the framework is trying to do -- ensure the right SQL is generated and that the correct parameters are bound. DBD::Mock makes it easy to just modify your configuration (presumably held outside your code) and just use it instead of DBD::Foo (like DBD::Pg or DBD::mysql) in your framework. debian/compat0000644000000000000000000000000211671743631010375 0ustar 8 debian/changelog0000644000000000000000000000541312234015545011044 0ustar libdbd-mock-perl (1.45-1) unstable; urgency=low * Team upload [ Xavier Guimard ] * New upstream version * Update d/copyright format to 1.0 * Bump Standards-Version to 3.9.4 (no changes) [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Florian Schlichting ] * Declare compliance with Debian Policy 3.9.5 -- Florian Schlichting Tue, 29 Oct 2013 21:32:27 +0100 libdbd-mock-perl (1.43-1) unstable; urgency=low * New upstream release. * Add a patch to fix a spelling mistake in the POD. -- gregor herrmann Mon, 29 Aug 2011 19:56:22 +0200 libdbd-mock-perl (1.42-1) unstable; urgency=low * New upstream release. * Remove patch fix-pod-spelling: applied upstream. * Add build-dep on libtest-exception-perl (>= 0.31). * debian/control: Convert Vcs-* fields to Git. -- Ansgar Burchardt Thu, 11 Aug 2011 13:53:10 +0200 libdbd-mock-perl (1.41-1) unstable; urgency=low * Team upload [ Nathan Handler ] * debian/watch: Update to ignore development releases. [ Ansgar Burchardt ] * Update my email address. [ Maximilian Gass ] * New upstream release * Increase debhelper compat level to 8 * Minimize debian/rules * Switch to source format 3.0 (quilt) * Update copyright years and syntax * Remove versioned dependencies satifisfied in oldstable * Bump Standards-Version to 3.9.2: no changes necessary * Add patch fix-pod-spelling to fix POD spelling mistakes -- Maximilian Gass Thu, 23 Jun 2011 18:07:15 +0200 libdbd-mock-perl (1.39-1) unstable; urgency=low [ gregor herrmann ] * debian/control: Changed: Switched Vcs-Browser field to ViewSVN (source stanza). [ Ansgar Burchardt ] * New upstream release. + Requires at least perl 5.8.1 * Convert debian/copyright to proposed machine-readable format. * Refresh debian/rules for debhelper 7. * Add myself to Uploaders. [ gregor herrmann ] * debian/control: remove libmodule-build-perl from Build-Depends, dh7 prefers MakeMaker; wrap a long line. -- Ansgar Burchardt Sat, 22 Nov 2008 21:04:39 +0100 libdbd-mock-perl (1.37-1) unstable; urgency=low * New upstream release. * Set Standards-Version to 3.8.0 (no changes). * Add /me to Uploaders. * Refresh debian/rules, no functional changes. Don't install almost empty README any more. * Use ${perl:Depends} in depends instead of hard-coding the perl version. -- gregor herrmann Sat, 14 Jun 2008 20:58:16 +0200 libdbd-mock-perl (1.36-1) unstable; urgency=low * Initial Release. (Closes: #408229, #468638) -- Jaldhar H. Vyas Fri, 29 Feb 2008 13:16:19 -0500 debian/source/0000755000000000000000000000000011671743631010477 5ustar debian/source/format0000644000000000000000000000001411671743631011705 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671743631010256 0ustar #!/usr/bin/make -f %: dh $@