r59245 - in /trunk/libdata-dump-streamer-perl/debian: changelog copyright patches/fix-pod-spelling.patch

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sat Jun 12 14:14:14 UTC 2010


Author: gregoa
Date: Sat Jun 12 14:14:07 2010
New Revision: 59245

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=59245
Log:
* Refresh patch.
* Add additional copyright holders.

Modified:
    trunk/libdata-dump-streamer-perl/debian/changelog
    trunk/libdata-dump-streamer-perl/debian/copyright
    trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch

Modified: trunk/libdata-dump-streamer-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/debian/changelog?rev=59245&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/changelog (original)
+++ trunk/libdata-dump-streamer-perl/debian/changelog Sat Jun 12 14:14:07 2010
@@ -3,6 +3,8 @@
   * New upstream release.
   * Add /me to Uploaders.
   * Now needs Module::Build.
+  * Refresh patch.
+  * Add additional copyright holders.
 
  -- gregor herrmann <gregoa at debian.org>  Sat, 12 Jun 2010 16:03:52 +0200
 

Modified: trunk/libdata-dump-streamer-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/debian/copyright?rev=59245&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/copyright (original)
+++ trunk/libdata-dump-streamer-perl/debian/copyright Sat Jun 12 14:14:07 2010
@@ -4,6 +4,12 @@
 Name: Data-Dump-Streamer
 
 Copyright: 2003-2005, Yves Orton <yves at cpan.org>
+License: Artistic or GPL-1+
+
+Files: lib/Data/Dump/Streamer.xs
+Copyright: 2003, Yves Orton
+ parts Copyright 2000, Gisle Aas
+ parts Copyright 1997-2000, Graham Barr <gbarr at pobox.com>
 License: Artistic or GPL-1+
 
 Files: debian/*
@@ -14,6 +20,7 @@
  2007, Alexis Sukrieh <sukria at debian.org>
  2007, Damyan Ivanov <dmn at debian.org>
  2007, Russ Allbery <rra at debian.org>
+ 2010, gregor herrmann <gregoa at debian.org>
 License: Artistic or GPL-1+
 
 License: Artistic

Modified: trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch?rev=59245&op=diff
==============================================================================
--- trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch (original)
+++ trunk/libdata-dump-streamer-perl/debian/patches/fix-pod-spelling.patch Sat Jun 12 14:14:07 2010
@@ -1,10 +1,13 @@
 Description: fix POD spelling
-Author: Jonathan Yu <jawnsy at cpan.org>
 Origin: vendor
 Forwarded: no
+Author: Jonathan Yu <jawnsy at cpan.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2010-06-12
+
 --- a/lib/Data/Dump/Streamer.pm
 +++ b/lib/Data/Dump/Streamer.pm
-@@ -307,7 +307,7 @@
+@@ -305,7 +305,7 @@
  framework for closure based code. The way this works is that DDS figures
  out what all the lexicals are that are bound to CODE refs it is dumping
  and then pretends that it had originally been called with all of them as
@@ -13,7 +16,7 @@
  
  One consequence of the way the dumping process works is that all of the
  recreated subroutines will be in the same scope. This of course can lead
-@@ -562,7 +562,7 @@
+@@ -560,7 +560,7 @@
  This means that when an array value is simple (ie, its not referenced and
  does contain a reference) and is repeated mutliple times the output will
  be single a list multiplier statement, and not each item output
@@ -22,7 +25,7 @@
  
     $ARRAY1 = [ (0) x 4 ];
  
-@@ -3758,7 +3758,7 @@
+@@ -3761,7 +3761,7 @@
  =head2 A Note About Speed
  
  Data::Dumper is much faster than this module for many things. However IMO
@@ -31,7 +34,7 @@
  
  =head1 EXPORT
  
-@@ -3845,7 +3845,7 @@
+@@ -3848,7 +3848,7 @@
  
  Be aware that to a certain extent this module is subject to whimsies of
  your local perl. The same code may not produce the same dump on two




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