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

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


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

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

diff --git a/debian/control b/debian/control
index 138e4b7..afe9a7c 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,27 @@
 Source: libtest-poe-server-tcp-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Antonio Radici <antonio at dyne.org>,
+           Jonathan Yu <jawnsy at cpan.org>,
+           gregor herrmann <gregoa at debian.org>,
+           Ryan Niebur <ryan at debian.org>,
+           Nathan Handler <nhandler at ubuntu.com>,
+           Nicholas Bamber <nicholas at periapt.co.uk>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 7)
-Build-Depends-Indep: perl, libpoe-perl (>= 2:1.0040), netbase
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Antonio Radici <antonio at dyne.org>, Jonathan Yu <jawnsy at cpan.org>,
- gregor herrmann <gregoa at debian.org>, Ryan Niebur <ryan at debian.org>,
- Nathan Handler <nhandler at ubuntu.com>, Nicholas Bamber <nicholas at periapt.co.uk>
+Build-Depends-Indep: perl,
+                     libpoe-perl,
+                     netbase
 Standards-Version: 3.9.1
-Homepage: http://search.cpan.org/dist/Test-POE-Server-TCP/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-poe-server-tcp-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libtest-poe-server-tcp-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libtest-poe-server-tcp-perl.git
+Homepage: http://search.cpan.org/dist/Test-POE-Server-TCP/
 
 Package: libtest-poe-server-tcp-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libpoe-perl (>= 2:1.0040)
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libpoe-perl
 Description: test framework for TCP client libraries using POE
  Test::POE::Server::TCP is a Perl Object Environment (POE, see libpoe-perl)
  component that provides a TCP server framework for inclusion in your client
@@ -22,3 +29,4 @@ Description: test framework for TCP client libraries using POE
  to client connections, disconnections, input and any flushed output. It will
  also get a unique client identifier which may be used in communication with
  the client component when sending data to the client or ending a connection.
+

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



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