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

Alessandro Ghedini al3xbio at gmail.com
Mon Oct 8 08:14:25 UTC 2012


The following commit has been merged in the master branch:
commit 0b86fb56f4a703bcea2aa8c889bc4f28d56d5695
Author: Alessandro Ghedini <al3xbio at gmail.com>
Date:   Mon Oct 8 10:03:09 2012 +0200

    Fix alignment
    
    Git-Dch: Ignore

diff --git a/debian/control b/debian/control
index 051c536..9710075 100644
--- a/debian/control
+++ b/debian/control
@@ -5,14 +5,14 @@ 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
+ 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
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/starman.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/starman.git
@@ -20,15 +20,13 @@ 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
+Depends: ${misc:Depends}, ${perl:Depends},
+ libdata-dump-perl,
+ libhttp-date-perl,
+ libhttp-parser-xs-perl,
+ libnet-server-perl,
+ libplack-perl,
+ libwww-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

-- 
Debian packaging of starman



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