r75949 - in /trunk/libcgi-application-plugin-dbh-perl/debian: ./ changelog compat control copyright rules source/ source/format watch
periapt-guest at users.alioth.debian.org
periapt-guest at users.alioth.debian.org
Sat Jun 18 12:26:18 UTC 2011
Author: periapt-guest
Date: Sat Jun 18 12:26:15 2011
New Revision: 75949
URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=75949
Log:
[svn-inject] Applying Debian modifications (4.00-1) to trunk
Added:
trunk/libcgi-application-plugin-dbh-perl/debian/
trunk/libcgi-application-plugin-dbh-perl/debian/changelog
trunk/libcgi-application-plugin-dbh-perl/debian/compat
trunk/libcgi-application-plugin-dbh-perl/debian/control
trunk/libcgi-application-plugin-dbh-perl/debian/copyright
trunk/libcgi-application-plugin-dbh-perl/debian/rules (with props)
trunk/libcgi-application-plugin-dbh-perl/debian/source/
trunk/libcgi-application-plugin-dbh-perl/debian/source/format
trunk/libcgi-application-plugin-dbh-perl/debian/watch
Added: trunk/libcgi-application-plugin-dbh-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-dbh-perl/debian/changelog?rev=75949&op=file
==============================================================================
--- trunk/libcgi-application-plugin-dbh-perl/debian/changelog (added)
+++ trunk/libcgi-application-plugin-dbh-perl/debian/changelog Sat Jun 18 12:26:15 2011
@@ -1,0 +1,7 @@
+libcgi-application-plugin-dbh-perl (4.00-1) UNRELEASED; urgency=low
+
+ WAITS-FOR: Its brothers and sisters
+
+ * Split out from libcgi-application-basic-plugin-bundle-perl (Closes: #630886)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk> Sat, 18 Jun 2011 12:16:01 +0100
Added: trunk/libcgi-application-plugin-dbh-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-dbh-perl/debian/compat?rev=75949&op=file
==============================================================================
--- trunk/libcgi-application-plugin-dbh-perl/debian/compat (added)
+++ trunk/libcgi-application-plugin-dbh-perl/debian/compat Sat Jun 18 12:26:15 2011
@@ -1,0 +1,1 @@
+7
Added: trunk/libcgi-application-plugin-dbh-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-dbh-perl/debian/control?rev=75949&op=file
==============================================================================
--- trunk/libcgi-application-plugin-dbh-perl/debian/control (added)
+++ trunk/libcgi-application-plugin-dbh-perl/debian/control Sat Jun 18 12:26:15 2011
@@ -1,0 +1,24 @@
+Source: libcgi-application-plugin-dbh-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>,
+ Jaldhar H. Vyas <jaldhar at debian.org>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-DBH/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcgi-application-plugin-dbh-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libcgi-application-plugin-dbh-perl/
+
+Package: libcgi-application-plugin-dbh-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6)
+Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6)
+Description: plugin adding database support to CGI::Application
+ CGI::Application::Plugin::DBH adds access to a DBI database handle to
+ your CGI::Application modules. Lazy loading is used to prevent a database
+ connection from being made if the dbh method is not called during the
+ request. In other words, the database connection is not created until it is
+ actually needed.
Added: trunk/libcgi-application-plugin-dbh-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-dbh-perl/debian/copyright?rev=75949&op=file
==============================================================================
--- trunk/libcgi-application-plugin-dbh-perl/debian/copyright (added)
+++ trunk/libcgi-application-plugin-dbh-perl/debian/copyright Sat Jun 18 12:26:15 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Mark Stosberg <mark at summersault.com>
+Source: http://search.cpan.org/dist/CGI-Application-Plugin-DBH/
+Name: CGI-Application-Plugin-DBH
+
+Files: *
+Copyright: 2004, Mark Stosberg <mark at summersault.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/libcgi-application-plugin-dbh-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-dbh-perl/debian/rules?rev=75949&op=file
==============================================================================
--- trunk/libcgi-application-plugin-dbh-perl/debian/rules (added)
+++ trunk/libcgi-application-plugin-dbh-perl/debian/rules Sat Jun 18 12:26:15 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@
Propchange: trunk/libcgi-application-plugin-dbh-perl/debian/rules
------------------------------------------------------------------------------
svn:executable = *
Added: trunk/libcgi-application-plugin-dbh-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-dbh-perl/debian/source/format?rev=75949&op=file
==============================================================================
--- trunk/libcgi-application-plugin-dbh-perl/debian/source/format (added)
+++ trunk/libcgi-application-plugin-dbh-perl/debian/source/format Sat Jun 18 12:26:15 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)
Added: trunk/libcgi-application-plugin-dbh-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcgi-application-plugin-dbh-perl/debian/watch?rev=75949&op=file
==============================================================================
--- trunk/libcgi-application-plugin-dbh-perl/debian/watch (added)
+++ trunk/libcgi-application-plugin-dbh-perl/debian/watch Sat Jun 18 12:26:15 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/CGI-Application-Plugin-DBH/ .*/CGI-Application-Plugin-DBH-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$
More information about the Pkg-perl-cvs-commits
mailing list