r35767 - in /trunk/libcontext-preserve-perl/debian: changelog control copyright libcontext-preserve-perl.docs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Tue May 19 02:55:52 UTC 2009


Author: jawnsy-guest
Date: Tue May 19 02:55:47 2009
New Revision: 35767

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=35767
Log:
Mostly done. Needs to test for dependencies in control. Description written; copyright checked. .docs removed because README is pretty useless. dch -r.

Removed:
    trunk/libcontext-preserve-perl/debian/libcontext-preserve-perl.docs
Modified:
    trunk/libcontext-preserve-perl/debian/changelog
    trunk/libcontext-preserve-perl/debian/control
    trunk/libcontext-preserve-perl/debian/copyright

Modified: trunk/libcontext-preserve-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcontext-preserve-perl/debian/changelog?rev=35767&op=diff
==============================================================================
--- trunk/libcontext-preserve-perl/debian/changelog (original)
+++ trunk/libcontext-preserve-perl/debian/changelog Tue May 19 02:55:47 2009
@@ -1,5 +1,5 @@
-libcontext-preserve-perl (0.01-1) UNRELEASED; urgency=low
+libcontext-preserve-perl (0.01-1) unstable; urgency=low
 
   * Initial Release. (Closes: #529232)
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Mon, 18 May 2009 16:57:02 -0700
+ -- Jonathan Yu <frequency at cpan.org>  Mon, 18 May 2009 22:52:35 -0400

Modified: trunk/libcontext-preserve-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcontext-preserve-perl/debian/control?rev=35767&op=diff
==============================================================================
--- trunk/libcontext-preserve-perl/debian/control (original)
+++ trunk/libcontext-preserve-perl/debian/control Tue May 19 02:55:47 2009
@@ -5,7 +5,7 @@
 Build-Depends-Indep: perl (>= 5.6.0-12), libtest-use-ok-perl,
   libtest-exception-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ryan Niebur <ryanryan52 at gmail.com>
+Uploaders: Jonathan Yu <frequency at cpan.org>, Ryan Niebur <ryanryan52 at gmail.com>
 Standards-Version: 3.8.1
 Homepage: http://search.cpan.org/dist/Context-Preserve/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libcontext-preserve-perl/
@@ -14,8 +14,12 @@
 Package: libcontext-preserve-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}
-Description: run code after a subroutine call, preserving the context the subroutine would have seen if it were the last statement in the caller
- run code after a subroutine call, preserving the context the subroutine would
- have seen if it were the last statement in the caller
+Description: Perl module to preserve calling context
+ Context::Preserve allows developers to preserve the calling context of their
+ subroutines, which is useful for functions that call other functions and
+ return their results, with some possible modifications. This means that, if
+ your module is called in scalar, list or void context, the given subroutine
+ is called in the same context and the appropriate 'thing' is returned.
  .
- This description was automagically extracted from the module by dh-make-perl.
+ This means that it is easy to write functions that call other functions,
+ modify their result and return it, in a seamless manner.

Modified: trunk/libcontext-preserve-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libcontext-preserve-perl/debian/copyright?rev=35767&op=diff
==============================================================================
--- trunk/libcontext-preserve-perl/debian/copyright (original)
+++ trunk/libcontext-preserve-perl/debian/copyright Tue May 19 02:55:47 2009
@@ -1,28 +1,18 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: AND COPYRIGHT
+Upstream-Maintainer: Jonathan Rockway <jrockway at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/Context-Preserve/
 Upstream-Name: Context-Preserve
-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: AND COPYRIGHT
-License: unparsable
+Copyright: 2008, Infinity Interactive, Inc.
+License-Alias: Perl
+License: Artistic | GPL-1+
 
 Files: debian/*
-Copyright: 2009, Ryan Niebur <ryanryan52 at gmail.com>
-License: unparsable | Artistic | GPL-1+
-
-License: unparsable
-    No known license could be automatically determined for this module.
-    If this module conforms to a commonly used license, please report this
-    as a bug in dh-make-perl. In any case, please find the proper license
-    and fix this file!
+Copyright: 2009, Jonathan Yu <frequency at cpan.org>
+ 2009, Ryan Niebur <ryanryan52 at gmail.com>
+License: Artistic | GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify




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