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