| /trunk/debian/patches/20_strict_includes.dpatch |
|---|
| 1,8 → 1,8 |
| #! /bin/sh /usr/share/dpatch/dpatch-run |
| ## 20_strict_includes.dpatch by <magnus@proffe.kibibyte.se> |
| ## 20_strict_includes.dpatch by Magnus Holmgren <magnus@kibibyte.se> |
| ## |
| ## All lines beginning with `## DP:' are a description of the patch. |
| ## DP: No description. |
| ## DP: Add "#include <string.h>" as needed to fix FTBFS with GCC 4.3. |
| @DPATCH@ |
| diff -urNad trunk~/src/dkim.cpp trunk/src/dkim.cpp |
| /trunk/debian/patches/20_bad_test.dpatch |
|---|
| 1,8 → 1,9 |
| #! /bin/sh /usr/share/dpatch/dpatch-run |
| ## 20_bad_test.dpatch by <magnus@proffe.kibibyte.se> |
| ## 20_bad_test.dpatch by Magnus Holmgren <magnus@kibibyte.se> |
| ## |
| ## All lines beginning with `## DP:' are a description of the patch. |
| ## DP: No description. |
| ## DP: Change pfnPolicyCallback to pfnPracticesCallback in test |
| ## DP: program. |
| @DPATCH@ |
| diff -urNad trunk~/src/libdkimtest.cpp trunk/src/libdkimtest.cpp |
| /trunk/debian/changelog |
|---|
| 2,9 → 2,11 |
| * New upstream release. |
| * Drop 20_winmacros.dpatch; fixed upstream. |
| * Bump soname since at least one struct has changed. |
| * Bump soname to libdkim1 because of incompatible struct changes. |
| * 20_strict_includes.dpatch (new): Add "#include <string.h>" as needed |
| to fix FTBFS with GCC 4.3 (Closes: #455145). |
| -- Magnus Holmgren <magnus@kibibyte.se> Sat, 19 Jan 2008 22:35:25 +0100 |
| -- Magnus Holmgren <magnus@kibibyte.se> Sat, 19 Jan 2008 23:45:52 +0100 |
| libdkim (1.0.14-1) unstable; urgency=low |