Debian package: Declare compliance with Debian Policy 4.3.0
[conkeror.git] / debian / README.Debian
blob3cd0ab919f57e152c318b2e7d207ae958b305422
1 Conkeror for Debian
2 -------------------
4 The conkeror package is split up into two packages:
6 + conkeror including all the non-architecture-specific files. This
7   package is sufficient to run conkeror but you may not be able to
8   spawn external commands like editors, etc.
10 + conkeror-spawn-process-helper including the helper binary
11   conkeror-spawn-helper (formerly spawn-process-helper)
13 /usr/bin/conkeror is a wrapper script which finds the probably most
14 appropriate rendering engine found on the system:
16 + If the iceweasel package is installed, it uses iceweasel's rendering
17   engine, even if newer versions of xulrunner are installed.
19 + If no iceweasel is found, it checks for all supported xulrunner
20   versions, taking the highest version found.
22 + If neither iceweasel nor xulrunner are found, it checks for firefox
23   in the search path. This is necessary as fallback for Ubuntu (and
24   likely most Ubuntu derivatives) which does ship a firefox package
25   instead of Debian's debranded iceweasel package.
27  -- Axel Beckert <abe@debian.org>, Sun, 15 Jun 2014 22:38:22 +0200