r72396 - in /trunk/libauthen-ntlm-perl/debian: control patches/ patches/path.patch patches/series

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


Author: periapt-guest
Date: Sat Apr  9 09:51:49 2011
New Revision: 72396

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72396
Log:
adding patch for paths

Added:
    trunk/libauthen-ntlm-perl/debian/patches/
    trunk/libauthen-ntlm-perl/debian/patches/path.patch
    trunk/libauthen-ntlm-perl/debian/patches/series
Modified:
    trunk/libauthen-ntlm-perl/debian/control

Modified: trunk/libauthen-ntlm-perl/debian/control
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-ntlm-perl/debian/control?rev=72396&op=diff
==============================================================================
--- trunk/libauthen-ntlm-perl/debian/control (original)
+++ trunk/libauthen-ntlm-perl/debian/control Sat Apr  9 09:51:49 2011
@@ -6,7 +6,7 @@
 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
+Standards-Version: 3.9.1
 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/
@@ -14,7 +14,7 @@
 Package: libauthen-ntlm-perl
 Architecture: all
 Depends: ${misc:Depends}, ${perl:Depends}
-Description: An NTLM authentication module
+Description: authentication module for NTLM
  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

Added: trunk/libauthen-ntlm-perl/debian/patches/path.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-ntlm-perl/debian/patches/path.patch?rev=72396&op=file
==============================================================================
--- trunk/libauthen-ntlm-perl/debian/patches/path.patch (added)
+++ trunk/libauthen-ntlm-perl/debian/patches/path.patch Sat Apr  9 09:51:49 2011
@@ -1,0 +1,28 @@
+Author: Nicholas Bamber <nicholas at periapt.co.uk>
+Subject: Unnecessary paths in .pm
+Forwarded: no
+Last-Update: 2011-04-09
+--- a/NTLM.pm
++++ b/NTLM.pm
+@@ -1,5 +1,3 @@
+-#!/usr/local/bin/perl
+-
+ package Authen::NTLM;
+ use strict;
+ use Authen::NTLM::DES;
+--- a/DES/DES.pm
++++ b/DES/DES.pm
+@@ -1,5 +1,3 @@
+-#!/usr/local/bin/perl
+-#
+ # This is an implementation of part of the DES specification.  According
+ # to the code this is ported from, this code does NOT enable 2-way
+ # encryption and is, hence, not a cypher and does not appear to come
+--- a/MD4/MD4.pm
++++ b/MD4/MD4.pm
+@@ -1,5 +1,3 @@
+-#!/usr/local/bin/perl
+-#
+ # This is a partial implentation of the MD4 checksum code.
+ #
+ # NOTE

Added: trunk/libauthen-ntlm-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-ntlm-perl/debian/patches/series?rev=72396&op=file
==============================================================================
--- trunk/libauthen-ntlm-perl/debian/patches/series (added)
+++ trunk/libauthen-ntlm-perl/debian/patches/series Sat Apr  9 09:51:49 2011
@@ -1,0 +1,1 @@
+path.patch




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