[SCM] Debian packaging of libcgi-application-dispatch-perl branch, master, updated. upstream/3.07-33-gff331b3

gregor herrmann gregoa at debian.org
Thu Jul 5 20:13:49 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index cebb7d9..64f643b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,40 +1,43 @@
 Source: libcgi-application-dispatch-perl
-Section: perl
-Priority: optional
-Build-Depends: debhelper (>= 8), perl, 
- apache2,
- apache2-threaded-dev | apache2-prefork-dev,
- libapache2-mod-perl2,
- libcgi-application-perl (>= 4.50),
- libcgi-psgi-perl,
- libhttp-exception-perl,
- libplack-perl (>= 0.9956),
- libtest-longstring-perl,
- libtry-tiny-perl,
- perl (>= 5.12) | libversion-perl
 Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
 Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>,
- Jaldhar H. Vyas <jaldhar at debian.org>
+           Jaldhar H. Vyas <jaldhar at debian.org>
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8),
+               perl,
+               apache2,
+               apache2-threaded-dev | apache2-prefork-dev,
+               libapache2-mod-perl2,
+               libcgi-application-perl (>= 4.50),
+               libcgi-psgi-perl,
+               libhttp-exception-perl,
+               libplack-perl (>= 0.9956),
+               libtest-longstring-perl,
+               libtry-tiny-perl
 Standards-Version: 3.9.2
-Homepage: http://search.cpan.org/dist/CGI-Application-Dispatch/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-application-dispatch-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-dispatch-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-application-dispatch-perl.git
+Homepage: http://search.cpan.org/dist/CGI-Application-Dispatch/
 
 Package: libcgi-application-dispatch-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libcgi-application-perl (>= 4.50),
- libhttp-exception-perl,
- libtry-tiny-perl,
- perl (>= 5.12) | libversion-perl
-Suggests: libapache2-mod-perl2, libplack-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcgi-application-perl (>= 4.50),
+         libhttp-exception-perl,
+         libtry-tiny-perl,
+         perl
+Suggests: libapache2-mod-perl2,
+          libplack-perl
 Breaks: libcgi-application-basic-plugin-bundle-perl (<< 0.6),
- libcgi-application-plugins-perl (<< 0.11)
+        libcgi-application-plugins-perl (<< 0.11)
 Replaces: libcgi-application-basic-plugin-bundle-perl (<< 0.6),
- libcgi-application-plugins-perl (<< 0.11)
+          libcgi-application-plugins-perl (<< 0.11)
 Description: request dispatcher for CGI::Application
  CGI::Application::Dispatch provides glue between web server environments
  such as mod_perl, Plack and straight CGI and the CGI::Application web
  framework. It does this by parsing the PATH_INFO environment variable
  and mapping it onto a CGI::Application subclass module invocation with the
  appropriate run mode and CGI::Application parameters.
+

-- 
Debian packaging of libcgi-application-dispatch-perl



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