[SCM] Debian packaging of libpoe-component-irc-perl branch, master, updated. debian/6.78+dfsg-1-2-ga793fd9

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


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

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

diff --git a/debian/control b/debian/control
index 6b0b944..d9ea084 100644
--- a/debian/control
+++ b/debian/control
@@ -1,45 +1,48 @@
 Source: libpoe-component-irc-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Ansgar Burchardt <ansgar at debian.org>,
+           Damyan Ivanov <dmn at debian.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           Jotam Jr. Trejo <jotamjr at debian.org.sv>,
+           Martín Ferrari <tincho at debian.org>,
+           Ryan Niebur <ryan at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, netbase,
- libirc-utils-perl,
- libpoe-component-client-dns-perl,
- libpoe-component-client-ident-perl,
- libpoe-component-syndicator-perl,
- libpoe-filter-ircd-perl (>= 2.42),
- libpoe-perl (>= 2:1.3100),
- libsocket-getaddrinfo-perl,
- libsocket6-perl,
- libtest-differences-perl (>= 0.61),
- libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Ansgar Burchardt <ansgar at debian.org>,
- Damyan Ivanov <dmn at debian.org>,
- gregor herrmann <gregoa at debian.org>,
- Jonathan Yu <jawnsy at cpan.org>,
- Jotam Jr. Trejo <jotamjr at debian.org.sv>,
- Martín Ferrari <tincho at debian.org>,
- Ryan Niebur <ryan at debian.org>
+Build-Depends-Indep: perl,
+                     netbase,
+                     libirc-utils-perl,
+                     libpoe-component-client-dns-perl,
+                     libpoe-component-client-ident-perl,
+                     libpoe-component-syndicator-perl,
+                     libpoe-filter-ircd-perl,
+                     libpoe-perl (>= 2:1.3100),
+                     libsocket-getaddrinfo-perl,
+                     libsocket6-perl,
+                     libtest-differences-perl (>= 0.61),
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.2
-Homepage: http://metacpan.org/release/POE-Component-IRC/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-irc-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-irc-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-irc-perl.git
+Homepage: http://metacpan.org/release/POE-Component-IRC/
 
 Package: libpoe-component-irc-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libirc-utils-perl,
- libpoe-component-syndicator-perl,
- libpoe-filter-ircd-perl (>= 2.42),
- libpoe-perl (>= 2:1.3100),
- libsocket-getaddrinfo-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libirc-utils-perl,
+         libpoe-component-syndicator-perl,
+         libpoe-filter-ircd-perl,
+         libpoe-perl (>= 2:1.3100),
+         libsocket-getaddrinfo-perl
 Suggests: libpoe-component-client-dns-perl,
- libpoe-component-sslify-perl,
- libsocket6-perl
+          libpoe-component-sslify-perl,
+          libsocket6-perl
 Description: POE Component for manipulating IRC sessions
  POE::Component::IRC is a POE component which acts as an easily controllable
  IRC client for your other POE components and sessions. You create an IRC
  component and tell it what events your session cares about and where to
  connect to, and it sends back interesting IRC events when they happen. You
  make the client do things by sending it events.
+

-- 
Debian packaging of libpoe-component-irc-perl



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