r44213 - in /trunk/libiterator-simple-perl/debian: changelog control copyright libiterator-simple-perl.docs

dustywilson-guest at users.alioth.debian.org dustywilson-guest at users.alioth.debian.org
Thu Sep 17 19:03:32 UTC 2009


Author: dustywilson-guest
Date: Thu Sep 17 19:03:20 2009
New Revision: 44213

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44213
Log:
Removed d/libiterator-simple-perl.docs; d/copyright: added copyright/license for Module::Install; d/control: removed "perl-modules" from B-D-I and Depends, modified short description, modified long description

Removed:
    trunk/libiterator-simple-perl/debian/libiterator-simple-perl.docs
Modified:
    trunk/libiterator-simple-perl/debian/changelog
    trunk/libiterator-simple-perl/debian/control
    trunk/libiterator-simple-perl/debian/copyright

Modified: trunk/libiterator-simple-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiterator-simple-perl/debian/changelog?rev=44213&op=diff
==============================================================================
--- trunk/libiterator-simple-perl/debian/changelog (original)
+++ trunk/libiterator-simple-perl/debian/changelog Thu Sep 17 19:03:20 2009
@@ -1,12 +1,7 @@
 libiterator-simple-perl (0.05-1) UNRELEASED; urgency=low
 
   TODO:
-  - I'd remove debian/libiterator-simple-perl.docs, the README doesn't provide
-    useful information for our users
   - debian/copyright:
-    + this module ships Module::Install in inc/, so we have to mention
-      copyright/license for this code, too. a nice template can be found at
-      http://pkg-perl.alioth.debian.org/copyright.html
     + and we have a real problem: there's no copyright notice for the module
       itself anywhere in the code, only the author who might or might not be
       the copyright holder. ftp-masters don't accept packages without
@@ -14,11 +9,8 @@
       ask upstream to include a copyright statement (or at least write a mail
       which can be quoted). a template for contacting upstream is available on
       the same page mentioned above
-  - debian/control:
-    + the unversioned "perl-modules" in Build-Depends-Indep and Depends should
-      be removed
-    + the short description should work as a noun phrase
-    + (cosmetical) the long description could need a bit of love
+      = Dusty has sent an email to upstream asking to have a copyright statement
+        added to the module or a quotable statement via email.
 
   * Initial Release. (Closes: #547006)
 

Modified: trunk/libiterator-simple-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiterator-simple-perl/debian/control?rev=44213&op=diff
==============================================================================
--- trunk/libiterator-simple-perl/debian/control (original)
+++ trunk/libiterator-simple-perl/debian/control Thu Sep 17 19:03:20 2009
@@ -2,7 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, perl-modules
+Build-Depends-Indep: perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Dusty Wilson <dusty at megagram.com>
 Standards-Version: 3.8.3
@@ -12,8 +12,18 @@
 
 Package: libiterator-simple-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl-modules
-Description: Simple iterator and utilities
+Depends: ${perl:Depends}, ${misc:Depends}
+Description: perl module to provide a simple iterator
  Iterator::Simple is yet another general-purpose iterator utility.
  .
- Rather simple, but powerful and fast iterator.
+ Compared to Iterator and Iterator::Util, Iterator::Simple is much faster
+ since it is simply a code reference instead of a full-featured class
+ instance like Iterator::Util.  In basic tests, it appears to be
+ approximately ten times faster than Iterator::Util.
+ .
+ Iterator::Simple doesn't provide "is_exhausted" and "isnt_exhausted" and
+ instead uses a return value of undef to determine when it is exhausted.
+ If you need to return a value of undef, but not as an exhausted signal,
+ you can return a different value aside from undef and check for that in
+ your while loop.  If this is unacceptable, you may wish to consider
+ using Iterator or Iterator::Util instead.

Modified: trunk/libiterator-simple-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libiterator-simple-perl/debian/copyright?rev=44213&op=diff
==============================================================================
--- trunk/libiterator-simple-perl/debian/copyright (original)
+++ trunk/libiterator-simple-perl/debian/copyright Thu Sep 17 19:03:20 2009
@@ -13,6 +13,13 @@
 Copyright: 2009, Dusty Wilson <dusty at megagram.com>
 License: Artistic | GPL-1+
 
+Files: inc/Module/*
+Copyright: 2002-2009, Adam Kennedy <adamk at cpan.org>
+ 2002-2009, Audrey Tang <autrijus at autrijus.org>
+ 2002-2009, Brian Ingerson <ingy at cpan.org>
+License-Alias: Perl
+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.




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