[SCM] Debian packaging of libtest-poe-client-tcp-perl branch, master, updated. f084c455aa89fe075d97c3a981e875512983bc5e

gregor herrmann gregoa at debian.org
Thu Jul 5 21:01:15 UTC 2012


The following commit has been merged in the master branch:
commit 85b1e94af800b97afb593554749fadc30b9ba7d8
Author: gregor herrmann <gregoa at debian.org>
Date:   Thu Jul 5 13:00:11 2012 -0600

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

diff --git a/debian/control b/debian/control
index b51e108..9a41ce1 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,25 @@
 Source: libtest-poe-client-tcp-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Yu <jawnsy at cpan.org>,
+           Fabrizio Regalli <fabreg at fabreg.it>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libpoe-perl (>= 2:1.2800),
- netbase,
- perl, libtest-pod-perl, libtest-pod-coverage-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Yu <jawnsy at cpan.org>,
- Fabrizio Regalli <fabreg at fabreg.it>
+Build-Depends-Indep: libpoe-perl,
+                     netbase,
+                     perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/Test-POE-Client-TCP/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-poe-client-tcp-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-poe-client-tcp-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-poe-client-tcp-perl.git
+Homepage: http://search.cpan.org/dist/Test-POE-Client-TCP/
 
 Package: libtest-poe-client-tcp-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libpoe-perl (>= 2:1.2800)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libpoe-perl
 Description: POE Component providing TCP client services for test cases
  Test::POE::Client::TCP is a POE component that provides a TCP client framework
  for inclusion in client component test cases, instead of having to roll your
@@ -25,3 +28,4 @@ Description: POE Component providing TCP client services for test cases
  Once registered with the component, a session will receive events related to
  connections made, disconnects, flushed output and input from the specified
  server.
+

-- 
Debian packaging of libtest-poe-client-tcp-perl



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