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