Subversion Repositories libdkim

Compare Revisions

Ignore whitespace Rev 12 → Rev 13

/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