debian/0000755000000000000000000000000011360174534007172 5ustar debian/control0000644000000000000000000000214111360150435010565 0ustar Source: libpoe-component-dbiagent-perl Section: perl Priority: optional Build-Depends: debhelper (>= 7) Build-Depends-Indep: libclass-methodmaker-perl, libdbi-perl, libpoe-perl, perl Maintainer: Debian Perl Group Uploaders: Benoit Mortier , gregor herrmann Standards-Version: 3.8.4 Homepage: http://search.cpan.org/dist/POE-Component-DBIAgent/ Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-dbiagent-perl Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-dbiagent-perl Package: libpoe-component-dbiagent-perl Architecture: all Depends: ${misc:Depends}, ${perl:Depends}, libclass-methodmaker-perl, libdbi-perl, libpoe-perl Description: POE Component for running asynchronous DBI calls POE::Component::DBIAgent is your answer to non-blocking DBI in POE. . It fires off a configurable number child processes (defaults to 3) and feeds database queries to it via two-way pipe (or sockets ... however POE::Component::Wheel::Run is able to manage it). The primary method is query. debian/copyright0000644000000000000000000000214411360150727011124 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: Rob Bloodgood Source: http://search.cpan.org/dist/POE-Component-DBIAgent/ Name: POE-Component-DBIAgent Files: * Copyright: 2006, Rob Bloodgood License: Artistic or GPL-1+ Files: debian/* Copyright: 2009, 2010, gregor herrmann 2009, Cajus Pollmeier 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 GNU/Linux 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 GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL' debian/watch0000644000000000000000000000030611313433553010217 0ustar # format version number, currently 3; this line is compulsory! version=3 http://search.cpan.org/dist/POE-Component-DBIAgent/ .*/POE-Component-DBIAgent-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/patches/0000755000000000000000000000000011360174456010624 5ustar debian/patches/spelling.patch0000644000000000000000000000121411360151664013454 0ustar Author: gregor herrmann Description: small spelling mistake Forwarded: no --- a/DBIAgent.pm +++ b/DBIAgent.pm @@ -77,7 +77,7 @@ there are no more rows to return, the da Not EVERY query should run through the DBIAgent. If you need to run a short lookup from within a state, sometimes it can be a hassle to have -to define a whole seperate state to receive its value, and resume +to define a whole separate state to receive its value, and resume processing from there.. The determining factor, of course, is how long your query will take to execute. If you are trying to retrieve one row from a properly indexed table, use debian/patches/series0000644000000000000000000000001711360150774012034 0ustar spelling.patch debian/compat0000644000000000000000000000000211360147667010377 0ustar 7 debian/changelog0000644000000000000000000000113411360151670011037 0ustar libpoe-component-dbiagent-perl (0.26-2) unstable; urgency=low * debian/watch: update to ignore development releases. * Convert to source format 3.0 (quilt). * Switch to debhelper 7. * Add /me to Uploaders. * debian/control: clean up B-D, B-D-I and Depends. * debian/copyright: update format to DEP5. * Add a patch to fix a spelling mistake. -- gregor herrmann Sat, 10 Apr 2010 21:38:31 +0200 libpoe-component-dbiagent-perl (0.26-1) unstable; urgency=low * Initial upload (Closes: #532687) -- Cajus Pollmeier Tue, 24 Jun 2009 10:16:00 +0200 debian/libpoe-component-dbiagent-perl.docs0000644000000000000000000000000711360147667016035 0ustar README debian/source/0000755000000000000000000000000011360174456010475 5ustar debian/source/format0000644000000000000000000000001411360174533011677 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000003611360150130010233 0ustar #!/usr/bin/make -f %: dh $@