[SCM] Debian packaging of Mojolicious-Plugin-Authorization CPAN distribution branch, master, updated. debian/1.0301-1-6-gb1b68c4
gregor herrmann
gregoa at debian.org
Sun Jun 9 13:28:54 UTC 2013
The following commit has been merged in the master branch:
commit 618ab7aa040c8b4942af1d6b64f71768eb26d1a8
Author: gregor herrmann <gregoa at debian.org>
Date: Sun Jun 9 15:25:40 2013 +0200
cme: wrap
Git-Dch: Ignore
diff --git a/debian/control b/debian/control
index f4b71a5..a145a0e 100644
--- a/debian/control
+++ b/debian/control
@@ -1,12 +1,12 @@
Source: libmojolicious-plugin-authorization-perl
-Section: perl
-Priority: optional
Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Joenio Costa <joenio at colivre.coop.br>
+Section: perl
+Priority: optional
Build-Depends: debhelper (>= 8),
- perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
+ perl (>= 5.13.11) | libmodule-build-perl (>= 0.380000)
Build-Depends-Indep: libmojolicious-perl,
- perl
+ perl
Standards-Version: 3.9.4
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libmojolicious-plugin-authorization-perl.git
Vcs-Git: git://git.debian.org/pkg-perl/packages/libmojolicious-plugin-authorization-perl.git
@@ -14,8 +14,9 @@ Homepage: https://metacpan.org/release/Mojolicious-Plugin-Authorization/
Package: libmojolicious-plugin-authorization-perl
Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libmojolicious-perl
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libmojolicious-perl
Description: module to make authorization a bit easier for Mojolicious
A very simple API implementation of role-based access control (RBAC). This
plugin is only an API you will have to do all the work of setting up your
@@ -23,3 +24,4 @@ Description: module to make authorization a bit easier for Mojolicious
The plugin expects that the current session will be used to get the role its
privileges. It also assumes that you have already been authenticated and your
role set. That is about it you are free to implement any system you like.
+
--
Debian packaging of Mojolicious-Plugin-Authorization CPAN distribution
More information about the Pkg-perl-cvs-commits
mailing list