r72452 - in /trunk/libauthen-krb5-perl/debian/patches: fix-init_context.patch fix_pod

gregoa at users.alioth.debian.org gregoa at users.alioth.debian.org
Sun Apr 10 13:08:33 UTC 2011


Author: gregoa
Date: Sun Apr 10 13:07:40 2011
New Revision: 72452

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=72452
Log:
update patch headers

Modified:
    trunk/libauthen-krb5-perl/debian/patches/fix-init_context.patch
    trunk/libauthen-krb5-perl/debian/patches/fix_pod

Modified: trunk/libauthen-krb5-perl/debian/patches/fix-init_context.patch
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-krb5-perl/debian/patches/fix-init_context.patch?rev=72452&op=diff
==============================================================================
--- trunk/libauthen-krb5-perl/debian/patches/fix-init_context.patch (original)
+++ trunk/libauthen-krb5-perl/debian/patches/fix-init_context.patch Sun Apr 10 13:07:40 2011
@@ -1,14 +1,16 @@
-From: Ansgar Burchardt <ansgar at 43-1.org>
+Subject: init_context() should return context
+ Make init_context() really return the context as documented.  We also make it
+ safe to call init_context() several times in case one wants to access the
+ context object later.
 Origin: vendor
 Bug: http://rt.cpan.org/Public/Bug/Display.html?id=53952
-Last-Updates: 2010-01-24
-Subject: init_context() should return context
+Forwarded: http://rt.cpan.org/Public/Bug/Display.html?id=53952
+From: Ansgar Burchardt <ansgar at 43-1.org>
+Reviewed-by: gregor herrmann <gregoa at debian.org>
+Last-Update: 2011-04-10
 
-Make init_context() really return the context as documented.  We also make it
-safe to call init_context() several times in case one wants to access the
-context object later.
---- libauthen-krb5-perl.orig/Krb5.xs
-+++ libauthen-krb5-perl/Krb5.xs
+--- a/Krb5.xs
++++ b/Krb5.xs
 @@ -25,6 +25,7 @@
  #define KRB5_DEFAULT_LIFE 60*60*10
  
@@ -41,8 +43,8 @@
  
  void
  krb5_free_context()
---- libauthen-krb5-perl.orig/typemap
-+++ libauthen-krb5-perl/typemap
+--- a/typemap
++++ b/typemap
 @@ -1,6 +1,7 @@
  TYPEMAP
  

Modified: trunk/libauthen-krb5-perl/debian/patches/fix_pod
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libauthen-krb5-perl/debian/patches/fix_pod?rev=72452&op=diff
==============================================================================
--- trunk/libauthen-krb5-perl/debian/patches/fix_pod (original)
+++ trunk/libauthen-krb5-perl/debian/patches/fix_pod Sun Apr 10 13:07:40 2011
@@ -1,8 +1,10 @@
 Description: fix manpage-has-errors-from-pod2man
+Origin: vendor
+Forwarded: no
 Author: Maximilian Gaß <mxey at cloudconnected.org>
 Reviewed-by: Jonathan Yu <jawnsy at cpan.org>
-Origin: vendor
-Forwarded: no
+Last-Update: 2011-04-10
+
 --- a/Krb5.pm
 +++ b/Krb5.pm
 @@ -599,6 +599,8 @@




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