r71353 - in /trunk/libfile-listing-perl: Changes META.yml Makefile.PL README debian/changelog lib/File/Listing.pm

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sun Mar 13 18:26:26 UTC 2011


Author: periapt-guest
Date: Sun Mar 13 18:25:50 2011
New Revision: 71353

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=71353
Log:
new upstream releaase

Modified:
    trunk/libfile-listing-perl/Changes
    trunk/libfile-listing-perl/META.yml
    trunk/libfile-listing-perl/Makefile.PL
    trunk/libfile-listing-perl/README
    trunk/libfile-listing-perl/debian/changelog
    trunk/libfile-listing-perl/lib/File/Listing.pm

Modified: trunk/libfile-listing-perl/Changes
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/Changes?rev=71353&op=diff
==============================================================================
--- trunk/libfile-listing-perl/Changes (original)
+++ trunk/libfile-listing-perl/Changes Sun Mar 13 18:25:50 2011
@@ -1,3 +1,11 @@
+_______________________________________________________________________________
+2011-03-13 File-Listing 6.01
+
+Added legal notice and updated the meta repository link
+
+
+
+
 _______________________________________________________________________________
 2011-02-25 File-Listing 6.00
 

Modified: trunk/libfile-listing-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/META.yml?rev=71353&op=diff
==============================================================================
--- trunk/libfile-listing-perl/META.yml (original)
+++ trunk/libfile-listing-perl/META.yml Sun Mar 13 18:25:50 2011
@@ -1,6 +1,6 @@
 --- #YAML:1.0
 name:               File-Listing
-version:            6.00
+version:            6.01
 abstract:           parse directory listing
 author:
     - Gisle Aas <gisle at activestate.com>
@@ -15,7 +15,7 @@
     perl:        5.008008
 resources:
     MailingList:  mailto:libwww at perl.org
-    repository:   http://github.com/gisle/libwww-perl
+    repository:   http://github.com/gisle/libwww-perl/tree/File-Listing/master
 no_index:
     directory:
         - t

Modified: trunk/libfile-listing-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/Makefile.PL?rev=71353&op=diff
==============================================================================
--- trunk/libfile-listing-perl/Makefile.PL (original)
+++ trunk/libfile-listing-perl/Makefile.PL Sun Mar 13 18:25:50 2011
@@ -15,7 +15,7 @@
     },
     META_MERGE => {
 	resources => {
-            repository => 'http://github.com/gisle/libwww-perl',
+            repository => 'http://github.com/gisle/libwww-perl/tree/File-Listing/master',
 	    MailingList => 'mailto:libwww at perl.org',
         }
     },

Modified: trunk/libfile-listing-perl/README
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/README?rev=71353&op=diff
==============================================================================
--- trunk/libfile-listing-perl/README (original)
+++ trunk/libfile-listing-perl/README Sun Mar 13 18:25:50 2011
@@ -46,7 +46,12 @@
     since Jan 1, 1970. The $filemode is a bitmask like the mode returned by
     stat().
 
-CREDITS
+COPYRIGHT
+    Copyright 1996-2010, Gisle Aas
+
     Based on lsparse.pl (from Lee McLoughlin's ftp mirror package) and
     Net::FTP's parse_dir (Graham Barr).
 
+    This library is free software; you can redistribute it and/or modify it
+    under the same terms as Perl itself.
+

Modified: trunk/libfile-listing-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/debian/changelog?rev=71353&op=diff
==============================================================================
--- trunk/libfile-listing-perl/debian/changelog (original)
+++ trunk/libfile-listing-perl/debian/changelog Sun Mar 13 18:25:50 2011
@@ -1,4 +1,4 @@
-libfile-listing-perl (6.00-1) UNRELEASED; urgency=low
+libfile-listing-perl (6.01-1) UNRELEASED; urgency=low
 
   TODO:
   - I don't see any trace of a copyright statement in the source
@@ -7,5 +7,6 @@
     libwww-perl is available during build
 
   * Initial Release (Closes: #617707).
+  * New upstream release
 
- -- Nicholas Bamber <nicholas at periapt.co.uk>  Thu, 10 Mar 2011 23:28:25 +0000
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sun, 13 Mar 2011 18:27:52 +0000

Modified: trunk/libfile-listing-perl/lib/File/Listing.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libfile-listing-perl/lib/File/Listing.pm?rev=71353&op=diff
==============================================================================
--- trunk/libfile-listing-perl/lib/File/Listing.pm (original)
+++ trunk/libfile-listing-perl/lib/File/Listing.pm Sun Mar 13 18:25:50 2011
@@ -1,7 +1,7 @@
 package File::Listing;
 
 sub Version { $VERSION; }
-$VERSION = "6.00";
+$VERSION = "6.01";
 
 require Exporter;
 @ISA = qw(Exporter);
@@ -407,7 +407,12 @@
 $filetime value is the seconds since Jan 1, 1970.  The
 $filemode is a bitmask like the mode returned by stat().
 
-=head1 CREDITS
+=head1 COPYRIGHT
+
+Copyright 1996-2010, Gisle Aas
 
 Based on lsparse.pl (from Lee McLoughlin's ftp mirror package) and
 Net::FTP's parse_dir (Graham Barr).
+
+This library is free software; you can redistribute it and/or
+modify it under the same terms as Perl itself.




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