r67619 - in /trunk/libanyevent-dbi-perl/debian: ./ changelog compat control copyright libanyevent-dbi-perl.docs patches/ patches/pod.patch patches/series rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Fri Jan 21 21:11:53 UTC 2011


Author: periapt-guest
Date: Fri Jan 21 21:11:47 2011
New Revision: 67619

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=67619
Log:
[svn-inject] Applying Debian modifications (2.1-1) to trunk

Added:
    trunk/libanyevent-dbi-perl/debian/
    trunk/libanyevent-dbi-perl/debian/changelog
    trunk/libanyevent-dbi-perl/debian/compat
    trunk/libanyevent-dbi-perl/debian/control
    trunk/libanyevent-dbi-perl/debian/copyright
    trunk/libanyevent-dbi-perl/debian/libanyevent-dbi-perl.docs
    trunk/libanyevent-dbi-perl/debian/patches/
    trunk/libanyevent-dbi-perl/debian/patches/pod.patch
    trunk/libanyevent-dbi-perl/debian/patches/series
    trunk/libanyevent-dbi-perl/debian/rules   (with props)
    trunk/libanyevent-dbi-perl/debian/source/
    trunk/libanyevent-dbi-perl/debian/source/format
    trunk/libanyevent-dbi-perl/debian/watch

Added: trunk/libanyevent-dbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-dbi-perl/debian/changelog?rev=67619&op=file
==============================================================================
--- trunk/libanyevent-dbi-perl/debian/changelog (added)
+++ trunk/libanyevent-dbi-perl/debian/changelog Fri Jan 21 21:11:47 2011
@@ -1,0 +1,5 @@
+libanyevent-dbi-perl (2.1-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #610602)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 20 Jan 2011 21:06:40 +0000

Added: trunk/libanyevent-dbi-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-dbi-perl/debian/compat?rev=67619&op=file
==============================================================================
--- trunk/libanyevent-dbi-perl/debian/compat (added)
+++ trunk/libanyevent-dbi-perl/debian/compat Fri Jan 21 21:11:47 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libanyevent-dbi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-dbi-perl/debian/control?rev=67619&op=file
==============================================================================
--- trunk/libanyevent-dbi-perl/debian/control (added)
+++ trunk/libanyevent-dbi-perl/debian/control Fri Jan 21 21:11:47 2011
@@ -1,0 +1,24 @@
+Source: libanyevent-dbi-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libanyevent-perl, libdbi-perl, libcommon-sense-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/AnyEvent-DBI/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libanyevent-dbi-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libanyevent-dbi-perl/
+
+Package: libanyevent-dbi-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libanyevent-perl, libdbi-perl,
+ libcommon-sense-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.

Added: trunk/libanyevent-dbi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-dbi-perl/debian/copyright?rev=67619&op=file
==============================================================================
--- trunk/libanyevent-dbi-perl/debian/copyright (added)
+++ trunk/libanyevent-dbi-perl/debian/copyright Fri Jan 21 21:11:47 2011
@@ -1,0 +1,31 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Marc Lehmann <schmorp at schmorp.de>,
+ Adam Rosenstein <adam at redcondor.com>
+Source: http://search.cpan.org/dist/AnyEvent-DBI/
+Name: AnyEvent-DBI
+
+Files: *
+Copyright:
+ Marc Lehmann <schmorp at schmorp.de>
+ Adam Rosenstein <adam at redcondor.com>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+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'.

Added: trunk/libanyevent-dbi-perl/debian/libanyevent-dbi-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-dbi-perl/debian/libanyevent-dbi-perl.docs?rev=67619&op=file
==============================================================================
--- trunk/libanyevent-dbi-perl/debian/libanyevent-dbi-perl.docs (added)
+++ trunk/libanyevent-dbi-perl/debian/libanyevent-dbi-perl.docs Fri Jan 21 21:11:47 2011
@@ -1,0 +1,1 @@
+README

Added: trunk/libanyevent-dbi-perl/debian/patches/pod.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-dbi-perl/debian/patches/pod.patch?rev=67619&op=file
==============================================================================
--- trunk/libanyevent-dbi-perl/debian/patches/pod.patch (added)
+++ trunk/libanyevent-dbi-perl/debian/patches/pod.patch Fri Jan 21 21:11:47 2011
@@ -1,0 +1,15 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: Spelling mistake
+Forwarded: no
+Last-Update: 2011-01-21
+--- 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.
+ 

Added: trunk/libanyevent-dbi-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-dbi-perl/debian/patches/series?rev=67619&op=file
==============================================================================
--- trunk/libanyevent-dbi-perl/debian/patches/series (added)
+++ trunk/libanyevent-dbi-perl/debian/patches/series Fri Jan 21 21:11:47 2011
@@ -1,0 +1,1 @@
+pod.patch

Added: trunk/libanyevent-dbi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-dbi-perl/debian/rules?rev=67619&op=file
==============================================================================
--- trunk/libanyevent-dbi-perl/debian/rules (added)
+++ trunk/libanyevent-dbi-perl/debian/rules Fri Jan 21 21:11:47 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libanyevent-dbi-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libanyevent-dbi-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-dbi-perl/debian/source/format?rev=67619&op=file
==============================================================================
--- trunk/libanyevent-dbi-perl/debian/source/format (added)
+++ trunk/libanyevent-dbi-perl/debian/source/format Fri Jan 21 21:11:47 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libanyevent-dbi-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libanyevent-dbi-perl/debian/watch?rev=67619&op=file
==============================================================================
--- trunk/libanyevent-dbi-perl/debian/watch (added)
+++ trunk/libanyevent-dbi-perl/debian/watch Fri Jan 21 21:11:47 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/AnyEvent-DBI/   .*/AnyEvent-DBI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




More information about the Pkg-perl-cvs-commits mailing list