debian/0000755000000000000000000000000012157355237007200 5ustar debian/rules0000755000000000000000000000003612157355237010257 0ustar #!/usr/bin/make -f %: dh $@ debian/control0000644000000000000000000000340712157355237010607 0ustar Source: libtest-database-perl Maintainer: Debian Perl Group Uploaders: Nicholas Bamber Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libdbi-perl, libdbd-csv-perl, libdbd-sqlite2-perl, libfile-homedir-perl, libyaml-tiny-perl, libdbd-sqlite3-perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-database-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libtest-database-perl.git Homepage: https://metacpan.org/release/Test-Database/ Package: libtest-database-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libfile-homedir-perl, perl, libyaml-tiny-perl, libdbi-perl Suggests: libdbd-csv-perl, libdbd-sqlite2-perl, libdbd-sqlite3-perl Description: support for testing against multiple unspecified databases From the perspective of a module author, this allows you to write tests against a datbase without knowing precisely which databases will be used. You call Test::Database->handles() and you get a number of DBI handles against which you can run your tests. You can specify which Databases you are willing to support. . From the perspective of someone installing a perl module which uses Test::Database, you put a config file in your home directory which explains how to connect to non-file based databases. File based databases do not normally needed configuration so long as the DBD driver is available. debian/source/0000755000000000000000000000000012157355237010500 5ustar debian/source/format0000644000000000000000000000001412157355237011706 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000141212157355237011050 0ustar libtest-database-perl (1.11-2) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ Salvatore Bonaccorso ] * Change search.cpan.org based URIs to metacpan.org based URIs [ gregor herrmann ] * Add patch to add POD encoding. (Closes: #711260) * debian/copyright: switch formatting to Copyright-Format 1.0. * Set Standards-Version to 3.9.4 (no further changes). -- gregor herrmann Sun, 16 Jun 2013 17:32:30 +0200 libtest-database-perl (1.11-1) unstable; urgency=low * Initial Release. (Closes: #605062) -- Nicholas Bamber Fri, 26 Nov 2010 22:43:22 +0000 debian/compat0000644000000000000000000000000212157355237010376 0ustar 8 debian/patches/0000755000000000000000000000000012157355237010627 5ustar debian/patches/series0000644000000000000000000000002312157355237012037 0ustar pod-encoding.patch debian/patches/pod-encoding.patch0000644000000000000000000000100612157355237014213 0ustar Description: add encoding to POD, Pod::Simple got mroe strict Origin: vendor Bug: https://rt.cpan.org/Ticket/Display.html?id=85198 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=85198 Bug-Debian: http://bugs.debian.org/711260 Author: gregor herrmann Last-Update: 2013-06-16 --- a/lib/Test/Database/Driver/mysql.pm +++ b/lib/Test/Database/Driver/mysql.pm @@ -51,6 +51,8 @@ __END__ +=encoding ISO8859-1 + =head1 NAME Test::Database::Driver::mysql - A Test::Database driver for mysql debian/copyright0000644000000000000000000000206412157355237011135 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Test-Database Upstream-Contact: Philippe Bruhat (BooK) Source: https://metacpan.org/release/Test-Database/ Files: * Copyright: 2008-2010, Philippe Bruhat (BooK) License: Artistic or GPL-1+ Files: debian/* Copyright: 2010, Nicholas Bamber 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 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 General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/libtest-database-perl.examples0000644000000000000000000000000512157355237015103 0ustar eg/* debian/watch0000644000000000000000000000017012157355237010227 0ustar version=3 https://metacpan.org/release/Test-Database/ .*/Test-Database-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$