diff options
author | Werner Koch <wk@gnupg.org> | 2009-09-04 19:11:38 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2009-09-04 19:11:38 +0200 |
commit | 3d57212ca7a21ee4fb14396ff15d4a63f5fb23a4 (patch) | |
tree | 8e35875365596b7b1a4d7c7c388c605e021853e5 /README.maint | |
parent | . (diff) | |
download | gnupg2-3d57212ca7a21ee4fb14396ff15d4a63f5fb23a4.tar.xz gnupg2-3d57212ca7a21ee4fb14396ff15d4a63f5fb23a4.zip |
Add a gotcha section after trapped again.
Diffstat (limited to '')
-rw-r--r-- | README.maint | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/README.maint b/README.maint index 3d0e5abd3..9c34d08c9 100644 --- a/README.maint +++ b/README.maint @@ -53,6 +53,18 @@ Release process: * Write an announcement. Update https://savannah.gnu.org/projects/gnupg . +Gotchas +======= + +- If during "make distcheck" you get an error about a permission + problem moving foo.new.po to foo.po; this is caused by a check + whether the po files can be re-created. Now if the first tarball + has been created in a different top directory and if there exists a + no distributed file with the string "GNU gnupg" (e.g. a log file + from running make) you end up with different comments in the po + files. Check out /usr/lib/gettext/project-id for that silliness. + + |