debian/0000755000000000000000000000000012245200471007163 5ustar debian/watch0000644000000000000000000000022212101262743010211 0ustar version=3 https://metacpan.org/release/CGI-Application-Plugin-DBH/ .*/CGI-Application-Plugin-DBH-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000215712244453474011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: CGI-Application-Plugin-DBH Upstream-Contact: Mark Stosberg Source: https://metacpan.org/release/CGI-Application-Plugin-DBH/ Files: * Copyright: 2013, Mark Stosberg License: Artistic or GPL-1+ Files: debian/* Copyright: 2011, Nicholas Bamber 2013, Florian Schlichting 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 GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/control0000644000000000000000000000276212244454364010610 0ustar Source: libcgi-application-plugin-dbh-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libcgi-application-perl, libdbi-perl, libdbd-mock-perl, libtest-mockobject-perl (>= 1.20120301), libtest-simple-perl (>= 1.001002) | perl (>= 5.19.6) Maintainer: Debian Perl Group Uploaders: Nicholas Bamber , Jaldhar H. Vyas , Florian Schlichting Standards-Version: 3.9.5 Homepage: https://metacpan.org/release/CGI-Application-Plugin-DBH/ Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-application-plugin-dbh-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-plugin-dbh-perl.git Package: libcgi-application-plugin-dbh-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl, libdbi-perl Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6), libcgi-application-plugins-perl (<< 0.11) Description: plugin adding database support to CGI::Application CGI::Application::Plugin::DBH adds access to a DBI database handle to your CGI::Application modules. Lazy loading is used to prevent a database connection from being made if the dbh method is not called during the request. In other words, the database connection is not created until it is actually needed. debian/compat0000644000000000000000000000000211671741733010376 0ustar 8 debian/changelog0000644000000000000000000000255212245200471011041 0ustar libcgi-application-plugin-dbh-perl (4.04-1) unstable; urgency=low * Import Upstream version 4.03, 4.04 * Update upstream copyright (year and email address) * Drop build-dependencies on Module::Build and Test::Pod; add (bump) Test::More 1.001002 * Declare compliance with Debian Policy 3.9.5 -- Florian Schlichting Tue, 26 Nov 2013 21:14:20 +0100 libcgi-application-plugin-dbh-perl (4.01-1) unstable; urgency=low [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ Salvatore Bonaccorso ] * Change Vcs-Git to canonical URI (git://anonscm.debian.org) * Change search.cpan.org based URIs to metacpan.org based URIs [ Axel Beckert ] * debian/copyright: migrate pre-1.0 format to 1.0 using "cme fix dpkg- copyright" [ Florian Schlichting ] * Import Upstream version 4.01 * Update upstream copyright statement * Add build-dependencies on Module::Build 0.40 and Test::MockObject 1.20120301, wrapping dependencies * Declare compliance with Debian Policy 3.9.4 * Add myself to uploaders and copyright -- Florian Schlichting Sat, 05 Oct 2013 22:44:16 +0200 libcgi-application-plugin-dbh-perl (4.00-1) unstable; urgency=low * Split out from libcgi-application-basic-plugin-bundle-perl (Closes: #630886) -- Nicholas Bamber Fri, 24 Jun 2011 11:37:39 +0100 debian/source/0000755000000000000000000000000011671741733010500 5ustar debian/source/format0000644000000000000000000000001411671741733011706 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611671741733010257 0ustar #!/usr/bin/make -f %: dh $@