2011-01-03 16:25:27 +01:00
|
|
|
Notes for the GnuPG maintainer (GIT only)
|
2007-02-26 21:24:29 +01:00
|
|
|
============================================
|
|
|
|
|
|
|
|
Here are some notes on how to maintain GnuPG.
|
|
|
|
|
2007-04-13 13:45:05 +02:00
|
|
|
Release Planning:
|
|
|
|
=================
|
|
|
|
|
|
|
|
If you are planning a new release and strings have changed you should
|
2007-12-20 09:52:40 +01:00
|
|
|
send a notification to all translators, so that they have time to
|
2007-04-13 13:45:05 +02:00
|
|
|
update their translations. scripts/mail-to-translators is useful for
|
|
|
|
this. It might need some tweaking and it needs to be armored for
|
|
|
|
actual sending. Running it as is to see what will happen is a good
|
|
|
|
idea, though.
|
|
|
|
|
|
|
|
|
2007-02-26 21:24:29 +01:00
|
|
|
|
|
|
|
Release process:
|
|
|
|
================
|
|
|
|
|
|
|
|
* Make sure that all new PO files are checked in.
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2011-02-04 12:57:53 +01:00
|
|
|
* Decide whether you want to update the automake standard files
|
2007-02-26 21:24:29 +01:00
|
|
|
(Mainly config.guess and config.sub).
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2014-11-05 08:42:56 +01:00
|
|
|
* [2.0] Copy needed texinfo files from master:
|
2012-03-27 11:21:33 +02:00
|
|
|
make -C doc update-source
|
|
|
|
|
|
|
|
* Run:
|
|
|
|
make -C po update-po
|
|
|
|
|
2007-02-26 21:24:29 +01:00
|
|
|
* Write NEWS entries and set the release date in NEWS.
|
2012-03-27 11:21:33 +02:00
|
|
|
|
|
|
|
* Commit all changes to GIT with a message of "Release n.m.o."
|
|
|
|
|
2014-11-05 08:42:56 +01:00
|
|
|
* Create a signed tag with the name "gnupg-x.y.z".
|
2012-05-11 10:20:29 +02:00
|
|
|
|
2007-02-26 21:24:29 +01:00
|
|
|
* Run "./autogen.sh --force"
|
2012-05-11 10:20:29 +02:00
|
|
|
(--force is required for the git magic in configure.ac and a good
|
2007-02-26 21:24:29 +01:00
|
|
|
idea in any case)
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2007-09-10 17:40:29 +02:00
|
|
|
* Run "configure --enable-maintainer-mode".
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2007-09-10 17:40:29 +02:00
|
|
|
* Run "make distcheck".
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2007-02-26 21:24:29 +01:00
|
|
|
* Build and test the new tarball (best on a different machine).
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2007-08-22 12:55:07 +02:00
|
|
|
* Build and test the W32 version.
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2007-12-20 09:52:40 +01:00
|
|
|
* [2.x only] Using the final test build run a "make -C doc online".
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2007-02-26 21:24:29 +01:00
|
|
|
* Sign the tarball
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2011-02-04 12:57:53 +01:00
|
|
|
* Get the previous tarball and run "mkdiff gnupg".
|
2007-02-26 21:24:29 +01:00
|
|
|
You might need to set a different signature key than mine. mkdiff
|
|
|
|
has an option for this.
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2012-05-11 10:20:29 +02:00
|
|
|
* Push the git changes and the tag.
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2007-02-26 21:24:29 +01:00
|
|
|
* Copy the files to the FTP server
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2014-11-05 08:42:56 +01:00
|
|
|
* Update the webpages - at least the file swdb.mac needs an update.
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2007-02-26 21:24:29 +01:00
|
|
|
* Add a new headline to NEWS.
|
2012-03-27 11:21:33 +02:00
|
|
|
|
2014-11-05 08:42:56 +01:00
|
|
|
* Bump the version number in configure.ac up, add an empty NEWS
|
|
|
|
entry, commit, and push that.
|
2012-03-27 11:21:33 +02:00
|
|
|
|
|
|
|
* Write an announcement.
|
|
|
|
|
|
|
|
* Update https://savannah.gnu.org/projects/gnupg .
|
2009-02-12 18:45:40 +01:00
|
|
|
|
2007-02-26 21:24:29 +01:00
|
|
|
|
2009-09-04 19:21:40 +02:00
|
|
|
|
2009-09-04 19:11:38 +02:00
|
|
|
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.
|
2009-09-04 19:21:40 +02:00
|
|
|
As a hack we added this string into configure.ac.
|