r64928 - in /trunk/libdatetime-format-oracle-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Nov 14 15:13:30 UTC 2010


Author: gregoa
Date: Sun Nov 14 15:13:18 2010
New Revision: 64928

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

Added:
    trunk/libdatetime-format-oracle-perl/debian/
    trunk/libdatetime-format-oracle-perl/debian/changelog
    trunk/libdatetime-format-oracle-perl/debian/compat
    trunk/libdatetime-format-oracle-perl/debian/control
    trunk/libdatetime-format-oracle-perl/debian/copyright
    trunk/libdatetime-format-oracle-perl/debian/rules   (with props)
    trunk/libdatetime-format-oracle-perl/debian/source/
    trunk/libdatetime-format-oracle-perl/debian/source/format
    trunk/libdatetime-format-oracle-perl/debian/watch

Added: trunk/libdatetime-format-oracle-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-oracle-perl/debian/changelog?rev=64928&op=file
==============================================================================
--- trunk/libdatetime-format-oracle-perl/debian/changelog (added)
+++ trunk/libdatetime-format-oracle-perl/debian/changelog Sun Nov 14 15:13:18 2010
@@ -1,0 +1,5 @@
+libdatetime-format-oracle-perl (0.05-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #nnnnnn).
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 14 Nov 2010 15:49:45 +0100

Added: trunk/libdatetime-format-oracle-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-oracle-perl/debian/compat?rev=64928&op=file
==============================================================================
--- trunk/libdatetime-format-oracle-perl/debian/compat (added)
+++ trunk/libdatetime-format-oracle-perl/debian/compat Sun Nov 14 15:13:18 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libdatetime-format-oracle-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-oracle-perl/debian/control?rev=64928&op=file
==============================================================================
--- trunk/libdatetime-format-oracle-perl/debian/control (added)
+++ trunk/libdatetime-format-oracle-perl/debian/control Sun Nov 14 15:13:18 2010
@@ -1,0 +1,33 @@
+Source: libdatetime-format-oracle-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: libconvert-nls-date-format-perl,
+ libdatetime-format-builder-perl, libdatetime-perl, perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/DateTime-Format-Oracle/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libdatetime-format-oracle-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libdatetime-format-oracle-perl/
+
+Package: libdatetime-format-oracle-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libconvert-nls-date-format-perl,
+ libdatetime-format-builder-perl, libdatetime-perl, perl
+Description: module for parsing and formatting Oracle dates and timestamps
+ DateTime::Format::Oracle may be used to convert Oracle date and timestamp
+ values into DateTime objects. It also can take a DateTime object and produce
+ a date string matching the NLS_DATE_FORMAT.
+ .
+ Oracle has flexible date formatting via its NLS_DATE_FORMAT session variable.
+ Date values will be returned from Oracle according to the current value of
+ that variable. Date values going into Oracle must also match the current
+ setting of NLS_DATE_FORMAT.
+ .
+ Timestamp values will match either the NLS_TIMESTAMP_FORMAT or
+ NLS_TIMESTAMP_TZ_FORMAT session variables.
+ .
+ This module keeps track of these Oracle session variable values by examining
+ environment variables of the same name. Each time one of Oracle's formatting
+ session variables is updated, the %ENV hash must also be updated.

Added: trunk/libdatetime-format-oracle-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-oracle-perl/debian/copyright?rev=64928&op=file
==============================================================================
--- trunk/libdatetime-format-oracle-perl/debian/copyright (added)
+++ trunk/libdatetime-format-oracle-perl/debian/copyright Sun Nov 14 15:13:18 2010
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Nathan Gray <kolibrie at cpan.org>
+Source: http://search.cpan.org/dist/DateTime-Format-Oracle/
+Name: DateTime-Format-Oracle
+
+Files: *
+Copyright: 2006, 2008, Nathan Gray <kolibrie at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2010, gregor herrmann <gregoa 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/libdatetime-format-oracle-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-oracle-perl/debian/rules?rev=64928&op=file
==============================================================================
--- trunk/libdatetime-format-oracle-perl/debian/rules (added)
+++ trunk/libdatetime-format-oracle-perl/debian/rules Sun Nov 14 15:13:18 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

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

Added: trunk/libdatetime-format-oracle-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-oracle-perl/debian/source/format?rev=64928&op=file
==============================================================================
--- trunk/libdatetime-format-oracle-perl/debian/source/format (added)
+++ trunk/libdatetime-format-oracle-perl/debian/source/format Sun Nov 14 15:13:18 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libdatetime-format-oracle-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdatetime-format-oracle-perl/debian/watch?rev=64928&op=file
==============================================================================
--- trunk/libdatetime-format-oracle-perl/debian/watch (added)
+++ trunk/libdatetime-format-oracle-perl/debian/watch Sun Nov 14 15:13:18 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/DateTime-Format-Oracle/   .*/DateTime-Format-Oracle-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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