~ubuntu-branches/ubuntu/wily/man-db/wily-proposed

« back to all changes in this revision

Viewing changes to docs/INSTALL.quick

  • Committer: Package Import Robot
  • Author(s): Colin Watson
  • Date: 2013-06-24 11:34:02 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20130624113402-6xdn53l2p9qu8yus
Tags: 2.6.4-1
* New upstream release:
  - Document default section list in manual pages (closes: #611007).
  - Quieten most warnings from compiling Gnulib (closes: #668429).
  - The MANLESS environment variable is now treated as if it were a
    default value for the -r option to man: occurrences of the text
    "$MAN_PN" are expanded, and explicitly using the -r option overrides
    the default (closes: #690831).
* Use 'set -e' rather than '#! /bin/sh -e' in maintainer scripts.
* Remove maintainer script support for direct upgrades from pre-etch
  (three releases before current stable).
* Breaks/Replaces manpages-zh (<< 1.5.2-1.1); man-db now ships zh_CN
  translations formerly included there.

Show diffs side-by-side

added added

removed removed

Lines of Context:
3
3
are correct (your config file will NOT be overwritten), you may follow
4
4
the Quick install below.
5
5
 
6
 
man-db requires libpipeline 1.1.0 or newer.  See
7
 
http://libpipeline.nongnu.org/ if you do not already have it installed.
8
 
 
9
 
On systems without GNU libc, man-db requires libiconv 1.8 or newer.  See
10
 
http://www.gnu.org/software/libiconv/ if you do not already have it
11
 
installed.
 
6
man-db requires several external packages:
 
7
 
 
8
        o libpipeline >= 1.1.0 (http://libpipeline.nongnu.org/)
 
9
        o flex >= 2.5.30 (http://flex.sf.net/)
 
10
 
 
11
and on systems without GNU libc:
 
12
 
 
13
        o libiconv >= 1.8 (http://www.gnu.org/software/libiconv/)
12
14
 
13
15
Quick INSTALL
14
16
=============