diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 15:13:05 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2012-05-21 15:13:05 +0200 |
commit | 1c46aec47a9059d308e21391a8b8e92bd1c41737 (patch) | |
tree | 457a1aa9b9098673c4c57571d7f5716a98453a42 /buildlib/config.h.in | |
parent | a680e061adae846d1c02dd0bb4b1f951592c9580 (diff) |
apply the correct metadata (package, version, mail) to all pot and po files
Diffstat (limited to 'buildlib/config.h.in')
-rw-r--r-- | buildlib/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in index b07d4f77f..656705038 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -51,4 +51,7 @@ /* The version number string */ #undef PACKAGE_VERSION +/* The mail address to reach upstream */ +#undef PACKAGE_MAIL + #define APT_8_CLEANER_HEADERS |