debian/0000755000000000000000000000000012150230220007151 5ustar debian/watch0000644000000000000000000000017212101263611010210 0ustar version=3 https://metacpan.org/release/DBIx-Connector/ .*/DBIx-Connector-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/copyright0000644000000000000000000000207512150227541011124 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Contact: David E. Wheeler Source: https://metacpan.org/release/DBIx-Connector/ Upstream-Name: DBIx-Connector Files: * Copyright: 2009-2013, David E. Wheeler License: Artistic or GPL-1+ Files: debian/* Copyright: 2011-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/control0000644000000000000000000000246012150230220010556 0ustar Source: libdbix-connector-perl Maintainer: Debian Perl Group Uploaders: Florian Schlichting Section: perl Priority: optional Build-Depends: debhelper (>= 8), perl Build-Depends-Indep: libdbi-perl, libtest-mockmodule-perl, libtest-pod-perl, libtest-pod-coverage-perl Standards-Version: 3.9.4 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libdbix-connector-perl.git Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libdbix-connector-perl.git Homepage: https://metacpan.org/release/DBIx-Connector/ Package: libdbix-connector-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libdbi-perl Description: fast and safe DBI connection and transaction management DBIx::Connector provides a simple interface for fast and safe DBI connection and transaction management. Connecting to a database can be expensive; you don't want your application to re-connect every time you need to run a query. The efficient thing to do is to hang on to a database handle to maintain a connection to the database in order to minimize that overhead. DBIx::Connector lets you do that without having to worry about dropped or corrupted connections. debian/compat0000644000000000000000000000000212150227472010366 0ustar 8 debian/changelog0000644000000000000000000000277412150230220011035 0ustar libdbix-connector-perl (0.53-1) unstable; urgency=low [ gregor herrmann ] * debian/control: update {versioned,alternative} (build) dependencies. [ 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 ] * Imported Upstream version 0.53 * Email change: Florian Schlichting -> fsfs@debian.org * Bumped Standards-Version to 3.9.4 (no change) * Bumped copyright years * Removed duplicate build dependency on perl -- Florian Schlichting Sat, 25 May 2013 23:39:31 +0200 libdbix-connector-perl (0.52-1) unstable; urgency=low [ Florian Schlichting ] * Imported Upstream version 0.52. * Bumped Standards-Version to 3.9.3 (use copyright-format 1.0). [ gregor herrmann ] * Move Module::Build to Build-Depends. -- Florian Schlichting Sun, 03 Jun 2012 13:22:36 +0200 libdbix-connector-perl (0.51-1) unstable; urgency=low * Imported Upstream version 0.51. -- Florian Schlichting Mon, 20 Feb 2012 22:19:14 +0100 libdbix-connector-perl (0.50-1) unstable; urgency=low * Imported Upstream version 0.50. * Bumped copyright years. -- Florian Schlichting Thu, 16 Feb 2012 19:28:34 +0100 libdbix-connector-perl (0.47-1) unstable; urgency=low * Initial Release. (Closes: #652919) -- Florian Schlichting Wed, 21 Dec 2011 22:17:04 +0100 debian/source/0000755000000000000000000000000011677122207010473 5ustar debian/source/format0000644000000000000000000000001411677122207011701 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003612150227472010247 0ustar #!/usr/bin/make -f %: dh $@