[SCM] Debian packaging of libpoe-component-jobqueue-perl branch, master, updated. 8cf95db49da1e8b42a1fb61740aba9056e30a269

gregor herrmann gregoa at debian.org
Thu Jul 5 20:52:46 UTC 2012


The following commit has been merged in the master branch:
commit 8a2035f7979648cbc69caa67e48386a74d74a23d
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 12:51:37 2012 -0600

    debian/control: update {versioned,alternative} (build) dependencies.

diff --git a/debian/control b/debian/control
index 6b4556b..f4b596c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,19 +1,24 @@
 Source: libpoe-component-jobqueue-perl
+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>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.8), quilt (>= 0.46-7)
-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>,
- gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 7.0.8),
+               quilt
+Build-Depends-Indep: perl,
+                     libpoe-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/POE-Component-JobQueue/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-jobqueue-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-jobqueue-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-jobqueue-perl.git
+Homepage: http://search.cpan.org/dist/POE-Component-JobQueue/
 
 Package: libpoe-component-jobqueue-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libpoe-perl (>= 2:1.2690)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libpoe-perl
 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
@@ -23,3 +28,4 @@ Description: POE component to manage queues and worker pools
  This module implements two kinds of queue: active and passive. Both types of
  queues use a Worker coderef to spawn sessions that process jobs, but how they
  use the Worker differs between them.
+

-- 
Debian packaging of libpoe-component-jobqueue-perl



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