r45640 - in /trunk/libpoe-component-jobqueue-perl: CHANGES JobQueue.pm META.yml Makefile.PL debian/changelog debian/control

jawnsy-guest at users.alioth.debian.org jawnsy-guest at users.alioth.debian.org
Mon Oct 12 16:13:49 UTC 2009


Author: jawnsy-guest
Date: Mon Oct 12 16:13:44 2009
New Revision: 45640

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=45640
Log:
Integrate new upstream version; now needs new POE

Modified:
    trunk/libpoe-component-jobqueue-perl/CHANGES
    trunk/libpoe-component-jobqueue-perl/JobQueue.pm
    trunk/libpoe-component-jobqueue-perl/META.yml
    trunk/libpoe-component-jobqueue-perl/Makefile.PL
    trunk/libpoe-component-jobqueue-perl/debian/changelog
    trunk/libpoe-component-jobqueue-perl/debian/control

Modified: trunk/libpoe-component-jobqueue-perl/CHANGES
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/CHANGES?rev=45640&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/CHANGES (original)
+++ trunk/libpoe-component-jobqueue-perl/CHANGES Mon Oct 12 16:13:44 2009
@@ -1,3 +1,16 @@
+==================================
+2009-07-28T06:34:13.173649Z v0_570
+==================================
+
+  2009-07-28 06:33:37 (r29) by rcaputo; Makefile.PL M; JobQueue.pm M
+
+    Use latest POE, and prepare for a new release.
+
+  2009-07-27 04:43:43 (r28) by rcaputo; Makefile.PL M; JobQueue.pm M
+
+    Add a machine-readable repository. Add BUG TRACKER, REPOSITORY and
+    OTHER RESOURCES sections to the docs. 
+
 =================================
 2009-07-25T06:45:02.718940Z v0_56
 =================================

Modified: trunk/libpoe-component-jobqueue-perl/JobQueue.pm
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/JobQueue.pm?rev=45640&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/JobQueue.pm (original)
+++ trunk/libpoe-component-jobqueue-perl/JobQueue.pm Mon Oct 12 16:13:44 2009
@@ -1,4 +1,4 @@
-# $Id: JobQueue.pm 26 2009-07-25 06:44:35Z rcaputo $
+# $Id: JobQueue.pm 29 2009-07-28 06:33:37Z rcaputo $
 # License and documentation are after __END__.
 
 package POE::Component::JobQueue;
@@ -6,7 +6,7 @@
 use strict;
 
 use vars qw($VERSION);
-$VERSION = '0.56';
+$VERSION = '0.570';
 
 use Carp qw (croak);
 
@@ -602,17 +602,23 @@
 Also see the test program, t/01_queues.t, in the
 POE::Component::JobQueue distribution.
 
-=head1 BUGS
-
-This documentation is pretty bad.
+=head1 BUG TRACKER
+
+https://rt.cpan.org/Dist/Display.html?Status=Active&Queue=POE-Component-JobQueue
+
+=head1 REPOSITORY
+
+http://thirdlobe.com/svn/poco-jobqueue/
+
+=head1 OTHER RESOURCES
+
+http://search.cpan.org/dist/POE-Component-JobQueue/
 
 =head1 AUTHOR & COPYRIGHTS
 
-POE::Component::JobQueue is Copyright 1999-2002 by Rocco Caputo.  All
+POE::Component::JobQueue is Copyright 1999-2009 by Rocco Caputo.  All
 rights are reserved.  POE::Component::JobQueue is free software; you
 may redistribute it and/or modify it under the same terms as Perl
 itself.
 
-Rocco may be contacted by e-mail via rcaputo at cpan.org.
-
 =cut

Modified: trunk/libpoe-component-jobqueue-perl/META.yml
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/META.yml?rev=45640&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/META.yml (original)
+++ trunk/libpoe-component-jobqueue-perl/META.yml Mon Oct 12 16:13:44 2009
@@ -1,14 +1,25 @@
 --- #YAML:1.0
-name:                POE-Component-JobQueue
-version:             0.56
-abstract:            POE component for processing large numbers of tasks with finite numbers of workers.
-license:             perl
-author:              
+name:               POE-Component-JobQueue
+version:            0.570
+abstract:           POE component for processing large numbers of tasks with finite numbers of workers.
+author:
     - Rocco Caputo <rcaputo at cpan.org>
-generated_by:        ExtUtils::MakeMaker version 6.42
-distribution_type:   module
-requires:     
-    POE:                           0.31
+license:            perl
+distribution_type:  module
+configure_requires:
+    ExtUtils::MakeMaker:  0
+build_requires:
+    ExtUtils::MakeMaker:  0
+requires:
+    POE:  1.007
+resources:
+    license:     http://dev.perl.org/licenses/
+    repository:  http://thirdlobe.com/svn/poco-jobqueue/trunk
+no_index:
+    directory:
+        - t
+        - inc
+generated_by:       ExtUtils::MakeMaker version 6.54
 meta-spec:
-    url:     http://module-build.sourceforge.net/META-spec-v1.3.html
-    version: 1.3
+    url:      http://module-build.sourceforge.net/META-spec-v1.4.html
+    version:  1.4

Modified: trunk/libpoe-component-jobqueue-perl/Makefile.PL
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/Makefile.PL?rev=45640&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/Makefile.PL (original)
+++ trunk/libpoe-component-jobqueue-perl/Makefile.PL Mon Oct 12 16:13:44 2009
@@ -1,5 +1,5 @@
 #!/usr/bin/perl
-# $Id: Makefile.PL 26 2009-07-25 06:44:35Z rcaputo $
+# $Id: Makefile.PL 29 2009-07-28 06:33:37Z rcaputo $
 
 use ExtUtils::MakeMaker;
 
@@ -18,7 +18,13 @@
 	VERSION_FROM  => 'JobQueue.pm',
 	PM            => { 'JobQueue.pm' => '$(INST_LIBDIR)/JobQueue.pm' },
 	PREREQ_PM     => {
-		POE         => 0.31,
+		POE         => 1.007,
+	},
+	META_ADD     => {
+		resources  => {
+			license    => 'http://dev.perl.org/licenses/',
+			repository => 'http://thirdlobe.com/svn/poco-jobqueue/trunk'
+		},
 	},
 	dist          => {
 		COMPRESS    => 'gzip -9f',

Modified: trunk/libpoe-component-jobqueue-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/debian/changelog?rev=45640&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/changelog (original)
+++ trunk/libpoe-component-jobqueue-perl/debian/changelog Mon Oct 12 16:13:44 2009
@@ -1,4 +1,4 @@
-libpoe-component-jobqueue-perl (0.5600-1) UNRELEASED; urgency=low
+libpoe-component-jobqueue-perl (0.5700-1) UNRELEASED; urgency=low
 
   TODO: libscan.patch was rejected, now it can be at least applied but there
   are no signs of quilt anywhere. If it's activated Makefile need to be
@@ -27,6 +27,7 @@
   * Bump debhelper dependency to 7.0.8 + quilt 0.46-7
   * Update compat to 7
   * Added a patch to get rid of the POD errors
+  * New upstream release
 
   [ Ryan Niebur ]
   * Update jawnsy's email address
@@ -34,7 +35,7 @@
   [ gregor herrmann ]
   * debian/watch: update uversionmangle for 2- and 3-digit upstream versions.
 
- -- Ryan Niebur <ryanryan52 at gmail.com>  Tue, 01 Sep 2009 21:19:33 -0700
+ -- Jonathan Yu <jawnsy at cpan.org>  Mon, 12 Oct 2009 08:19:33 -0400
 
 libpoe-component-jobqueue-perl (0.5500-1) unstable; urgency=low
 

Modified: trunk/libpoe-component-jobqueue-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/debian/control?rev=45640&op=diff
==============================================================================
--- trunk/libpoe-component-jobqueue-perl/debian/control (original)
+++ trunk/libpoe-component-jobqueue-perl/debian/control Mon Oct 12 16:13:44 2009
@@ -2,17 +2,17 @@
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-Build-Depends-Indep: perl (>= 5.6.0-17), libpoe-perl
+Build-Depends-Indep: perl, libpoe-perl (>= 2:1.2690)
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Martín Ferrari <tincho at debian.org>, Jonathan Yu <jawnsy at cpan.org>
-Standards-Version: 3.8.2
+Standards-Version: 3.8.3
 Homepage: http://search.cpan.org/dist/POE-Component-JobQueue/
 Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libpoe-component-jobqueue-perl/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libpoe-component-jobqueue-perl/
 
 Package: libpoe-component-jobqueue-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libpoe-perl
+Depends: ${misc:Depends}, ${perl:Depends}, libpoe-perl (>= 1.2690)
 Description: POE component to manage queues and worker pools
  POE::Component::JobQueue manages a finite pool of worker sessions as they
  handle an arbitrarily large number of tasks. It often is used as a form of




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