[SCM] Packaging of Dancer::Plugin::Auth::Extensible in Debian branch, master, updated. a47f2cb7fa1d085a3a0b672f9c8fb622912de817
Alexandre Mestiashvili
alex at biotec.tu-dresden.de
Tue Jun 25 18:38:09 UTC 2013
The following commit has been merged in the master branch:
commit 539a6472873a1f7f2e839eea7720c700d4e64f8b
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Tue Jun 25 20:32:24 2013 +0200
- d/control: fixed long description,
added libtest-pod-perl to Depends and B-D-I,
fixed libdancer-perl version,
removed perl from Depends.
diff --git a/debian/control b/debian/control
index b6efab0..0a827e6 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,8 @@ Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
Uploaders: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Build-Depends: debhelper (>= 8)
Build-Depends-Indep: libcrypt-saltedhash-perl,
- libdancer-perl (>= 1.31),
+ libdancer-perl (>= 1.3100),
+ libtest-pod-perl,
libyaml-perl,
perl
Standards-Version: 3.9.4
@@ -17,10 +18,11 @@ Package: libdancer-plugin-auth-extensible-perl
Architecture: all
Depends: ${misc:Depends}, ${perl:Depends},
libcrypt-saltedhash-perl,
- libdancer-perl (>= 1.31),
+ libdancer-perl (>= 1.3100),
+ libtest-pod-perl,
libyaml-perl,
- perl (>= 5.6.2)
Description: module providing extensible authentication framework for Dancer apps
- Makes it easy to require a user to be logged in to access certain routes,
- provides role-based access control, and supports various authentication
- methods/sources (config file, database, Unix system users, etc).
+ Dancer::Plugin::Auth::Extensible makes it easy to require a user to be
+ logged in to access certain routes, provides role-based access control,
+ and supports various authentication methods/sources (config file, database,
+ Unix system users, etc).
--
Packaging of Dancer::Plugin::Auth::Extensible in Debian
More information about the Pkg-perl-cvs-commits
mailing list