r64952 - in /trunk/libdancer-plugin-database-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

dmn at users.alioth.debian.org dmn at users.alioth.debian.org
Wed Nov 17 05:36:24 UTC 2010


Author: dmn
Date: Wed Nov 17 05:36:09 2010
New Revision: 64952

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

Added:
    trunk/libdancer-plugin-database-perl/debian/
    trunk/libdancer-plugin-database-perl/debian/changelog
    trunk/libdancer-plugin-database-perl/debian/compat
    trunk/libdancer-plugin-database-perl/debian/control
    trunk/libdancer-plugin-database-perl/debian/copyright
    trunk/libdancer-plugin-database-perl/debian/rules   (with props)
    trunk/libdancer-plugin-database-perl/debian/source/
    trunk/libdancer-plugin-database-perl/debian/source/format
    trunk/libdancer-plugin-database-perl/debian/watch

Added: trunk/libdancer-plugin-database-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-plugin-database-perl/debian/changelog?rev=64952&op=file
==============================================================================
--- trunk/libdancer-plugin-database-perl/debian/changelog (added)
+++ trunk/libdancer-plugin-database-perl/debian/changelog Wed Nov 17 05:36:09 2010
@@ -1,0 +1,5 @@
+libdancer-plugin-database-perl (0.11-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Damyan Ivanov <dmn at debian.org>  Wed, 17 Nov 2010 00:51:23 +0200

Added: trunk/libdancer-plugin-database-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-plugin-database-perl/debian/compat?rev=64952&op=file
==============================================================================
--- trunk/libdancer-plugin-database-perl/debian/compat (added)
+++ trunk/libdancer-plugin-database-perl/debian/compat Wed Nov 17 05:36:09 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libdancer-plugin-database-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-plugin-database-perl/debian/control?rev=64952&op=file
==============================================================================
--- trunk/libdancer-plugin-database-perl/debian/control (added)
+++ trunk/libdancer-plugin-database-perl/debian/control Wed Nov 17 05:36:09 2010
@@ -1,0 +1,36 @@
+Source: libdancer-plugin-database-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep:
+ libdancer-perl (>= 1.175),
+ libdbd-sqlite3-perl,
+ libdbi-perl,
+ libtest-pod-perl,
+ perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Damyan Ivanov <dmn at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Dancer-Plugin-Database/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdancer-plugin-database-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdancer-plugin-database-perl/
+
+Package: libdancer-plugin-database-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libdancer-perl (>= 1.175),
+ libdbi-perl, perl
+Description: easy database connections for Dancer applications
+ Dancer::Plugin::Database provides an easy way to obtain a connected DBI
+ database handle by simply calling the database keyword within your Dancer
+ application.
+ .
+ It takes care of ensuring that the database handle is still connected and
+ valid. If the handle was last asked for more than connection_check_threshold
+ seconds ago, it will check that the connection is still alive, using either
+ the $dbh->ping method if the DBD driver supports it, or performing a simple
+ no-op query against the database if not. If the connection has gone away, a
+ new connection will be obtained and returned. This avoids any problems for a
+ long-running script where the connection to the database might go away.
+ .
+ The connection credentials and other information neded when connecting is
+ retrieved from the Dancer configuration so the code stays nice and clean.

Added: trunk/libdancer-plugin-database-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-plugin-database-perl/debian/copyright?rev=64952&op=file
==============================================================================
--- trunk/libdancer-plugin-database-perl/debian/copyright (added)
+++ trunk/libdancer-plugin-database-perl/debian/copyright Wed Nov 17 05:36:09 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: David Precious <davidp at preshweb.co.uk>
+Source: http://search.cpan.org/dist/Dancer-Plugin-Database/
+Name: Dancer-Plugin-Database
+
+Files: *
+Copyright: 2010, David Precious <davidp at preshweb.co.uk>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Damyan Ivanov <dmn at debian.org>
+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/libdancer-plugin-database-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-plugin-database-perl/debian/rules?rev=64952&op=file
==============================================================================
--- trunk/libdancer-plugin-database-perl/debian/rules (added)
+++ trunk/libdancer-plugin-database-perl/debian/rules Wed Nov 17 05:36:09 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libdancer-plugin-database-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libdancer-plugin-database-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-plugin-database-perl/debian/source/format?rev=64952&op=file
==============================================================================
--- trunk/libdancer-plugin-database-perl/debian/source/format (added)
+++ trunk/libdancer-plugin-database-perl/debian/source/format Wed Nov 17 05:36:09 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libdancer-plugin-database-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdancer-plugin-database-perl/debian/watch?rev=64952&op=file
==============================================================================
--- trunk/libdancer-plugin-database-perl/debian/watch (added)
+++ trunk/libdancer-plugin-database-perl/debian/watch Wed Nov 17 05:36:09 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Dancer-Plugin-Database/   .*/Dancer-Plugin-Database-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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