r44714 - in /trunk/libmoosex-poe-perl/debian: changelog control copyright libmoosex-poe-perl.examples

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Thu Sep 24 03:52:37 UTC 2009


Author: jawnsy-guest
Date: Thu Sep 24 03:52:31 2009
New Revision: 44714

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=44714
Log:
Lots of changes to prepare for a release

Added:
    trunk/libmoosex-poe-perl/debian/libmoosex-poe-perl.examples
Modified:
    trunk/libmoosex-poe-perl/debian/changelog
    trunk/libmoosex-poe-perl/debian/control
    trunk/libmoosex-poe-perl/debian/copyright

Modified: trunk/libmoosex-poe-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/changelog?rev=44714&op=diff
==============================================================================
--- trunk/libmoosex-poe-perl/debian/changelog (original)
+++ trunk/libmoosex-poe-perl/debian/changelog Thu Sep 24 03:52:31 2009
@@ -1,5 +1,5 @@
 libmoosex-poe-perl (0.205-1) UNRELEASED; urgency=low
 
-  * Initial Release.
+  * Initial Release (Closes: #548136)
 
  -- Jonathan Yu <jawnsy at cpan.org>  Wed, 23 Sep 2009 19:05:58 -0400

Modified: trunk/libmoosex-poe-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/control?rev=44714&op=diff
==============================================================================
--- trunk/libmoosex-poe-perl/debian/control (original)
+++ trunk/libmoosex-poe-perl/debian/control Thu Sep 24 03:52:31 2009
@@ -2,9 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, perl-modules, libmoosex-async-perl (>= 0.07),
-  libsub-name-perl (>= 0.04), libpoe-perl (>= 1.004),
-  libmoose-perl (>= 0.73)
+Build-Depends-Indep: perl, libmoosex-async-perl, libsub-name-perl (>= 0.04),
+ libpoe-perl (>= 1.004), libmoose-perl (>= 0.73)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jonathan Yu <jawnsy at cpan.org>
 Standards-Version: 3.8.3
@@ -14,10 +13,12 @@
 
 Package: libmoosex-poe-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-async-perl (>= 0.07),
-  libsub-name-perl (>= 0.04), libpoe-perl (>= 1.004),
-  libmoose-perl (>= 0.73)
-Description: The Illicit Love Child of Moose and POE
- MooseX::POE is a Moose wrapper around a POE::Session.
- .
- This description was automagically extracted from the module by dh-make-perl.
+Depends: ${perl:Depends}, ${misc:Depends}, libmoosex-async-perl,
+ libsub-name-perl (>= 0.04), libpoe-perl (>= 1.004),
+ libmoose-perl (>= 0.73)
+Description: Moose wrapper around a POE::Session
+ MooseX::POE is a Perl module that provides a Moose-ish way to manipulate
+ POE::Session instances. It provides an 'event' keyword to associate events
+ with a given block of code. The current session will then be able to run
+ these events in the normal fashion, whilst providing the encapsulation and
+ other nice features afforded by Moose.

Modified: trunk/libmoosex-poe-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/copyright?rev=44714&op=diff
==============================================================================
--- trunk/libmoosex-poe-perl/debian/copyright (original)
+++ trunk/libmoosex-poe-perl/debian/copyright Thu Sep 24 03:52:31 2009
@@ -1,22 +1,26 @@
 Format-Specification:
     http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
-Upstream-Maintainer: Chris Prather  C<< <chris at prather.org> >>
+Upstream-Maintainer: Chris Prather <chris at prather.org>
 Upstream-Source: http://search.cpan.org/dist/MooseX-POE/
 Upstream-Name: MooseX-POE
-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: Chris Prather  C<< <chris at prather.org> >>
+Copyright: 2007-2009, Chris Prather <chris at prather.org>
+ 2007-2009, Ash Berlin <ash at cpan.org>
+ 2007-2009, Chris Williams <chris at bingosnet.co.uk>
+ 2007-2009, Yuval Kogman <nothingmuch at woobling.org>
 License-Alias: Perl
 License: Artistic | GPL-1+
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
+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

Added: trunk/libmoosex-poe-perl/debian/libmoosex-poe-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libmoosex-poe-perl/debian/libmoosex-poe-perl.examples?rev=44714&op=file
==============================================================================
--- trunk/libmoosex-poe-perl/debian/libmoosex-poe-perl.examples (added)
+++ trunk/libmoosex-poe-perl/debian/libmoosex-poe-perl.examples Thu Sep 24 03:52:31 2009
@@ -1,0 +1,1 @@
+ex/*




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