[SCM] Debian packaging of libpoe-component-server-http-perl branch, master, updated. 673730cb6b9e2271f70acfbb508ccd3a69cbc780

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


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

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

diff --git a/debian/control b/debian/control
index 59cbc28..c3753ee 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,27 @@
 Source: libpoe-component-server-http-perl
-Section: perl
-Priority: extra
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Jose Luis Rivas <ghostbar38 at gmail.com>,
- Martín Ferrari <tincho at debian.org>, Ryan Niebur <ryan at debian.org>
+           Martín Ferrari <tincho at debian.org>,
+           Ryan Niebur <ryan at debian.org>
+Section: perl
+Priority: extra
 Build-Depends: debhelper (>= 5)
-Build-Depends-Indep: perl, libpoe-perl (>= 2:0.3007), libwww-perl,
- libyaml-perl, libpoe-api-peek-perl
+Build-Depends-Indep: perl,
+                     libpoe-perl,
+                     libwww-perl,
+                     libyaml-perl,
+                     libpoe-api-peek-perl
 Standards-Version: 3.7.3
-Homepage: http://search.cpan.org/dist/POE-Component-Server-HTTP/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-server-http-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libpoe-component-server-http-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libpoe-component-server-http-perl.git
+Homepage: http://search.cpan.org/dist/POE-Component-Server-HTTP/
 
 Package: libpoe-component-server-http-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libwww-perl, libpoe-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libwww-perl,
+         libpoe-perl
 Description: foundation of a POE HTTP Daemon
  POE::Component::Server::HTTP is a framework for building custom HTTP servers
  based on POE. It is loosely modeled on the ideas of apache and the
@@ -25,3 +32,4 @@ Description: foundation of a POE HTTP Daemon
  .
  It lets you register different handlers, stacked by directory that will be run
  during the cause of the request.
+

-- 
Debian packaging of libpoe-component-server-http-perl



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