r57118 - in /trunk/libdatetime-format-dbi-perl/debian: ./ changelog compat control copyright libdatetime-format-dbi-perl.docs rules watch

jaldhar at users.alioth.debian.org jaldhar at users.alioth.debian.org
Thu Apr 29 12:14:35 UTC 2010


Author: jaldhar
Date: Thu Apr 29 12:14:28 2010
New Revision: 57118

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

Added:
    trunk/libdatetime-format-dbi-perl/debian/
    trunk/libdatetime-format-dbi-perl/debian/changelog
    trunk/libdatetime-format-dbi-perl/debian/compat
    trunk/libdatetime-format-dbi-perl/debian/control
    trunk/libdatetime-format-dbi-perl/debian/copyright
    trunk/libdatetime-format-dbi-perl/debian/libdatetime-format-dbi-perl.docs
    trunk/libdatetime-format-dbi-perl/debian/rules   (with props)
    trunk/libdatetime-format-dbi-perl/debian/watch

Added: trunk/libdatetime-format-dbi-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-dbi-perl/debian/changelog?rev=57118&op=file
==============================================================================
--- trunk/libdatetime-format-dbi-perl/debian/changelog (added)
+++ trunk/libdatetime-format-dbi-perl/debian/changelog Thu Apr 29 12:14:28 2010
@@ -1,0 +1,5 @@
+libdatetime-format-dbi-perl (0.033-1) unstable; urgency=low
+
+  * Initial Release (Closes: #579636)
+
+ -- Jaldhar H. Vyas <jaldhar at debian.org>  Thu, 29 Apr 2010 07:44:48 -0400

Added: trunk/libdatetime-format-dbi-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-dbi-perl/debian/compat?rev=57118&op=file
==============================================================================
--- trunk/libdatetime-format-dbi-perl/debian/compat (added)
+++ trunk/libdatetime-format-dbi-perl/debian/compat Thu Apr 29 12:14:28 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libdatetime-format-dbi-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-dbi-perl/debian/control?rev=57118&op=file
==============================================================================
--- trunk/libdatetime-format-dbi-perl/debian/control (added)
+++ trunk/libdatetime-format-dbi-perl/debian/control Thu Apr 29 12:14:28 2010
@@ -1,0 +1,31 @@
+Source: libdatetime-format-dbi-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libdatetime-perl (>= 0.1), libdbi-perl (>= 1.21), libdatetime-format-sqlite-perl, perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/DateTime-Format-DBI/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-dbi-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-format-dbi-perl/
+
+Package: libdatetime-format-dbi-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libdatetime-perl (>= 0.1),
+ libdbi-perl (>= 1.21), perl
+Recommends: libdatetime-format-db2-perl,libdatetime-format-mysql-perl,
+ libdatetime-format-pg-perl,libdatetime-format-sqlite-perl
+Description: Finds a DateTime::Format parser class for a database connection
+ DateTime::Format::DBI finds a DateTime::Format::* class that is suitable for
+ the use with a given DBI connection (and DBD::* driver).
+ .
+ It currently supports the following format modules: IBM DB2
+ (DB2)|DateTime::Format::DB2, MySQL|DateTime::Format::MySQL,
+ Oracle|DateTime::Format::Oracle, PostgreSQL (Pg)|DateTime::Format::Pg,
+ SQLite|DateTime::Format::SQLite.
+ .
+ NOTE: This module provides a quick method to find the correct parser and
+ formatter class. However, this is usually not sufficient for full database
+ abstraction. You will also have to cater for differences in the syntax and
+ semantics of SQL datetime functions (and other SQL commands).

Added: trunk/libdatetime-format-dbi-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-dbi-perl/debian/copyright?rev=57118&op=file
==============================================================================
--- trunk/libdatetime-format-dbi-perl/debian/copyright (added)
+++ trunk/libdatetime-format-dbi-perl/debian/copyright Thu Apr 29 12:14:28 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Claus Faerber <CFAERBER at cpan.org>
+Source: http://search.cpan.org/dist/DateTime-Format-DBI/
+Name: DateTime-Format-DBI
+
+Files: *
+Copyright: Claus Faerber <CFAERBER at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, Jaldhar H. Vyas <jaldhar 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 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'

Added: trunk/libdatetime-format-dbi-perl/debian/libdatetime-format-dbi-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-dbi-perl/debian/libdatetime-format-dbi-perl.docs?rev=57118&op=file
==============================================================================
--- trunk/libdatetime-format-dbi-perl/debian/libdatetime-format-dbi-perl.docs (added)
+++ trunk/libdatetime-format-dbi-perl/debian/libdatetime-format-dbi-perl.docs Thu Apr 29 12:14:28 2010
@@ -1,0 +1,1 @@
+README

Added: trunk/libdatetime-format-dbi-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-dbi-perl/debian/rules?rev=57118&op=file
==============================================================================
--- trunk/libdatetime-format-dbi-perl/debian/rules (added)
+++ trunk/libdatetime-format-dbi-perl/debian/rules Thu Apr 29 12:14:28 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libdatetime-format-dbi-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-dbi-perl/debian/watch?rev=57118&op=file
==============================================================================
--- trunk/libdatetime-format-dbi-perl/debian/watch (added)
+++ trunk/libdatetime-format-dbi-perl/debian/watch Thu Apr 29 12:14:28 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/DateTime-Format-DBI/   .*/DateTime-Format-DBI-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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