]> git.sur5r.net Git - i3/i3/blob - debian/control
Merge branch 'fix-take-focus'
[i3/i3] / debian / control
1 Source: i3-wm
2 Section: utils
3 Priority: extra
4 Maintainer: Michael Stapelberg <michael@stapelberg.de>
5 DM-Upload-Allowed: yes
6 Build-Depends: debhelper (>= 7.0.50~), libx11-dev, libxcb-util0-dev (>= 0.3.8), libxcb-keysyms1-dev, libxcb-xinerama0-dev (>= 1.1), libxcb-randr0-dev, libxcb-icccm4-dev, libxcursor-dev, asciidoc (>= 8.4.4), xmlto, docbook-xml, pkg-config, libev-dev, flex, bison, libyajl-dev, texlive-latex-base, texlive-latex-recommended, texlive-latex-extra, libpcre3-dev, libstartup-notification0-dev (>= 0.10)
7 Standards-Version: 3.9.2
8 Homepage: http://i3wm.org/
9
10 Package: i3
11 Architecture: any
12 Section: x11
13 Depends: i3-wm, ${misc:Depends}
14 Recommends: i3lock, suckless-tools, i3status
15 Description: metapackage (i3 window manager, screen locker, menu, statusbar)
16  This metapackage installs the i3 window manager (i3-wm), the i3lock screen
17  locker, i3status (for system information) and suckless-tools (for dmenu).
18  These are all the tools you need to use the i3 window manager efficiently.
19
20 Package: i3-wm
21 Architecture: any
22 Section: x11
23 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, x11-utils
24 Provides: x-window-manager
25 Suggests: rxvt-unicode | x-terminal-emulator
26 Recommends: xfonts-base
27 Description: improved dynamic tiling window manager
28  Key features of i3 are good documentation, reasonable defaults (changeable in
29  a simple configuration file) and good multi-monitor support. The user
30  interface is designed for power users and emphasizes keyboard usage. i3 uses
31  XCB for asynchronous communication with X11 and aims to be fast and
32  light-weight.
33  .
34  Please be aware i3 is primarily targeted at advanced users and developers.
35
36 Package: i3-wm-dbg
37 Architecture: any
38 Section: debug
39 Depends: i3-wm (=${binary:Version}), ${misc:Depends}
40 Description: Debugging symbols for the i3 window manager
41  Debugging symbols for the i3 window manager. Please install this to produce
42  useful backtraces before creating new tickets.