r37954 - in /trunk/libjifty-plugin-authzldap-perl/debian: ./ changelog compat control copyright rules watch

yvesago-guest at users.alioth.debian.org yvesago-guest at users.alioth.debian.org
Wed Jun 10 17:55:29 UTC 2009


Author: yvesago-guest
Date: Wed Jun 10 17:55:24 2009
New Revision: 37954

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=37954
Log:
[svn-inject] Applying Debian modifications to trunk

Added:
    trunk/libjifty-plugin-authzldap-perl/debian/
    trunk/libjifty-plugin-authzldap-perl/debian/changelog
    trunk/libjifty-plugin-authzldap-perl/debian/compat
    trunk/libjifty-plugin-authzldap-perl/debian/control
    trunk/libjifty-plugin-authzldap-perl/debian/copyright
    trunk/libjifty-plugin-authzldap-perl/debian/rules   (with props)
    trunk/libjifty-plugin-authzldap-perl/debian/watch

Added: trunk/libjifty-plugin-authzldap-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-authzldap-perl/debian/changelog?rev=37954&op=file
==============================================================================
--- trunk/libjifty-plugin-authzldap-perl/debian/changelog (added)
+++ trunk/libjifty-plugin-authzldap-perl/debian/changelog Wed Jun 10 17:55:24 2009
@@ -1,0 +1,5 @@
+libjifty-plugin-authzldap-perl (0.9-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- AGOSTINI Yves <agostini at univ-metz.fr>  Wed, 10 Jun 2009 19:36:02 +0200

Added: trunk/libjifty-plugin-authzldap-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-authzldap-perl/debian/compat?rev=37954&op=file
==============================================================================
--- trunk/libjifty-plugin-authzldap-perl/debian/compat (added)
+++ trunk/libjifty-plugin-authzldap-perl/debian/compat Wed Jun 10 17:55:24 2009
@@ -1,0 +1,1 @@
+7

Added: trunk/libjifty-plugin-authzldap-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-authzldap-perl/debian/control?rev=37954&op=file
==============================================================================
--- trunk/libjifty-plugin-authzldap-perl/debian/control (added)
+++ trunk/libjifty-plugin-authzldap-perl/debian/control Wed Jun 10 17:55:24 2009
@@ -1,0 +1,23 @@
+Source: libjifty-plugin-authzldap-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl (>= 5.6.0-12), perl-modules,
+  libjifty-perl (>= 0.70416), libcache-cache-perl, libnet-ldap-perl,
+  libtest-pod-coverage-perl, libtest-pod-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: AGOSTINI Yves <agostini at univ-metz.fr>
+Standards-Version: 3.8.1
+Homepage: http://search.cpan.org/dist/Jifty-Plugin-AuthzLDAP/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libjifty-plugin-authzldap-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libjifty-plugin-authzldap-perl/
+
+Package: libjifty-plugin-authzldap-perl
+Architecture: all
+Depends: ${perl:Depends}, ${misc:Depends}, libjifty-perl (>= 0.70416),
+  libcache-cache-perl, libnet-ldap-perl
+Description: Jifty plugin to a add dynamic ldap authorization
+ Jifty::Plugin::AuthzLDAP is a Jifty plugin and provides ldap authorization
+ with filters table and cache. 
+ You can use Jifty::Plugin::AuthzLDAP->ldapvalidate($user,'is_admin') in your
+ dispatcher and update 'is_admin' ldap filter in your application.

Added: trunk/libjifty-plugin-authzldap-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-authzldap-perl/debian/copyright?rev=37954&op=file
==============================================================================
--- trunk/libjifty-plugin-authzldap-perl/debian/copyright (added)
+++ trunk/libjifty-plugin-authzldap-perl/debian/copyright Wed Jun 10 17:55:24 2009
@@ -1,0 +1,28 @@
+Format-Specification:
+    http://wiki.debian.org/Proposals/CopyrightFormat?action=recall&rev=196
+Upstream-Maintainer: Yves Agostini, <yvesago at cpan.org>
+Upstream-Source: http://search.cpan.org/dist/Jifty-Plugin-AuthzLDAP/
+Upstream-Name: Jifty-Plugin-AuthzLDAP
+
+Files: *
+Copyright: Yves Agostini, <yvesago at cpan.org>
+License-Alias: Perl
+License: Artistic | GPL-1+
+
+Files: debian/*
+Copyright: 2009, AGOSTINI Yves <agostini at univ-metz.fr>
+License: Artistic | GPL-1+
+
+License: Artistic
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the Artistic License, which comes with Perl.
+    On Debian GNU/Linux systems, the complete text of the Artistic License
+    can be found in `/usr/share/common-licenses/Artistic'
+
+License: GPL-1+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 1, or (at your option)
+    any later version.
+    On Debian GNU/Linux systems, the complete text of the GNU General
+    Public License can be found in `/usr/share/common-licenses/GPL'

Added: trunk/libjifty-plugin-authzldap-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-authzldap-perl/debian/rules?rev=37954&op=file
==============================================================================
--- trunk/libjifty-plugin-authzldap-perl/debian/rules (added)
+++ trunk/libjifty-plugin-authzldap-perl/debian/rules Wed Jun 10 17:55:24 2009
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libjifty-plugin-authzldap-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libjifty-plugin-authzldap-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libjifty-plugin-authzldap-perl/debian/watch?rev=37954&op=file
==============================================================================
--- trunk/libjifty-plugin-authzldap-perl/debian/watch (added)
+++ trunk/libjifty-plugin-authzldap-perl/debian/watch Wed Jun 10 17:55:24 2009
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Jifty-Plugin-AuthzLDAP/   .*/Jifty-Plugin-AuthzLDAP-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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