]> Pileus Git - ~andy/fetchmail/blob - README.packaging
Add README.packaging.
[~andy/fetchmail] / README.packaging
1 README.packaging
2 ================
3
4 fetchmail 6.3.0 changes relevant for packagers
5 ----------------------------------------------
6
7 Greetings, dear packager!
8
9 There are now some changes to the fetchmail 6.3.0 installation layout,
10 which are given as headwords below.
11
12 - fetchmail now uses automake and supports all common automake targets
13   and overrides such as "make install-strip" or "DESTDIR=..." for staging
14   areas
15
16 - the fetchmailconf script has been renamed to fetchmailconf.py,
17   automake will install it into Python's top-level site-packages directory
18   and byte-compile it (so you need to package or remove
19   fetchmailconf.pyc and fetchmailconf.pyo as well)
20
21 - the Makefile generates a two-line "fetchmailconf" /bin/sh wrapper
22   script that executes the actual fetchmailconf.py with the python
23   installation found at configuration time.
24
25 - note that fetchmailconf.py supports a few command line arguments, so
26   it you use local wrapper scripts, be sure they pass on their own
27   arguments properly.
28
29 - there is now a dummy fetchmailconf manual page which will just source
30   (roff's ".so" command) the fetchmail manual page for now. You can of
31   course keep your symlinks in place and ignore this dummy. IF you
32   install the dummy and compress your man pages, be sure to test "man
33   fetchmailconf", on some systems, you'll need to adjust the ".so"
34   command to point to the compressed version.