[SCM] Packaging of Perlbal in Debian branch, master, updated. debian/1.80-2-2-gd48c56c

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


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

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

diff --git a/debian/control b/debian/control
index f564ba3..3c833e5 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,27 @@
 Source: perlbal
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jonathan Steinert <deb at hachi.kuiki.net>
 Section: web
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl, libbsd-resource-perl, libdanga-socket-perl,
- libsys-syscall-perl, libwww-perl, libio-aio-perl, libnet-netmask-perl,
- perl (>= 5.11.1) | libtest-simple-perl (>= 0.94)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jonathan Steinert <deb at hachi.kuiki.net>
+Build-Depends-Indep: perl,
+                     libbsd-resource-perl,
+                     libdanga-socket-perl,
+                     libsys-syscall-perl,
+                     libwww-perl,
+                     libio-aio-perl,
+                     libnet-netmask-perl,
+                     perl (>= 5.11.1) | libtest-simple-perl
 Standards-Version: 3.9.3
-Homepage: http://www.danga.com/perlbal/
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/perlbal.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/perlbal.git
+Homepage: http://www.danga.com/perlbal/
 
 Package: perlbal
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libperlbal-perl (= ${binary:Version})
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libperlbal-perl (= ${binary:Version})
 Description: Perl-based reverse proxy load balancer and web server
  Perlbal is a single-threaded event-based server supporting HTTP load
  balancing, web serving, and a mix of the two. Perlbal can act as either a web
@@ -29,11 +36,16 @@ Description: Perl-based reverse proxy load balancer and web server
  can override many parts of request handling and behavior.
 
 Package: libperlbal-perl
-Section: perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libbsd-resource-perl,
- libdanga-socket-perl, libsys-syscall-perl, libwww-perl
-Recommends: libio-aio-perl, libperlbal-xs-httpheaders-perl
+Section: perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libbsd-resource-perl,
+         libdanga-socket-perl,
+         libsys-syscall-perl,
+         libwww-perl
+Recommends: libio-aio-perl,
+            libperlbal-xs-httpheaders-perl
 Description: Perlbal libraries; embed perlbal into another app
  These are libraries that allow an application to internally run an instance
  of perlbal.
@@ -49,3 +61,4 @@ Description: Perlbal libraries; embed perlbal into another app
  .
  Perlbal can also be extended by means of per-service (and global) plugins that
  can override many parts of request handling and behavior.
+

-- 
Packaging of Perlbal in Debian



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