[SCM] Packaging of Starlet in Debian branch, master, updated. 0fd38b508ae43c1756ad13cad9004f43690c1ab9
Xavier Guimard
x.guimard at free.fr
Sun Jan 13 14:32:31 UTC 2013
The following commit has been merged in the master branch:
commit 0fd38b508ae43c1756ad13cad9004f43690c1ab9
Author: Xavier Guimard <x.guimard at free.fr>
Date: Sun Jan 13 15:31:05 2013 +0100
Remove unnecessary versioned dependencies and remove perl in Depends
(${perl:Depends} is there)
diff --git a/debian/control b/debian/control
index 407a872..f091b88 100644
--- a/debian/control
+++ b/debian/control
@@ -1,14 +1,14 @@
Source: starlet
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Dominic Hargreaves <dom at earth.li>
+Section: perl
+Priority: optional
Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: libparallel-prefork-perl (>= 0.13),
- libplack-perl (>= 0.992),
- libserver-starter-perl (>= 0.06),
- libtest-tcp-perl (>= 0.15),
- perl (>= 5.10.1)
+Build-Depends-Indep: libparallel-prefork-perl,
+ libplack-perl,
+ libserver-starter-perl,
+ libtest-tcp-perl,
+ perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/starlet.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/starlet.git
@@ -16,11 +16,11 @@ Homepage: http://search.cpan.org/dist/Starlet/
Package: starlet
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libparallel-prefork-perl (>= 0.13),
- libplack-perl (>= 0.992),
- libserver-starter-perl (>= 0.06),
- perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libparallel-prefork-perl,
+ libplack-perl,
+ libserver-starter-perl
Description: simple, high-performance PSGI/Plack HTTP server
Starlet is a standalone HTTP/1.0 server with keep-alive support, formerly
known as Plack::Server::Standalone::Prefork and
@@ -32,3 +32,4 @@ Description: simple, high-performance PSGI/Plack HTTP server
- prefork and graceful shutdown using Parallel::Prefork
- hot deploy using Server::Starter
- fast HTTP processing using HTTP::Parser::XS (optional)
+
--
Packaging of Starlet in Debian
More information about the Pkg-perl-cvs-commits
mailing list