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