Add xulrunner 25 support
[conkeror.git] / debian / control
blob8cd77fa1feed83c4a142c4262b84fa6aea4a56f5
1 Source: conkeror
2 Section: web
3 Priority: extra
4 Maintainer: Axel Beckert <abe@debian.org>
5 Build-Depends: debhelper (>= 9~), dpkg-dev (>= 1.16.1~)
6 Standards-Version: 3.9.4
7 Homepage: http://conkeror.org/
8 Vcs-Browser: http://repo.or.cz/w/conkeror.git
9 Vcs-Git: git://repo.or.cz/conkeror.git
11 Package: conkeror
12 Architecture: all
13 Depends: ${misc:Depends},
14  xulrunner-17.0  |
15  xulrunner-25.0  |
16  xulrunner-24.0  |
17  xulrunner-23.0  |
18  xulrunner-22.0  |
19  xulrunner-21.0  |
20  xulrunner-20.0  |
21  xulrunner-19.0  |
22  xulrunner-18.0  |
23  xulrunner-16.0 (>= 16.0~a2+20120803042008) |
24  xulrunner-15.0 (>= 15.0~b3) |
25  xulrunner-13.0  |
26  xulrunner-12.0  |
27  xulrunner-11.0  |
28  xulrunner-10.0  |
29  xulrunner-9.0   |
30  xulrunner-8.0   |
31  xulrunner-7.0   |
32  xulrunner-6.0   |
33  xulrunner-5.0   |
34  xulrunner-2.0   |
35  xulrunner-1.9.2 |
36  xulrunner-1.9.1 |
37  firefox (>= 3.5)
38 Recommends: conkeror-spawn-process-helper, xdg-utils
39 Breaks: conkeror-spawn-process-helper (<< 0.9~git080901-1)
40 Conflicts:
41  xulrunner-16.0 (<< 16.0~a2+20120803042008),
42  xulrunner-15.0 (<< 15.0~b3)
43 Suggests: emacs | emacsen
44 Provides: www-browser
45 Xb-Xul-AppId: {a79fe89b-6662-4ff4-8e88-09950ad4dfde}
46 Description: keyboard focused web browser with Emacs look and feel
47  Conkeror is a highly-programmable web browser based on Mozilla
48  XULRunner which is the base of all Mozilla products including
49  Firefox. Conkeror has a sophisticated keyboard system for running
50  commands and interacting with web page content, modelled after Emacs
51  and Lynx. It is self-documenting and extensible with JavaScript.
52  .
53  It comes with builtin support for several Web 2.0 sites like several
54  Google services (Search, Gmail, Maps, Reader, etc.), Del.icio.us,
55  Reddit, Last.fm and YouTube. For easier editing of form fields, it
56  can spawn external editors. For this feature the recommended
57  conkeror-spawn-process-helper package needs to be installed.
58  .
59  Despite its very similar sounding name, Conkeror is not related to
60  the KDE web browser and file manager Konqueror in any way.
62 Package: conkeror-spawn-process-helper
63 Architecture: any
64 Depends: ${shlibs:Depends}, ${misc:Depends}
65 Suggests: conkeror
66 Breaks: conkeror (<< 0.9~git080901-1)
67 Description: spawn external processes in Conkeror
68  This helper tool named conkeror-spawn-helper is necessary to let the
69  Conkeror web browser spawn external process, e.g. to edit form fields
70  in an external program. It was previously named spawn-process-helper.
71  .
72  Maybe helpful for other XULRunner based applications, too.