[Pkg-cyrus-sasl2-commits] r583 - /cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch
roberto at users.alioth.debian.org
roberto at users.alioth.debian.org
Sat Aug 21 22:15:53 UTC 2010
Author: roberto
Date: Sat Aug 21 22:15:52 2010
New Revision: 583
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/?sc=1&rev=583
Log:
Clean up patch format
Modified:
cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch
Modified: cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch
URL: http://svn.debian.org/wsvn/pkg-cyrus-sasl2/cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch?rev=583&op=diff
==============================================================================
--- cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch (original)
+++ cyrus-sasl-2.1/branches/package-consolidate/debian/patches/0024_allow_detection_of_heimdal.dpatch Sat Aug 21 22:15:52 2010
@@ -2,22 +2,21 @@
## 0024_allow_detection_of_heimdal.dpatch by <roberto at connexer.com>
##
## All lines beginning with `## DP:' are a description of the patch.
-## DP: A patch to allow recognition of Heimdal with the heimdal-multidev
-## DP: package
+## DP: A patch to allow recognition of Heimdal with the heimdal-multidev
+## DP: packag
@DPATCH@
-Index: plugins/gssapi.c
-===================================================================
---- plugins/gssapi.c (revision 580)
-+++ plugins/gssapi.c (working copy)
-@@ -86,7 +86,7 @@
-
- static const char * GSSAPI_BLANK_STRING = "";
-
--#ifndef HAVE_GSS_C_NT_HOSTBASED_SERVICE
-+#if !defined(HAVE_GSS_C_NT_HOSTBASED_SERVICE) &&
-!defined(GSS_C_NT_HOSTBASED_SERVICE)
- extern gss_OID gss_nt_service_name;
- #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
+Index: plugins/gssapi.c
+===================================================================
+--- plugins/gssapi.c (revision 580)
++++ plugins/gssapi.c (working copy)
+@@ -86,7 +86,7 @@
+
+ static const char * GSSAPI_BLANK_STRING = "";
+
+-#ifndef HAVE_GSS_C_NT_HOSTBASED_SERVICE
++#if !defined(HAVE_GSS_C_NT_HOSTBASED_SERVICE) && !defined(GSS_C_NT_HOSTBASED_SERVICE)
+ extern gss_OID gss_nt_service_name;
+ #define GSS_C_NT_HOSTBASED_SERVICE gss_nt_service_name
#endif
More information about the Pkg-cyrus-sasl2-commits
mailing list