[SCM] Debian packaging of libcgi-application-server-perl branch, master, updated. fe47f6db1c33bc351225531b41b26e59b2c9e03d

gregor herrmann gregoa at debian.org
Thu Jul 5 20:14:28 UTC 2012


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

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

diff --git a/debian/control b/debian/control
index c32ea0e..07b2ef6 100644
--- a/debian/control
+++ b/debian/control
@@ -1,28 +1,40 @@
 Source: libcgi-application-server-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>,
+           Franck Joncourt <franck at debian.org>,
+           gregor herrmann <gregoa at debian.org>
 Section: perl
 Priority: optional
-Build-Depends: debhelper (>= 7.0.50), perl
-Build-Depends-Indep: libcgi-application-perl, 
- libcgi-application-basic-plugin-bundle-perl, libhttp-server-simple-perl,
- libhttp-server-simple-static-perl, libio-capture-perl,
- libtest-exception-perl, libtest-http-server-simple-perl, libtest-pod-perl,
- libtest-pod-coverage-perl, libtest-www-mechanize-perl, libwww-perl
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Jaldhar H. Vyas <jaldhar at debian.org>, 
- Franck Joncourt <franck at debian.org>,
- gregor herrmann <gregoa at debian.org>
+Build-Depends: debhelper (>= 7.0.50),
+               perl
+Build-Depends-Indep: libcgi-application-perl,
+                     libcgi-application-basic-plugin-bundle-perl,
+                     libhttp-server-simple-perl,
+                     libhttp-server-simple-static-perl,
+                     libio-capture-perl,
+                     libtest-exception-perl,
+                     libtest-http-server-simple-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl,
+                     libtest-www-mechanize-perl,
+                     libwww-perl
 Standards-Version: 3.8.3
-Homepage: http://search.cpan.org/dist/CGI-Application-Server/
-Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-application-server-perl.git
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-server-perl.git
+Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-application-server-perl.git
+Homepage: http://search.cpan.org/dist/CGI-Application-Server/
 
 Package: libcgi-application-server-perl
 Architecture: all
-Depends: ${perl:Depends}, ${misc:Depends}, libio-capture-perl, 
- libcgi-application-perl, libhttp-server-simple-perl (>= 0.18), libwww-perl,
- libhttp-server-simple-static-perl
+Depends: ${perl:Depends},
+         ${misc:Depends},
+         libio-capture-perl,
+         libcgi-application-perl,
+         libhttp-server-simple-perl,
+         libwww-perl,
+         libhttp-server-simple-static-perl
 Description: simple HTTP server for developing with CGI::Application
  CGI::Application::Server is a subclass of HTTP::Server::Simple specialized
  for developing and testing CGI::Application-based modules. You can give it
  the name of one or more CGI::Application subclasses or preinitialized objects
  as entry points and it will serve them along with any static files.
+

-- 
Debian packaging of libcgi-application-server-perl



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