debian/0000755000000000000000000000000011762437414007177 5ustar debian/rules0000755000000000000000000000007111762437414010255 0ustar #!/usr/bin/make -f %: PERL_ANYEVENT_DBI_TESTS=1 dh $@ debian/control0000644000000000000000000000245711762437414010612 0ustar Source: libanyevent-dbi-perl Section: perl Priority: optional Build-Depends: debhelper (>= 8) Build-Depends-Indep: perl, libanyevent-perl, libcommon-sense-perl, libdbd-sqlite3-perl, libdbi-perl, perl (>= 5.13.4) | libtest-simple-perl (>= 0.96) Maintainer: Debian Perl Group Uploaders: Nicholas Bamber Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/AnyEvent-DBI/ Vcs-Git: git://git.debian.org/pkg-perl/packages/libanyevent-dbi-perl.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libanyevent-dbi-perl.git Package: libanyevent-dbi-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libanyevent-perl, libcommon-sense-perl, libdbi-perl Description: module supporting asynchronous DBI access AnyEvent::DBI is an AnyEvent extension, you need to make sure that you use and run a supported event loop. This module implements asynchronous DBI access by forking or executing separate "DBI-Server" processes and sending them requests. It means that you can run DBI requests in parallel to other tasks. The overhead for very simple statements ("select 0") is somewhere around 100% to 120% (dual/single core CPU) compared to an explicit prepare_cached/execute/fetchrow_arrayref/finish combination. debian/source/0000755000000000000000000000000011762437414010477 5ustar debian/source/format0000644000000000000000000000001411762437414011705 0ustar 3.0 (quilt) debian/changelog0000644000000000000000000000123011762437414011045 0ustar libanyevent-dbi-perl (2.2-1) unstable; urgency=low * Team upload. [ Ansgar Burchardt ] * debian/control: Convert Vcs-* fields to Git. [ gregor herrmann ] * New upstream release. * debian/copyright: update to Copyright-Format 1.0. * Bump Standards-Version to 3.9.3 (no changes). * Set debhelper compatibility level to 8. * Add perl (>= 5.13.4) as an alternative build dependency for Test::More. -- gregor herrmann Sat, 02 Jun 2012 18:27:42 +0200 libanyevent-dbi-perl (2.1-1) unstable; urgency=low * Initial Release. (Closes: #610602) -- Nicholas Bamber Tue, 15 Mar 2011 00:57:29 +0000 debian/compat0000644000000000000000000000000211762437414010375 0ustar 8 debian/patches/0000755000000000000000000000000011762437414010626 5ustar debian/patches/series0000644000000000000000000000001211762437414012034 0ustar pod.patch debian/patches/pod.patch0000644000000000000000000000116511762437414012434 0ustar Subject: Spelling mistake Bug: https://rt.cpan.org/Ticket/Display.html?id=77597 Forwarded: https://rt.cpan.org/Ticket/Display.html?id=77597 Author: Nicholas Bamber Reviewed-by: gregor herrmann Last-Update: 2012-06-02 --- a/DBI.pm +++ b/DBI.pm @@ -49,7 +49,7 @@ otherwise there will only be the C<$dbh> argument and C<$@> contains an error message. -A convinient way to check whether an error occured is to check C<$#_> - +A convenient way to check whether an error occured is to check C<$#_> - if that is true, then the function was successful, otherwise there was an error. debian/copyright0000644000000000000000000000235511762437414011137 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: AnyEvent-DBI Upstream-Contact: Marc Lehmann , Adam Rosenstein Source: http://search.cpan.org/dist/AnyEvent-DBI/ Files: * Copyright: 2008-2010, Marc Lehmann 2008-2010, Adam Rosenstein License: Artistic or GPL-1+ Comment: This copyright attribution is based upon a personal email from Marc Lehmann. Files: debian/* Copyright: 2011, 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 GNU General Public License can be found in `/usr/share/common-licenses/GPL-1'. debian/watch0000644000000000000000000000016511762437414010232 0ustar version=3 http://search.cpan.org/dist/AnyEvent-DBI/ .*/AnyEvent-DBI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$