r72394 - in /trunk/libauthen-ntlm-perl/debian: ./ changelog compat control copyright rules source/ source/format watch

periapt-guest at users.alioth.debian.org periapt-guest at users.alioth.debian.org
Sat Apr 9 09:15:15 UTC 2011


Author: periapt-guest
Date: Sat Apr  9 09:14:52 2011
New Revision: 72394

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

Added:
    trunk/libauthen-ntlm-perl/debian/
    trunk/libauthen-ntlm-perl/debian/changelog
    trunk/libauthen-ntlm-perl/debian/compat
    trunk/libauthen-ntlm-perl/debian/control
    trunk/libauthen-ntlm-perl/debian/copyright
    trunk/libauthen-ntlm-perl/debian/rules   (with props)
    trunk/libauthen-ntlm-perl/debian/source/
    trunk/libauthen-ntlm-perl/debian/source/format
    trunk/libauthen-ntlm-perl/debian/watch

Added: trunk/libauthen-ntlm-perl/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-ntlm-perl/debian/changelog?rev=72394&op=file
==============================================================================
--- trunk/libauthen-ntlm-perl/debian/changelog (added)
+++ trunk/libauthen-ntlm-perl/debian/changelog Sat Apr  9 09:14:52 2011
@@ -1,0 +1,5 @@
+libauthen-ntlm-perl (1.08-1) UNRELEASED; urgency=low
+
+  * Initial Release. (Closes: #507669)
+
+ -- Nicholas Bamber <nicholas at periapt.co.uk>  Sat, 9 Apr 2011 09:49:21 +0100

Added: trunk/libauthen-ntlm-perl/debian/compat
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-ntlm-perl/debian/compat?rev=72394&op=file
==============================================================================
--- trunk/libauthen-ntlm-perl/debian/compat (added)
+++ trunk/libauthen-ntlm-perl/debian/compat Sat Apr  9 09:14:52 2011
@@ -1,0 +1,1 @@
+7

Added: trunk/libauthen-ntlm-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-ntlm-perl/debian/control?rev=72394&op=file
==============================================================================
--- trunk/libauthen-ntlm-perl/debian/control (added)
+++ trunk/libauthen-ntlm-perl/debian/control Sat Apr  9 09:14:52 2011
@@ -1,0 +1,28 @@
+Source: libauthen-ntlm-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7)
+Build-Depends-Indep: perl
+Maintainer: Debian Perl Group <pkg-perl-maintainers at lists.alioth.debian.org>
+Uploaders: Nicholas Bamber <nicholas at periapt.co.uk>,
+ Jonathan Yu <jawnsy at cpan.org>
+Standards-Version: 3.9.2
+Homepage: http://search.cpan.org/dist/Authen-NTLM/
+Vcs-Svn: svn://svn.debian.org/pkg-perl/trunk/libauthen-ntlm-perl/
+Vcs-Browser: http://svn.debian.org/viewsvn/pkg-perl/trunk/libauthen-ntlm-perl/
+
+Package: libauthen-ntlm-perl
+Architecture: all
+Depends: ${misc:Depends}, ${perl:Depends}
+Description: An NTLM authentication module
+ Authen::NTLM provides methods to use NTLM authentication. It can
+ be used as an authenticate method with the Mail::IMAPClient module
+ to perform the challenge/response mechanism for NTLM connections
+ or it can be used on its own for NTLM authentication with other
+ protocols (eg. HTTP).
+ .
+ The implementation is a direct port of the code from fetchmail
+ which, itself, has based its NTLM implementation on samba. As
+ such, this code is not especially efficient, however it will still
+ take a fraction of a second to negotiate a login on a PII which is
+ likely to be good enough for most situations.

Added: trunk/libauthen-ntlm-perl/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-ntlm-perl/debian/copyright?rev=72394&op=file
==============================================================================
--- trunk/libauthen-ntlm-perl/debian/copyright (added)
+++ trunk/libauthen-ntlm-perl/debian/copyright Sat Apr  9 09:14:52 2011
@@ -1,0 +1,26 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: David (Buzz) Bussenschutt <davidbuzz at gmail.com>, Mark Bush <Mark.Bush at bushnet.demon.co.uk>, Nick Bebout <nb at fedoraproject.org>
+Source: http://search.cpan.org/dist/Authen-NTLM/
+Name: Authen-NTLM
+
+Files: *
+Copyright:
+ 2007, David (Buzz) Bussenschutt <davidbuzz at gmail.com>
+ 2001, Mark Bush <Mark.Bush at bushnet.demon.co.uk> [Perl port]
+ 1997 Eric S. Raymond. [usage of code in fetchmail]
+ 1992-1998, Andrew Tridgell [SMB/NetBIOS code]
+ Jeremy Allison [Some contributions to SMB/NetBIOS code]
+License: GPL-1+
+
+Files: debian/*
+Copyright: 2011, Nicholas Bamber <nicholas at periapt.co.uk>
+License: GPL-1+
+
+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/libauthen-ntlm-perl/debian/rules
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-ntlm-perl/debian/rules?rev=72394&op=file
==============================================================================
--- trunk/libauthen-ntlm-perl/debian/rules (added)
+++ trunk/libauthen-ntlm-perl/debian/rules Sat Apr  9 09:14:52 2011
@@ -1,0 +1,4 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@

Propchange: trunk/libauthen-ntlm-perl/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: trunk/libauthen-ntlm-perl/debian/source/format
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-ntlm-perl/debian/source/format?rev=72394&op=file
==============================================================================
--- trunk/libauthen-ntlm-perl/debian/source/format (added)
+++ trunk/libauthen-ntlm-perl/debian/source/format Sat Apr  9 09:14:52 2011
@@ -1,0 +1,1 @@
+3.0 (quilt)

Added: trunk/libauthen-ntlm-perl/debian/watch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-ntlm-perl/debian/watch?rev=72394&op=file
==============================================================================
--- trunk/libauthen-ntlm-perl/debian/watch (added)
+++ trunk/libauthen-ntlm-perl/debian/watch Sat Apr  9 09:14:52 2011
@@ -1,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/NTLM/   .*/NTLM-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$




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