* Daniel Stender <[email protected]>, 2016-01-07, 01:00:
+ * Hardcode current LLVM/clang version in debian/ files and in the
+ source (added hardcode-llvm-version.patch) to prevent crash of
+ afl-clang-fast because default build-time and runtime version
+ differs (Closes: #807578).
I'd expect that afl-clang(-fast) uses clang, not clang-X.Y.
Also, you patched afl-clang-fast, leaving afl-clang unchanged.
But this is all unnecessary, because the problem is somewhere else:
override_dh_gencontrol:
dh_gencontrol
- debian/dh_clang -p afl-clang
You were calling dh_clang after dh_gencontrol, which is obviously too late.
--
Jakub Wilk