r45175 - in /trunk/libtext-recordparser-perl/debian: ./ changelog compat control copyright libtext-recordparser-perl.docs rules watch

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Oct 1 19:34:58 UTC 2009


Author: jawnsy-guest
Date: Thu Oct  1 19:34:53 2009
New Revision: 45175

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

Added:
    trunk/libtext-recordparser-perl/debian/
    trunk/libtext-recordparser-perl/debian/changelog
    trunk/libtext-recordparser-perl/debian/compat
    trunk/libtext-recordparser-perl/debian/control
    trunk/libtext-recordparser-perl/debian/copyright
    trunk/libtext-recordparser-perl/debian/libtext-recordparser-perl.docs
    trunk/libtext-recordparser-perl/debian/rules   (with props)
    trunk/libtext-recordparser-perl/debian/watch

Added: trunk/libtext-recordparser-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-recordparser-perl/debian/changelog?rev=45175&op=file
==============================================================================
--- trunk/libtext-recordparser-perl/debian/changelog (added)
+++ trunk/libtext-recordparser-perl/debian/changelog Thu Oct  1 19:34:53 2009
@@ -1,0 +1,5 @@
+libtext-recordparser-perl (1.3.0-1) UNRELEASED; urgency=low
+
+  * Initial Release.
+
+ -- Jonathan Yu <jawnsy at cpan.org>  Thu, 1 Oct 2009 06:52:29 -0400

Added: trunk/libtext-recordparser-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-recordparser-perl/debian/compat?rev=45175&op=file
==============================================================================
--- trunk/libtext-recordparser-perl/debian/compat (added)
+++ trunk/libtext-recordparser-perl/debian/compat Thu Oct  1 19:34:53 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libtext-recordparser-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-recordparser-perl/debian/control?rev=45175&op=file
==============================================================================
--- trunk/libtext-recordparser-perl/debian/control (added)
+++ trunk/libtext-recordparser-perl/debian/control Thu Oct  1 19:34:53 2009
@@ -1,0 +1,25 @@
+Source: libtext-recordparser-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl, libtest-exception-perl, liblist-moreutils-perl,
+ libio-stringy-perl, libclass-accessor-perl, libreadonly-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.8.3
+Homepage: http://search.cpan.org/dist/Text-RecordParser/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libtext-recordparser-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libtext-recordparser-perl/
+
+Package: libtext-recordparser-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libio-stringy-perl,
+ libclass-accessor-perl, libreadonly-perl, liblist-moreutils-perl
+Description: Perl module to parse record-oriented data in a text file
+ Text::RecordParser is a Perl module that extracts record-oriented data from
+ arbitrary text files. The most common example has records separated by
+ newlines and fields delimited by commas or tabs. This module aims to provide
+ a consistent interface for processing an arbitrary sequence of records in a
+ file, however they may be delimited. The data can then be extracted using
+ arrays or hashes.
+

Added: trunk/libtext-recordparser-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-recordparser-perl/debian/copyright?rev=45175&op=file
==============================================================================
--- trunk/libtext-recordparser-perl/debian/copyright (added)
+++ trunk/libtext-recordparser-perl/debian/copyright Thu Oct  1 19:34:53 2009
@@ -1,0 +1,35 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Ken Youens-Clark <kclark at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Text-RecordParser/
+Upstream-Name: Text-RecordParser
+
+Files: *
+Copyright: 2006-2009, Ken Youens-Clark <kclark at cpan.org>
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+License: Artistic | 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'
+
+License: GPL-2+
+    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 2, 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-2'

Added: trunk/libtext-recordparser-perl/debian/libtext-recordparser-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-recordparser-perl/debian/libtext-recordparser-perl.docs?rev=45175&op=file
==============================================================================
--- trunk/libtext-recordparser-perl/debian/libtext-recordparser-perl.docs (added)
+++ trunk/libtext-recordparser-perl/debian/libtext-recordparser-perl.docs Thu Oct  1 19:34:53 2009
@@ -1,0 +1,1 @@
+TODO

Added: trunk/libtext-recordparser-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-recordparser-perl/debian/rules?rev=45175&op=file
==============================================================================
--- trunk/libtext-recordparser-perl/debian/rules (added)
+++ trunk/libtext-recordparser-perl/debian/rules Thu Oct  1 19:34:53 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libtext-recordparser-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libtext-recordparser-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libtext-recordparser-perl/debian/watch?rev=45175&op=file
==============================================================================
--- trunk/libtext-recordparser-perl/debian/watch (added)
+++ trunk/libtext-recordparser-perl/debian/watch Thu Oct  1 19:34:53 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Text-RecordParser/   .*/Text-RecordParser-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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