Change my e-mail address to my debian.org address
[conkeror.git] / debian / control
blob73c95c7e2f26774499c14c863e59cb49c4c16df8
1 Source: conkeror
2 Section: web
3 Priority: extra
4 Maintainer: Axel Beckert <abe@debian.org>
5 Uploaders: Luca Capello <luca@pca.it>
6 Build-Depends: debhelper (>= 7), quilt
7 Standards-Version: 3.8.4
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: xulrunner (>= 1.9~) | xulrunner-1.9 | xulrunner-1.9.1, ${misc:Depends}
15 Recommends: conkeror-spawn-process-helper
16 Conflicts: conkeror-spawn-process-helper (<< 0.9~git080901-1)
17 Suggests: emacs | emacsen
18 Provides: www-browser
19 Xb-Xul-AppId: {a79fe89b-6662-4ff4-8e88-09950ad4dfde}
20 Description: keyboard focused web browser with Emacs look and feel
21  Conkeror is a highly-programmable web browser based on Mozilla
22  XULRunner. It has a sophisticated keyboard system for running
23  commands and interacting with web page content, modelled after Emacs
24  and Lynx. It is self-documenting and extensible with JavaScript.
25  .
26  It comes with builtin support for several Web 2.0 sites like several
27  Google services (Search, Gmail, Maps, Reader, etc.), Del.icio.us,
28  Reddit, Last.fm and YouTube. For easier editing of form fields, it
29  can spawn external editors. For this feature the recommended
30  conkeror-spawn-process-helper package needs to be installed.
31  .
32  Despite its very similar sounding name, Conkeror is not related to
33  the KDE web browser and file manager Konqueror in any way.
35 Package: conkeror-spawn-process-helper
36 Architecture: any
37 Depends: ${shlibs:Depends}, ${misc:Depends}
38 Suggests: conkeror
39 Conflicts: conkeror (<< 0.9~git080901-1)
40 Description: spawn external processes in Conkeror
41  This helper tool named conkeror-spawn-helper is necessary to let the
42  Conkeror web browser spawn external process, e.g. to edit form fields
43  in an external program. It was previously named spawn-process-helper.
44  .
45  Maybe helpful for other XULRunner based applications, too.