r64919 - in /trunk/libconvert-nls-date-format-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 14:59:57 UTC 2010


Author: gregoa
Date: Sun Nov 14 14:59:39 2010
New Revision: 64919

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

Added:
    trunk/libconvert-nls-date-format-perl/debian/
    trunk/libconvert-nls-date-format-perl/debian/changelog
    trunk/libconvert-nls-date-format-perl/debian/compat
    trunk/libconvert-nls-date-format-perl/debian/control
    trunk/libconvert-nls-date-format-perl/debian/copyright
    trunk/libconvert-nls-date-format-perl/debian/rules   (with props)
    trunk/libconvert-nls-date-format-perl/debian/source/
    trunk/libconvert-nls-date-format-perl/debian/source/format
    trunk/libconvert-nls-date-format-perl/debian/watch

Added: trunk/libconvert-nls-date-format-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-nls-date-format-perl/debian/changelog?rev=64919&op=file
==============================================================================
--- trunk/libconvert-nls-date-format-perl/debian/changelog (added)
+++ trunk/libconvert-nls-date-format-perl/debian/changelog Sun Nov 14 14:59:39 2010
@@ -1,0 +1,5 @@
+libconvert-nls-date-format-perl (0.02-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #nnnnnn).
+
+ -- gregor herrmann <gregoa at debian.org>  Sun, 14 Nov 2010 15:51:09 +0100

Added: trunk/libconvert-nls-date-format-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-nls-date-format-perl/debian/compat?rev=64919&op=file
==============================================================================
--- trunk/libconvert-nls-date-format-perl/debian/compat (added)
+++ trunk/libconvert-nls-date-format-perl/debian/compat Sun Nov 14 14:59:39 2010
@@ -1,0 +1,1 @@
+7

Added: trunk/libconvert-nls-date-format-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-nls-date-format-perl/debian/control?rev=64919&op=file
==============================================================================
--- trunk/libconvert-nls-date-format-perl/debian/control (added)
+++ trunk/libconvert-nls-date-format-perl/debian/control Sun Nov 14 14:59:39 2010
@@ -1,0 +1,18 @@
+Source: libconvert-nls-date-format-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: gregor herrmann <gregoa at debian.org>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/Convert-NLS_DATE_FORMAT/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libconvert-nls-date-format-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libconvert-nls-date-format-perl/
+
+Package: libconvert-nls-date-format-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: module for converting Oracle NLS_DATE_FORMAT <-> strftime Format Strings
+ Convert::NLS_DATE_FORMAT converts Oracle's NLS_DATE_FORMAT string into a
+ strptime format string, or the reverse.

Added: trunk/libconvert-nls-date-format-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-nls-date-format-perl/debian/copyright?rev=64919&op=file
==============================================================================
--- trunk/libconvert-nls-date-format-perl/debian/copyright (added)
+++ trunk/libconvert-nls-date-format-perl/debian/copyright Sun Nov 14 14:59:39 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/Convert-NLS_DATE_FORMAT/
+Name: Convert-NLS_DATE_FORMAT
+
+Files: *
+Copyright: 2005-2006, 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/libconvert-nls-date-format-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-nls-date-format-perl/debian/rules?rev=64919&op=file
==============================================================================
--- trunk/libconvert-nls-date-format-perl/debian/rules (added)
+++ trunk/libconvert-nls-date-format-perl/debian/rules Sun Nov 14 14:59:39 2010
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libconvert-nls-date-format-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libconvert-nls-date-format-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-nls-date-format-perl/debian/source/format?rev=64919&op=file
==============================================================================
--- trunk/libconvert-nls-date-format-perl/debian/source/format (added)
+++ trunk/libconvert-nls-date-format-perl/debian/source/format Sun Nov 14 14:59:39 2010
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libconvert-nls-date-format-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libconvert-nls-date-format-perl/debian/watch?rev=64919&op=file
==============================================================================
--- trunk/libconvert-nls-date-format-perl/debian/watch (added)
+++ trunk/libconvert-nls-date-format-perl/debian/watch Sun Nov 14 14:59:39 2010
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Convert-NLS_DATE_FORMAT/   .*/Convert-NLS_DATE_FORMAT-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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