[SCM] Debian packaging of libapache2-authcookie-perl branch, master, updated. 03a1510a1cc94ada3479445829a9938bbc208fe0

Xavier Guimard x.guimard at free.fr
Sat Feb 2 20:18:56 UTC 2013


The following commit has been merged in the master branch:
commit e068dc0dba847071928e166de99e38a3ea3841ae
Author: Xavier Guimard <x.guimard at free.fr>
Date:   Sat Feb 2 21:13:21 2013 +0100

    Bump S-V to 3.9.4 + add libautobox-perl & libclass-load-perl in dependencies

diff --git a/debian/control b/debian/control
index 63f972b..e7440c3 100644
--- a/debian/control
+++ b/debian/control
@@ -1,21 +1,27 @@
 Source: libapache2-authcookie-perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Keith Lawson <keith at nowhere.ca>,
+           Xavier Guimard <x.guimard at free.fr>
 Section: perl
 Priority: optional
 Build-Depends: debhelper (>= 8)
-Build-Depends-Indep: perl,
- apache2-prefork-dev,
- libapache2-mod-perl2 (>= 2.0.5)
-Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
-Uploaders: Keith Lawson <keith at nowhere.ca> 
-Standards-Version: 3.9.2
-Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapache2-authcookie-perl.git
+Build-Depends-Indep: apache2-prefork-dev,
+                     libapache2-mod-perl2 (>= 2.0.5),
+                     libautobox-perl,
+                     libclass-load-perl,
+                     perl
+Standards-Version: 3.9.4
 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-perl/packages/libapache2-authcookie-perl.git
+Vcs-Git: git://anonscm.debian.org/pkg-perl/packages/libapache2-authcookie-perl.git
 Homepage: https://metacpan.org/release/Apache-AuthCookie
 
 Package: libapache2-authcookie-perl
 Architecture: all
-Depends: ${misc:Depends}, ${perl:Depends},
- libapache2-mod-perl2 (>= 2.0.5)
+Depends: ${misc:Depends},
+         ${perl:Depends},
+         libapache2-mod-perl2 (>= 2.0.5),
+         libautobox-perl,
+         libclass-load-perl
 Description: Perl Authentication and Authorization via cookies
  This module is for mod_perl version 2. If you are running mod_perl version 1, 
  you should be using Apache::AuthCookie instead.
@@ -28,3 +34,4 @@ Description: Perl Authentication and Authorization via cookies
  The session key is returned to the user's browser as a cookie. As a cookie, 
  the browser will pass the session key on every subsequent accesses. AuthCookie 
  will verify the session key and re-authenticate the user.
+

-- 
Debian packaging of libapache2-authcookie-perl



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