[SCM] Debian packaging of starman branch, master, updated. debian/0.3001-1-2-g773b7e4

gregor herrmann gregoa at debian.org
Thu Jul 5 21:11:56 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index 3fc182f..051c536 100644
--- a/debian/control
+++ b/debian/control
@@ -1,34 +1,34 @@
 Source: starman
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Alessandro Ghedini <ghedo at debian.org>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
- libdata-dump-perl,
- libhttp-date-perl,
- libhttp-parser-xs-perl,
- libnet-server-perl,
- libplack-perl (>= 0.9971),
- libtest-requires-perl,
- libtest-tcp-perl,
- libwww-perl,
- perl (>= 5.10.1) | libparent-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Alessandro Ghedini <ghedo at debian.org>
+                     libdata-dump-perl,
+                     libhttp-date-perl,
+                     libhttp-parser-xs-perl,
+                     libnet-server-perl,
+                     libplack-perl (>= 0.9971),
+                     libtest-requires-perl,
+                     libtest-tcp-perl,
+                     libwww-perl
 Standards-Version: 3.9.3
-Homepage: http://search.cpan.org/dist/Starman/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/starman.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/starman.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/starman.git
+Homepage: http://search.cpan.org/dist/Starman/
 
 Package: starman
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libdata-dump-perl,
- libhttp-date-perl,
- libhttp-parser-xs-perl,
- libnet-server-perl,
- libplack-perl,
- libwww-perl,
- perl (>= 5.10.1) | libparent-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libdata-dump-perl,
+         libhttp-date-perl,
+         libhttp-parser-xs-perl,
+         libnet-server-perl,
+         libplack-perl,
+         libwww-perl,
+         perl
 Description: high-performance preforking PSGI/Plack web server
  Starman is a PSGI perl web server that has unique features such as:
   * High Performance - Uses the fast XS/C HTTP header parser
@@ -48,3 +48,4 @@ Description: high-performance preforking PSGI/Plack web server
   * PSGI compatible - Can run any PSGI applications and frameworks
   * HTTP/1.1 support - Supports chunked requests and responses, keep-alive
     and pipeline requests.
+

-- 
Debian packaging of starman



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