r71059 - in /trunk/libfile-listing-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
Thu Mar 10 19:50:59 UTC 2011


Author: periapt-guest
Date: Thu Mar 10 19:50:38 2011
New Revision: 71059

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

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

Added: trunk/libfile-listing-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/debian/changelog?rev=71059&op=file
==============================================================================
--- trunk/libfile-listing-perl/debian/changelog (added)
+++ trunk/libfile-listing-perl/debian/changelog Thu Mar 10 19:50:38 2011
@@ -1,0 +1,5 @@
+libfile-listing-perl (6.00-1) UNRELEASED; urgency=low
+
+  * Initial Release (Closes: #617707).
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 10 Mar 2011 18:54:37 +0000

Added: trunk/libfile-listing-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/debian/compat?rev=71059&op=file
==============================================================================
--- trunk/libfile-listing-perl/debian/compat (added)
+++ trunk/libfile-listing-perl/debian/compat Thu Mar 10 19:50:38 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libfile-listing-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/debian/control?rev=71059&op=file
==============================================================================
--- trunk/libfile-listing-perl/debian/control (added)
+++ trunk/libfile-listing-perl/debian/control Thu Mar 10 19:50:38 2011
@@ -1,0 +1,31 @@
+Source: libfile-listing-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>
+Standards-Version: 3.9.1
+Homepage: http://search.cpan.org/dist/File-Listing/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libfile-listing-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libfile-listing-perl/
+
+Package: libfile-listing-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Replaces: libwww-perl (<< 6.00)
+Breaks: libwww-perl (<< 6.00)
+Description: module to parse directory listings
+ File::Listing exports a single function called parse_dir(), which can be used
+ to parse directory listings.
+ .
+ The first parameter to parse_dir() is the directory listing to parse. It can
+ be a scalar, a reference to an array of directory lines or a glob
+ representing a filehandle to read the directory listing from.
+ .
+ The second parameter is the time zone to use when parsing time stamps in the
+ listing. If this value is undefined, then the local time zone is assumed.
+ .
+ The third parameter is the type of listing to assume. Currently supported
+ formats are 'unix', 'apache' and 'dosftp'. The default value 'unix'. Ideally,
+ the listing type should be determined automatically.

Added: trunk/libfile-listing-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/debian/copyright?rev=71059&op=file
==============================================================================
--- trunk/libfile-listing-perl/debian/copyright (added)
+++ trunk/libfile-listing-perl/debian/copyright Thu Mar 10 19:50:38 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Gisle Aas <gisle at activestate.com>
+Source: http://search.cpan.org/dist/File-Listing/
+Name: File-Listing
+
+Files: *
+Copyright: Gisle Aas <gisle at activestate.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/libfile-listing-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/debian/rules?rev=71059&op=file
==============================================================================
--- trunk/libfile-listing-perl/debian/rules (added)
+++ trunk/libfile-listing-perl/debian/rules Thu Mar 10 19:50:38 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libfile-listing-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libfile-listing-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/debian/source/format?rev=71059&op=file
==============================================================================
--- trunk/libfile-listing-perl/debian/source/format (added)
+++ trunk/libfile-listing-perl/debian/source/format Thu Mar 10 19:50:38 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libfile-listing-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/debian/watch?rev=71059&op=file
==============================================================================
--- trunk/libfile-listing-perl/debian/watch (added)
+++ trunk/libfile-listing-perl/debian/watch Thu Mar 10 19:50:38 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/File-Listing/   .*/File-Listing-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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