| /trunk/debian/patches/20_strict_includes.dpatch |
| File deleted |
|
|
| Property changes: |
| Deleted: svn:executable |
| ## -1 +0,0 ## |
| -* |
| \ No newline at end of property |
| Index: trunk/debian/patches/20_bad_test.dpatch |
| =================================================================== |
| --- trunk/debian/patches/20_bad_test.dpatch (revision 28) |
| +++ trunk/debian/patches/20_bad_test.dpatch (nonexistent) |
| @@ -1,20 +0,0 @@ |
| -#! /bin/sh /usr/share/dpatch/dpatch-run |
| -## 20_bad_test.dpatch by Magnus Holmgren <magnus@kibibyte.se> |
| -## |
| -## All lines beginning with `## DP:' are a description of the patch. |
| -## DP: Change pfnPolicyCallback to pfnPracticesCallback in test |
| -## DP: program. |
| - |
| -@DPATCH@ |
| -diff -urNad trunk~/src/libdkimtest.cpp trunk/src/libdkimtest.cpp |
| ---- trunk~/src/libdkimtest.cpp 2007-02-22 17:05:46.000000000 +0100 |
| -+++ trunk/src/libdkimtest.cpp 2008-01-19 22:47:48.000000000 +0100 |
| -@@ -256,7 +256,7 @@ |
| - |
| - DKIMVerifyOptions vopts; |
| - vopts.pfnSelectorCallback = NULL; //SelectorCallback; |
| -- vopts.pfnPolicyCallback = NULL; //PolicyCallback; |
| -+ vopts.pfnPracticesCallback = NULL; //PolicyCallback; |
| - |
| - n = DKIMVerifyInit( &ctxt, &vopts ); |
| - |