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 | |
parent | a680e061adae846d1c02dd0bb4b1f951592c9580 (diff) |
apply the correct metadata (package, version, mail) to all pot and po files
Diffstat (limited to 'buildlib')
-rw-r--r-- | buildlib/config.h.in | 3 | ||||
-rw-r--r-- | buildlib/environment.mak.in | 1 |
2 files changed, 4 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 diff --git a/buildlib/environment.mak.in b/buildlib/environment.mak.in index 0f0fac095..7ceae70ce 100644 --- a/buildlib/environment.mak.in +++ b/buildlib/environment.mak.in @@ -3,6 +3,7 @@ PACKAGE = @PACKAGE@ PACKAGE_VERSION = @PACKAGE_VERSION@ +PACKAGE_MAIL = @PACKAGE_MAIL@ # C++ compiler options CC = @CC@ |