Package: dh-exec Source: dh-exec Version: 0.31 In dh-exec top Makefile.am, it overrides all pkglibexec programs' CFLAGS, which causing AM_CFLAGS and user-defined CFLAGS not taking effect when building pkglibexec_PROGRAMS.
This majorly affects how DH_EXEC_SCRIPTDIR and DH_EXEC_LIBDIR works, since the build process is defining these macros based on autoconf values. Currently, the overrides would never be applied to dh-exec subcommands, which could cause path mismatches.

