diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2005-11-03 10:23:10 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2005-11-03 10:23:10 +0000 |
commit | ed657cb2a081242f42a9ec6ee95c3e2d0da79c4d (patch) | |
tree | 997c8808eb3ed27379641351979117ff634b937b | |
parent | ead02f3419c990ae5c5a0a3f95e83bfc8fbe9664 (diff) | |
download | fetchmail-ed657cb2a081242f42a9ec6ee95c3e2d0da79c4d.tar.gz fetchmail-ed657cb2a081242f42a9ec6ee95c3e2d0da79c4d.tar.bz2 fetchmail-ed657cb2a081242f42a9ec6ee95c3e2d0da79c4d.zip |
Add README.packaging.
svn path=/trunk/; revision=4391
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | README.packaging | 34 |
2 files changed, 35 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 9f7e73d3..d765a616 100644 --- a/Makefile.am +++ b/Makefile.am @@ -83,6 +83,7 @@ fetchmail.spec: Makefile.in specgen.sh DISTDOCS= BUGS FAQ FEATURES NOTES OLDNEWS fetchmail-man.html \ fetchmail-FAQ.html design-notes.html esrs-design-notes.html todo.html \ fetchmail-features.html README.SSL README.NTLM \ + README.packaging \ fetchmail-SA-2005-01.txt \ fetchmail-SA-2005-02.txt diff --git a/README.packaging b/README.packaging new file mode 100644 index 00000000..6e799a15 --- /dev/null +++ b/README.packaging @@ -0,0 +1,34 @@ +README.packaging +================ + +fetchmail 6.3.0 changes relevant for packagers +---------------------------------------------- + +Greetings, dear packager! + +There are now some changes to the fetchmail 6.3.0 installation layout, +which are given as headwords below. + +- fetchmail now uses automake and supports all common automake targets + and overrides such as "make install-strip" or "DESTDIR=..." for staging + areas + +- the fetchmailconf script has been renamed to fetchmailconf.py, + automake will install it into Python's top-level site-packages directory + and byte-compile it (so you need to package or remove + fetchmailconf.pyc and fetchmailconf.pyo as well) + +- the Makefile generates a two-line "fetchmailconf" /bin/sh wrapper + script that executes the actual fetchmailconf.py with the python + installation found at configuration time. + +- note that fetchmailconf.py supports a few command line arguments, so + it you use local wrapper scripts, be sure they pass on their own + arguments properly. + +- there is now a dummy fetchmailconf manual page which will just source + (roff's ".so" command) the fetchmail manual page for now. You can of + course keep your symlinks in place and ignore this dummy. IF you + install the dummy and compress your man pages, be sure to test "man + fetchmailconf", on some systems, you'll need to adjust the ".so" + command to point to the compressed version. |