r73586 - in /trunk/libapache2-authcookie-perl/debian: ./ changelog compat control copyright libapache-authcookie-perl.docs libapache-authcookie-perl.examples patches/ patches/debian-changes-3.18-1 patches/series rules source/ source/format watch

keith-guest at users.alioth.debian.org keith-guest at users.alioth.debian.org
Mon Apr 25 22:44:49 UTC 2011


Author: keith-guest
Date: Mon Apr 25 22:44:36 2011
New Revision: 73586

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

Added:
    trunk/libapache2-authcookie-perl/debian/
    trunk/libapache2-authcookie-perl/debian/changelog
    trunk/libapache2-authcookie-perl/debian/compat
    trunk/libapache2-authcookie-perl/debian/control
    trunk/libapache2-authcookie-perl/debian/copyright
    trunk/libapache2-authcookie-perl/debian/libapache-authcookie-perl.docs
    trunk/libapache2-authcookie-perl/debian/libapache-authcookie-perl.examples
    trunk/libapache2-authcookie-perl/debian/patches/
    trunk/libapache2-authcookie-perl/debian/patches/debian-changes-3.18-1
    trunk/libapache2-authcookie-perl/debian/patches/series
    trunk/libapache2-authcookie-perl/debian/rules   (with props)
    trunk/libapache2-authcookie-perl/debian/source/
    trunk/libapache2-authcookie-perl/debian/source/format
    trunk/libapache2-authcookie-perl/debian/watch

Added: trunk/libapache2-authcookie-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/changelog?rev=73586&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/changelog (added)
+++ trunk/libapache2-authcookie-perl/debian/changelog Mon Apr 25 22:44:36 2011
@@ -1,0 +1,5 @@
+libapache2-authcookie-perl (3.18-1) unstable; urgency=low
+
+  * Initial Release.
+
+ -- Keith Lawson <keith at nowhere.ca>  Sun, 24 Apr 2011 11:02:46 -0400

Added: trunk/libapache2-authcookie-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/compat?rev=73586&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/compat (added)
+++ trunk/libapache2-authcookie-perl/debian/compat Mon Apr 25 22:44:36 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libapache2-authcookie-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/control?rev=73586&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/control (added)
+++ trunk/libapache2-authcookie-perl/debian/control Mon Apr 25 22:44:36 2011
@@ -1,0 +1,26 @@
+Source: libapache2-authcookie-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 8)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Keith Lawson <keith at nowhere.ca> 
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Apache-AuthCookie
+
+Package: libapache2-authcookie-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}, libapache2-mod-perl2 (>= 1.35),
+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.
+ .
+ Apache2::AuthCookie allows you to intercept a user's first unauthenticated 
+ access to a protected document. The user will be presented with a custom form 
+ where they can enter authentication credentials. The credentials are posted 
+ to the server where AuthCookie verifies them and returns a session key.
+ .
+ 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.

Added: trunk/libapache2-authcookie-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/copyright?rev=73586&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/copyright (added)
+++ trunk/libapache2-authcookie-perl/debian/copyright Mon Apr 25 22:44:36 2011
@@ -1,0 +1,28 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: Michael Schout <mschout at cpan.org>
+Source: http://search.cpan.org/dist/Apache-AuthCookie/
+Name: Apache2-AuthCookie
+
+Files: *
+Copyright: Michael Schout <mschout at cpan.org>
+License: Artistic or GPL-1+
+
+Files: debian/*
+Copyright: 2011, Keith Lawson <keith at nowhere.ca>
+License: Artistic or 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 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 systems, the complete text of version 1 of the GNU General
+ Public License can be found in `/usr/share/common-licenses/GPL-1'.

Added: trunk/libapache2-authcookie-perl/debian/libapache-authcookie-perl.docs
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/libapache-authcookie-perl.docs?rev=73586&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/libapache-authcookie-perl.docs (added)
+++ trunk/libapache2-authcookie-perl/debian/libapache-authcookie-perl.docs Mon Apr 25 22:44:36 2011
@@ -1,0 +1,2 @@
+README
+README.modperl2

Added: trunk/libapache2-authcookie-perl/debian/libapache-authcookie-perl.examples
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/libapache-authcookie-perl.examples?rev=73586&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/libapache-authcookie-perl.examples (added)
+++ trunk/libapache2-authcookie-perl/debian/libapache-authcookie-perl.examples Mon Apr 25 22:44:36 2011
@@ -1,0 +1,1 @@
+t/lib/Sample

Added: trunk/libapache2-authcookie-perl/debian/patches/debian-changes-3.18-1
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/patches/debian-changes-3.18-1?rev=73586&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/patches/debian-changes-3.18-1 (added)
+++ trunk/libapache2-authcookie-perl/debian/patches/debian-changes-3.18-1 Mon Apr 25 22:44:36 2011
@@ -1,0 +1,51 @@
+Description: Upstream changes introduced in version 3.18-1
+ This patch has been created by dpkg-source during the package build.
+ Here's the last changelog entry, hopefully it gives details on why
+ those changes were made:
+ .
+ libapache2-authcookie-perl (3.18-1) unstable; urgency=low
+ .
+   * Initial Release.
+ .
+ The person named in the Author field signed this changelog entry.
+Author: Keith Lawson <keith at nowhere.ca>
+
+---
+The information above should follow the Patch Tagging Guidelines, please
+checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here
+are templates for supplementary fields that you might want to add:
+
+Origin: <vendor|upstream|other>, <url of original patch>
+Bug: <url in upstream bugtracker>
+Bug-Debian: http://bugs.debian.org/<bugnumber>
+Bug-Ubuntu: https://launchpad.net/bugs/<bugnumber>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: <YYYY-MM-DD>
+
+--- /dev/null
++++ libapache2-authcookie-perl-3.18/t/SMOKE
+@@ -0,0 +1,22 @@
++#!/usr/bin/perl
++# WARNING: this file is generated, do not edit
++# generated on Mon Apr 25 17:18:06 2011
++# 01: /usr/lib/perl5/Apache/TestConfig.pm:958
++# 02: /usr/lib/perl5/Apache/TestConfig.pm:1048
++# 03: /usr/lib/perl5/Apache/TestSmoke.pm:775
++# 04: /usr/lib/perl5/Apache/TestMM.pm:143
++# 05: Makefile.PL:48
++# 06: Makefile.PL:8
++
++BEGIN { eval { require blib && blib->import; } }
++
++use strict;
++use warnings FATAL => 'all';
++
++use lib qw(
++    /home/keith/debian/svn/apache2-authcookie_svn/libapache2-authcookie-perl/t/lib
++);
++
++
++use Apache::TestSmoke;
++Apache::TestSmoke->new(@ARGV)->run;
+\ No newline at end of file

Added: trunk/libapache2-authcookie-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/patches/series?rev=73586&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/patches/series (added)
+++ trunk/libapache2-authcookie-perl/debian/patches/series Mon Apr 25 22:44:36 2011
@@ -1,0 +1,1 @@
+debian-changes-3.18-1

Added: trunk/libapache2-authcookie-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/rules?rev=73586&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/rules (added)
+++ trunk/libapache2-authcookie-perl/debian/rules Mon Apr 25 22:44:36 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libapache2-authcookie-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libapache2-authcookie-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/source/format?rev=73586&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/source/format (added)
+++ trunk/libapache2-authcookie-perl/debian/source/format Mon Apr 25 22:44:36 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libapache2-authcookie-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libapache2-authcookie-perl/debian/watch?rev=73586&op=file
==============================================================================
--- trunk/libapache2-authcookie-perl/debian/watch (added)
+++ trunk/libapache2-authcookie-perl/debian/watch Mon Apr 25 22:44:36 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/Apache-AuthCookie/   .*/Apache-AuthCookie-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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