[SCM] Debian Packaging for CAP::ProtectCSRF branch, master, updated. upstream/1.01-12-gddbbacc

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


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

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

diff --git a/debian/control b/debian/control
index 18632c6..4be4626 100644
--- a/debian/control
+++ b/debian/control
@@ -1,13 +1,16 @@
 Source: libcgi-application-plugin-protectcsrf-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-plugin-session-perl,
- libattribute-handlers-perl, libhtml-parser-perl, libhtml-template-perl,
- libtest-pod-perl, libtest-pod-coverage-perl
+Build-Depends-Indep: perl,
+                     libcgi-application-plugin-session-perl,
+                     libhtml-parser-perl,
+                     libhtml-template-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-protectcsrf-perl.git
 Vcs-Git: git://git.debian.org/pkg-perl/packages/libcgi-application-plugin-protectcsrf-perl.git
@@ -15,11 +18,14 @@ Homepage: http://search.cpan.org/dist/CGI-Application-Plugin-ProtectCSRF/
 
 Package: libcgi-application-plugin-protectcsrf-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends}, libattribute-handlers-perl,
- libcgi-application-plugin-session-perl, libhtml-parser-perl
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         perl,
+         libcgi-application-plugin-session-perl,
+         libhtml-parser-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 to generate and verify anti-CSRF challenges
  CGI::Application::Plugin::ProtectCSRF is a CGI::Application plugin that
  helps protect against CSRF attacks. It works by tying back the processing
@@ -31,3 +37,4 @@ Description: plugin to generate and verify anti-CSRF challenges
  on the target website. The trap is sprung when Mr Victim, logs on to the
  target website and then views the image set up by Mr Attacker in the same
  browser.
+

-- 
Debian Packaging for CAP::ProtectCSRF



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