[SCM] Packaging of CGI::Application::Plugin::ActionDispatch in Debian branch, master, updated. upstream/0.98-6-g07753ae

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


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

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

diff --git a/debian/control b/debian/control
index 7781a81..a190519 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,13 @@
 Source: libcgi-application-plugin-actiondispatch-perl
-Section: perl
-Priority: optional
 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)
-Build-Depends-Indep: perl, libcgi-application-perl, libattribute-handlers-perl,
- libclass-inspector-perl
+Build-Depends-Indep: perl,
+                     libcgi-application-perl,
+                     libclass-inspector-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-plugin-actiondispatch-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-application-plugin-actiondispatch-perl.git
@@ -14,13 +15,17 @@ Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-ActionDispatch/
 
 Package: libcgi-application-plugin-actiondispatch-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl,
- libattribute-handlers-perl, libclass-inspector-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcgi-application-perl,
+         perl,
+         libclass-inspector-perl
+Enhances: libcgi-application-perl
 Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.5)
 Replaces: libcgi-application-extra-plugin-bundle-perl (<< 0.5)
-Enhances: libcgi-application-perl
 Description: attribute extension for CGI::Application
  CGI::Application::Plugin::ActionDispatch adds attribute based support for
  parsing the PATH_INFO of the incoming request. The interface is inspired by
  Catalyst. This plugin is plug and play and will interrupt the default behavior
  of CGI::Application and works with mod_perl.
+

-- 
Packaging of CGI::Application::Plugin::ActionDispatch in Debian



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