[SCM] Debian packaging of libmoosex-poe-perl branch, master, updated. debian/0.215-1-2-g394efbe

gregor herrmann gregoa at debian.org
Thu Jul 5 20:41:31 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 862f347..4ced1e9 100644
--- a/debian/control
+++ b/debian/control
@@ -1,30 +1,31 @@
 Source: libmoosex-poe-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libmoose-perl (>= 2.0002),
- libmoosex-daemonize-perl,
- libmoosex-declare-perl,
- libpoe-perl (>= 2:1.3100),
- libtest-fatal-perl,
- perl (>= 5.10.1) | libtest-simple-perl (>= 0.90)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>
+                     libmoose-perl (>= 2.0002),
+                     libmoosex-daemonize-perl,
+                     libmoosex-declare-perl,
+                     libpoe-perl (>= 2:1.3100),
+                     libtest-fatal-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/MooseX-POE/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-poe-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmoosex-poe-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libmoosex-poe-perl.git
+Homepage: http://search.cpan.org/dist/MooseX-POE/
 
 Package: libmoosex-poe-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmoose-perl (>= 2.0002),
- libpoe-perl (>= 2:1.3100)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libmoose-perl (>= 2.0002),
+         libpoe-perl (>= 2:1.3100)
 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.
+

-- 
Debian packaging of libmoosex-poe-perl



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