[SCM] Debian Packaging for CAP::RequireSSL branch, master, updated. upstream/0.04-7-g6e69084

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


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

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

diff --git a/debian/control b/debian/control
index 9242299..483a961 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,14 @@
 Source: libcgi-application-plugin-requiressl-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,
- libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: perl,
+                     libcgi-application-perl,
+                     libtest-pod-perl,
+                     libtest-pod-coverage-perl
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-plugin-requiressl-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-application-plugin-requiressl-perl.git
@@ -14,13 +16,16 @@ Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-RequireSSL/
 
 Package: libcgi-application-plugin-requiressl-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libcgi-application-perl,
- libattribute-handlers-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libcgi-application-perl,
+         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: plugin enforcing that certain run modes must be SSL secured
  CGI::Application::Plugin::RequireSSL enables a CGI::Application module
  to specify that certain run-modes must be approached using the HTTPS protocol
  rather than HTTP. The module can specify whether a violation should lead to
  an error or redirection to the HTTP equivalent.
+

-- 
Debian Packaging for CAP::RequireSSL



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