r45277 - in /trunk/libpoe-loop-event-perl/debian: control copyright libpoe-loop-event-perl.docs

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Sat Oct 3 19:52:35 UTC 2009


Author: jawnsy-guest
Date: Sat Oct  3 19:52:30 2009
New Revision: 45277

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45277
Log:
Some updates to prepare for release

Removed:
    trunk/libpoe-loop-event-perl/debian/libpoe-loop-event-perl.docs
Modified:
    trunk/libpoe-loop-event-perl/debian/control
    trunk/libpoe-loop-event-perl/debian/copyright

Modified: trunk/libpoe-loop-event-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-loop-event-perl/debian/control?rev=45277&op=diff
==============================================================================
--- trunk/libpoe-loop-event-perl/debian/control (original)
+++ trunk/libpoe-loop-event-perl/debian/control Sat Oct  3 19:52:30 2009
@@ -2,8 +2,8 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, perl-modules, libpoe-test-loops-perl (>= 1.021),
-  libevent-perl (>= 1.11), libpoe-perl (>= 1.007)
+Build-Depends-Indep: perl, libpoe-test-loops-perl, libevent-perl (>= 1.11),
+ libpoe-perl (>= 2:1.2660)
 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,9 +14,14 @@
 Package: libpoe-loop-event-perl
 Architecture: all
 Depends: ${perl:Depends}, ${misc:Depends}, libevent-perl (>= 1.11),
-  libpoe-perl (>= 1.007)
-Description: Event.pm support for POE.
- POE::Loop::Event implements the interface documented in POE::Loop. Therefore
- it has no documentation of its own. Please see POE::Loop for more details.
- .
- This description was automagically extracted from the module by dh-make-perl.
+ libpoe-perl (>= 2:1.2660)
+Enhances: libpoe-perl
+Conflicts: libpoe-perl (<< 2:1.020-1)
+Replaces: libpoe-perl (<< 2:1.020-1)
+Description: POE event loop implementation using Event
+ POE::Loop::Tk implements the standard POE::Loop event loop interface for the
+ Event library (see libevent-perl). It provides features needed to manage an
+ Event-based event loop in Perl in a consistent fashion and does not differ
+ from the standard interface. Please see POE::Loop from libpoe-perl for details
+ on how this works.
+

Modified: trunk/libpoe-loop-event-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-loop-event-perl/debian/copyright?rev=45277&op=diff
==============================================================================
--- trunk/libpoe-loop-event-perl/debian/copyright (original)
+++ trunk/libpoe-loop-event-perl/debian/copyright Sat Oct  3 19:52:30 2009
@@ -3,26 +3,18 @@
 Upstream-Maintainer: Rocco Caputo <rcaputo at cpan.org>
 Upstream-Source: http://search.cpan.org/dist/POE-Loop-Event/
 Upstream-Name: POE-Loop-Event
-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: Rocco Caputo <rcaputo at cpan.org>
-License: unparsable
+Copyright: 1998-2009, Rocco Caputo <rcaputo at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+X-Comment: Because this module was split from the upstream POE package, it
+ necessarily carries the same copyright and licensing restrictions. This
+ clause comes from libpoe-perl, see the POD for details.
 
 Files: debian/*
 Copyright: 2009, Jonathan Yu <jawnsy at cpan.org>
-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!
+License: Artistic | GPL-1+
 
 License: Artistic
     This program is free software; you can redistribute it and/or modify
@@ -37,3 +29,4 @@
     any later version.
     On Debian GNU/Linux systems, the complete text of the GNU General
     Public License can be found in `/usr/share/common-licenses/GPL'
+




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