diff options
author | Julian Andres Klode <jak@debian.org> | 2016-08-07 15:45:36 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2016-08-10 16:10:54 +0200 |
commit | 33ee08e4dae7851bc3bcbb932a0563c38c933ead (patch) | |
tree | b399d33a6055a9e7e42d65bef22bd18b3849bbca /CMake | |
parent | 427fc68b2bfcf8fbc37c0443581db6e000cadfee (diff) |
CMake: Set PACKAGE_MAIL variable
This is needed in a lot of places. Also adjust config.h.in to use
it instead of the bare email address.
Gbp-Dch: ignore
Diffstat (limited to 'CMake')
-rw-r--r-- | CMake/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMake/config.h.in b/CMake/config.h.in index 7515fc9a6..3afd9123c 100644 --- a/CMake/config.h.in +++ b/CMake/config.h.in @@ -44,7 +44,7 @@ #define PACKAGE_VERSION "${PACKAGE_VERSION}" /* The mail address to reach upstream */ -#define PACKAGE_MAIL "deity@lists.debian.org" +#define PACKAGE_MAIL "${PACKAGE_MAIL}" #define APT_8_CLEANER_HEADERS #define APT_9_CLEANER_HEADERS |