r46329 - in /trunk/libmixin-linewise-perl/debian: changelog control copyright libmixin-linewise-perl.docs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Oct 24 15:45:25 UTC 2009


Author: jawnsy-guest
Date: Sat Oct 24 15:45:18 2009
New Revision: 46329

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=46329
Log:
Prepare for release...

Removed:
    trunk/libmixin-linewise-perl/debian/libmixin-linewise-perl.docs
Modified:
    trunk/libmixin-linewise-perl/debian/changelog
    trunk/libmixin-linewise-perl/debian/control
    trunk/libmixin-linewise-perl/debian/copyright

Modified: trunk/libmixin-linewise-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmixin-linewise-perl/debian/changelog?rev=46329&op=diff
==============================================================================
--- trunk/libmixin-linewise-perl/debian/changelog (original)
+++ trunk/libmixin-linewise-perl/debian/changelog Sat Oct 24 15:45:18 2009
@@ -1,5 +1,5 @@
 libmixin-linewise-perl (0.002-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release
 
  -- Jonathan Yu <jawnsy at cpan.org>  Sat, 24 Oct 2009 08:03:18 -0400

Modified: trunk/libmixin-linewise-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmixin-linewise-perl/debian/control?rev=46329&op=diff
==============================================================================
--- trunk/libmixin-linewise-perl/debian/control (original)
+++ trunk/libmixin-linewise-perl/debian/control Sat Oct 24 15:45:18 2009
@@ -2,8 +2,7 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl (>= 5.6.0), libio-string-perl,
-  libsub-exporter-perl (>= 0.9)
+Build-Depends-Indep: perl, libio-string-perl, libsub-exporter-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
@@ -13,12 +12,11 @@
 
 Package: libmixin-linewise-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, perl (>= 5.6.0),
-  libio-string-perl, libsub-exporter-perl (>= 0.9)
-Description: write your linewise code for handles; this does the rest
- It's boring to deal with opening files for IO, converting strings to
- handle-like objects, and all that. With Mixin::Linewise::Readers and
- Mixin::Linewise::Writers, you can just write a method to handle handles, and
- methods for handling strings and filenames are added for you.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${perl:Depends}, ${misc:Depends}, libsub-exporter-perl,
+ libio-string-perl
+Description: Perl module to handle general I/O
+ Mixin::Linewise is a Perl module that provides a generalized framework for
+ handling I/O. It supports opening files for I/O, converting strings to handle
+ type objects, and more. With Reader and Writer classes, you can just write a
+ method to manipulate normal handles, and let the modules do the rest, like
+ providing string and filename handling methods.

Modified: trunk/libmixin-linewise-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmixin-linewise-perl/debian/copyright?rev=46329&op=diff
==============================================================================
--- trunk/libmixin-linewise-perl/debian/copyright (original)
+++ trunk/libmixin-linewise-perl/debian/copyright Sat Oct 24 15:45:18 2009
@@ -1,17 +1,18 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Ricardo SIGNES, C<< <rjbs at cpan.org> >>
+Upstream-Maintainer: Ricardo SIGNES <rjbs at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/Mixin-Linewise/
 Upstream-Name: Mixin-Linewise
-Disclaimer: This copyright info was automatically extracted 
-    from the perl module. It may not be accurate, so you better 
-    check the module sources in order to ensure the module for its 
-    inclusion in Debian or for general legal information. Please, 
-    if licensing information is incorrectly generated, file a bug 
-    on dh-make-perl.
 
 Files: *
-Copyright: Ricardo SIGNES, C<< <rjbs at cpan.org> >>
+Copyright: 2008, Ricardo SIGNES <rjbs at cpan.org>
+License-Alias: Perl
+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+
 




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