[libcgi-application-plugin-authentication-perl] 03/03: sort and indent

gregor herrmann gregoa at debian.org
Fri Jun 27 20:00:00 UTC 2014


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libcgi-application-plugin-authentication-perl.

commit 01b2b1bf186d57c48bb0a86bb1c1600b477a5799
Author: gregor herrmann <gregoa at debian.org>
Date:   Fri Jun 27 21:59:45 2014 +0200

    sort and indent
    
    Git-Dch: Ignore
---
 debian/control | 39 ++++++++++++++++++++-------------------
 1 file changed, 20 insertions(+), 19 deletions(-)

diff --git a/debian/control b/debian/control
index 2aefbcd..838664f 100644
--- a/debian/control
+++ b/debian/control
@@ -5,26 +5,26 @@ Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
 Build-Depends-Indep: perl,
+                     libapache-htpasswd-perl,
+                     libauthen-simple-perl,
+                     libcgi-application-basic-plugin-bundle-perl,
                      libcgi-application-perl,
                      libcgi-pm-perl | perl (<< 5.20),
-                     libuniversal-require-perl,
-                     libcgi-application-basic-plugin-bundle-perl,
-                     libapache-htpasswd-perl,
+                     libclass-dbi-perl,
+                     libclass-inspector-perl,
                      libcolor-calc-perl,
-                     libtest-warn-perl,
-                     perl (>= 5.11.1) | libtest-simple-perl,
-                     libtest-mockobject-perl,
-                     libauthen-simple-perl,
+                     libdbd-sqlite3-perl,
+                     libdbix-class-perl,
                      libtest-exception-perl,
+                     libtest-mockobject-perl,
                      libtest-nowarnings-perl,
+                     libtest-regression-perl,
                      libtest-taint-perl,
+                     libtest-warn-perl,
                      libtest-without-module-perl,
-                     libtest-regression-perl,
-                     libdbd-sqlite3-perl,
-                     libclass-inspector-perl,
-                     pkg-components,
-                     libdbix-class-perl,
-                     libclass-dbi-perl
+                     libuniversal-require-perl,
+                     perl (>= 5.11.1) | libtest-simple-perl,
+                     pkg-components
 Standards-Version: 3.9.2
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libcgi-application-plugin-authentication-perl.git
 Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libcgi-application-plugin-authentication-perl.git
@@ -38,12 +38,12 @@ Depends: ${misc:Depends},
          libcgi-pm-perl | perl (<< 5.20),
          libuniversal-require-perl
 Recommends: libcgi-application-basic-plugin-bundle-perl
-Suggests: libcgi-application-extra-plugin-bundle-perl (>= 0.3),
+Suggests: libapache-htpasswd-perl,
           libauthen-simple-perl,
-          libdbix-class-perl,
+          libcgi-application-extra-plugin-bundle-perl (>= 0.3),
           libclass-dbi-perl,
-          libapache-htpasswd-perl,
-          libcolor-calc-perl
+          libcolor-calc-perl,
+          libdbix-class-perl,
 Enhances: libcgi-application-extra-plugin-bundle-perl (>= 0.3)
 Breaks: libcgi-application-extra-plugin-bundle-perl (<< 0.3)
 Provides: libcgi-application-plugin-authentication-driver-dbic-perl,
@@ -55,6 +55,7 @@ Description: authentication framework for CGI::Application
  into Drivers (backend logic), Store (cookie management etc) and Display
  (formulation of the login form). The following drivers are bundled with this 
  package:
- - CGI::Application::Plugin::Authentication::Driver::DBIC
- - CGI::Application::Plugin::Authentication::Driver::CDBI
+ .
+  - CGI::Application::Plugin::Authentication::Driver::DBIC
+  - CGI::Application::Plugin::Authentication::Driver::CDBI
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libcgi-application-plugin-authentication-perl.git



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