Debian: Declare compliance with Debian Policy 4.1.1
[conkeror.git] / debian / control
blob3ddcc22e79e63854267a77fe17fb1b7bd7ed98df
1 Source: conkeror
2 Section: web
3 Priority: optional
4 Maintainer: Axel Beckert <abe@debian.org>
5 Build-Depends: debhelper (>= 9~),
6                dpkg-dev (>= 1.16.1~)
7 Standards-Version: 4.1.1
8 Homepage: http://conkeror.org/
9 Vcs-Browser: http://repo.or.cz/w/conkeror.git
10 Vcs-Git: git://repo.or.cz/conkeror.git
12 Package: conkeror
13 Architecture: all
14 Depends: ${misc:Depends},
15          firefox (<< 57~) | firefox-esr (<< 57~) | iceweasel (<< 57~)
16 Recommends: conkeror-spawn-process-helper,
17             xdg-utils
18 Breaks: conkeror-spawn-process-helper (<< 0.9~git080901-1)
19 Suggests: emacs | emacsen
20 Provides: www-browser
21 Xb-Xul-AppId: {a79fe89b-6662-4ff4-8e88-09950ad4dfde}
22 Description: keyboard focused web browser with Emacs look and feel
23  Conkeror is a highly-programmable web browser based on Mozilla's
24  rendering engine Gecko which is the base of all Mozilla products
25  including Firefox. Conkeror has a sophisticated keyboard system for
26  running commands and interacting with web page content, modelled
27  after Emacs and Lynx. It is self-documenting and extensible with
28  JavaScript.
29  .
30  It comes with builtin support for several Web 2.0 sites like several
31  Google services (Search, Gmail, Maps, Reader, etc.), Del.icio.us,
32  Reddit, Last.fm and YouTube. For easier editing of form fields, it
33  can spawn external editors. For this feature the recommended
34  conkeror-spawn-process-helper package needs to be installed.
35  .
36  Despite its very similar sounding name, Conkeror is not related to
37  the KDE web browser and file manager Konqueror in any way.
39 Package: conkeror-spawn-process-helper
40 Architecture: any
41 Depends: ${misc:Depends},
42          ${shlibs:Depends}
43 Suggests: conkeror
44 Breaks: conkeror (<< 0.9~git080901-1)
45 Description: spawn external processes in Conkeror
46  This helper tool named conkeror-spawn-helper is necessary to let the
47  Conkeror web browser spawn external process, e.g. to edit form fields
48  in an external program. It was previously named spawn-process-helper.
49  .
50  Maybe helpful for other Gecko-based applications, too.