r16983 - in /trunk/libauthen-krb5-perl/debian: changelog patches/DebianMakefile_lib_linking.patch patches/better-compiler-flags patches/fix-get-in-tkt-with-password patches/fix_perl_path.patch patches/perl-path patches/series

rra at users.alioth.debian.org rra at users.alioth.debian.org
Sat Mar 8 22:30:10 UTC 2008


Author: rra
Date: Sat Mar  8 22:30:10 2008
New Revision: 16983

URL: http://svn.debian.org/wsvn/?sc=1&rev=16983
Log:
* Patch cleanup:
  - Remove extraneous .patch file suffixes and rename patches.
  - Remove unnecessary time stamps and patch headers.
  - Add explanatory comments to each patch.

Added:
    trunk/libauthen-krb5-perl/debian/patches/better-compiler-flags
      - copied, changed from r16979, trunk/libauthen-krb5-perl/debian/patches/DebianMakefile_lib_linking.patch
    trunk/libauthen-krb5-perl/debian/patches/perl-path
      - copied, changed from r16979, trunk/libauthen-krb5-perl/debian/patches/fix_perl_path.patch
Removed:
    trunk/libauthen-krb5-perl/debian/patches/DebianMakefile_lib_linking.patch
    trunk/libauthen-krb5-perl/debian/patches/fix_perl_path.patch
Modified:
    trunk/libauthen-krb5-perl/debian/changelog
    trunk/libauthen-krb5-perl/debian/patches/fix-get-in-tkt-with-password
    trunk/libauthen-krb5-perl/debian/patches/series

Modified: trunk/libauthen-krb5-perl/debian/changelog
URL: http://svn.debian.org/wsvn/trunk/libauthen-krb5-perl/debian/changelog?rev=16983&op=diff
==============================================================================
--- trunk/libauthen-krb5-perl/debian/changelog (original)
+++ trunk/libauthen-krb5-perl/debian/changelog Sat Mar  8 22:30:10 2008
@@ -3,6 +3,10 @@
   * Fix the krb5_get_in_tkt_with_password backwards-compatibility
     interface to call the correct new function instead of the old
     function with the wrong arguments.
+  * Patch cleanup:
+    - Remove extraneous .patch file suffixes and rename patches.
+    - Remove unnecessary time stamps and patch headers.
+    - Add explanatory comments to each patch.
 
  -- Russ Allbery <rra at debian.org>  Sat, 08 Mar 2008 14:22:50 -0800
 

Copied: trunk/libauthen-krb5-perl/debian/patches/better-compiler-flags (from r16979, trunk/libauthen-krb5-perl/debian/patches/DebianMakefile_lib_linking.patch)
URL: http://svn.debian.org/wsvn/trunk/libauthen-krb5-perl/debian/patches/better-compiler-flags?rev=16983&op=diff
==============================================================================
--- trunk/libauthen-krb5-perl/debian/patches/DebianMakefile_lib_linking.patch (original)
+++ trunk/libauthen-krb5-perl/debian/patches/better-compiler-flags Sat Mar  8 22:30:10 2008
@@ -1,7 +1,9 @@
-Index: libauthen-krb5-perl/Makefile.PL
-===================================================================
---- libauthen-krb5-perl.orig/Makefile.PL	2008-01-05 01:15:48.000000000 -0600
-+++ libauthen-krb5-perl/Makefile.PL	2008-01-05 01:20:05.000000000 -0600
+Don't link with -lresolv to avoid unnecessary shared library
+dependencies.  Strip unnecessary -I/usr/include and -L/usr/lib
+flags which may cause problems.
+
+--- libauthen-krb5-perl.orig/Makefile.PL
++++ libauthen-krb5-perl/Makefile.PL
 @@ -8,7 +8,8 @@
  # any extra libraries?
  # add -lresolv here if you get errors like the following (usually on linux):

Modified: trunk/libauthen-krb5-perl/debian/patches/fix-get-in-tkt-with-password
URL: http://svn.debian.org/wsvn/trunk/libauthen-krb5-perl/debian/patches/fix-get-in-tkt-with-password?rev=16983&op=diff
==============================================================================
--- trunk/libauthen-krb5-perl/debian/patches/fix-get-in-tkt-with-password (original)
+++ trunk/libauthen-krb5-perl/debian/patches/fix-get-in-tkt-with-password Sat Mar  8 22:30:10 2008
@@ -2,8 +2,8 @@
 interface changed the arguments to the function but not the function
 name, leading to breakage and segfaults.  Call the correct function.
 
---- Krb5.xs.orig
-+++ Krb5.xs
+--- libauthen-krb5-perl.orig/Krb5.xs
++++ libauthen-krb5-perl/Krb5.xs
 @@ -392,7 +392,7 @@
  	err = krb5_unparse_name(context, server, &service);
  	if (err) XSRETURN_UNDEF;

Copied: trunk/libauthen-krb5-perl/debian/patches/perl-path (from r16979, trunk/libauthen-krb5-perl/debian/patches/fix_perl_path.patch)
URL: http://svn.debian.org/wsvn/trunk/libauthen-krb5-perl/debian/patches/perl-path?rev=16983&op=diff
==============================================================================
--- trunk/libauthen-krb5-perl/debian/patches/fix_perl_path.patch (original)
+++ trunk/libauthen-krb5-perl/debian/patches/perl-path Sat Mar  8 22:30:10 2008
@@ -1,37 +1,31 @@
-Index: libauthen-krb5-perl/sample_client
-===================================================================
---- libauthen-krb5-perl.orig/sample_client	2008-01-05 01:12:54.000000000 -0600
-+++ libauthen-krb5-perl/sample_client	2008-01-05 01:12:59.000000000 -0600
+Fix the path to Perl in example scripts.
+
+--- libauthen-krb5-perl.orig/sample_client
++++ libauthen-krb5-perl/sample_client
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl
  
  # sample_client
  # sends authentication info to a server via sendauth
-Index: libauthen-krb5-perl/sample_server
-===================================================================
---- libauthen-krb5-perl.orig/sample_server	2008-01-05 01:13:08.000000000 -0600
-+++ libauthen-krb5-perl/sample_server	2008-01-05 01:13:13.000000000 -0600
+--- libauthen-krb5-perl.orig/sample_server
++++ libauthen-krb5-perl/sample_server
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl
  
  # sample_server
  # receives authentication info from a client using recvauth
-Index: libauthen-krb5-perl/simple_client
-===================================================================
---- libauthen-krb5-perl.orig/simple_client	2008-01-05 01:13:20.000000000 -0600
-+++ libauthen-krb5-perl/simple_client	2008-01-05 01:13:23.000000000 -0600
+--- libauthen-krb5-perl.orig/simple_client
++++ libauthen-krb5-perl/simple_client
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl
  
  # simple_client
  # uses mk_req & mk_priv to send an authenticated and encrypted message
-Index: libauthen-krb5-perl/simple_server
-===================================================================
---- libauthen-krb5-perl.orig/simple_server	2008-01-05 01:13:29.000000000 -0600
-+++ libauthen-krb5-perl/simple_server	2008-01-05 01:13:33.000000000 -0600
+--- libauthen-krb5-perl.orig/simple_server
++++ libauthen-krb5-perl/simple_server
 @@ -1,4 +1,4 @@
 -#!/usr/local/bin/perl
 +#!/usr/bin/perl

Modified: trunk/libauthen-krb5-perl/debian/patches/series
URL: http://svn.debian.org/wsvn/trunk/libauthen-krb5-perl/debian/patches/series?rev=16983&op=diff
==============================================================================
--- trunk/libauthen-krb5-perl/debian/patches/series (original)
+++ trunk/libauthen-krb5-perl/debian/patches/series Sat Mar  8 22:30:10 2008
@@ -1,3 +1,3 @@
-fix_perl_path.patch
-DebianMakefile_lib_linking.patch
-fix-get-in-tkt-with-password -p0
+perl-path
+better-compiler-flags
+fix-get-in-tkt-with-password 




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