pine-tracker
------------

This package warns you about outdated pine packages in your system.
It compares its own version against the installed version of pine, pico, etc.
and suggests the user to update those packages if old packages are found.

Follows the recipe given by postinst, in case you want to read it here:

To update the packages built from the pine source, make sure you have
source URIs in /etc/apt/sources.list and run the following commands,
as root, in a scratch directory:

# apt-get --only-source build-dep pine
# apt-get --only-source -b source pine

Then use dpkg -i to install the generated debian packages.
