]> git.sur5r.net Git - i3/i3/blob - debian/control
debian-package: Add provides: x-window-manager, suggest a terminal emulator
[i3/i3] / debian / control
1 Source: i3-wm
2 Section: utils
3 Priority: optional
4 Maintainer: Michael Stapelberg <michael+i3@stapelberg.de>
5 Build-Depends: debhelper (>= 5), libx11-dev, libxcb-aux0-dev (>= 0.3.3), libxcb-keysyms0-dev (>= 0.3.3), libxcb-xinerama0-dev (>= 1.1), libxcb-event1-dev (>= 0.3.3), libxcb-property1-dev (>= 0.3.3), libxcb-atom1-dev (>= 0.3.3), libxcb-icccm1-dev (>= 0.3.3), asciidoc, xmlto, docbook-xml, pkg-config
6 Standards-Version: 3.8.0
7 Homepage: http://i3.zekjur.net/
8
9 Package: i3
10 Architecture: any
11 Priority: optional
12 Section: x11
13 Depends: i3-wm, ${misc:Depends}
14 Recommends: i3lock, dwm-tools
15 Description: metapackage (i3 window manager, i3lock (screen locker), dwm-tools)
16  This metapackage installs the i3 window manager (i3-wm), the i3lock screen
17  locker (slightly improved version of slock) and dwm-tools which contains 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 Priority: optional
23 Section: x11
24 Depends: ${shlibs:Depends}, ${misc:Depends}
25 Provides: x-window-manager
26 Suggests: rxvt-unicode | x-terminal-emulator
27 Description: an improved dynamic tiling window manager
28  Key features of i3 are correct implementation of Xinerama (workspaces are
29  assigned to virtual screens, i3 does the right thing when attaching new
30  monitors), XrandR support (not done yet), horizontal and vertical columns
31  (think of a table) in tiling. Also, special focus is on writing clean,
32  readable and well documented code. i3 uses xcb for asynchronous
33  communication with X11, and has several measures to be very fast.
34  .
35  Please be aware i3 is primarily targeted at advanced users and developers
36  and that you're currently trying an alpha version (which may contain bugs).
37
38 Package: i3-wm-dbg
39 Architecture: any
40 Priority: optional
41 Section: x11
42 Depends: i3-wm (=${Source-Version})
43 Description: Debugging symbols for the i3 window manager
44  Debugging symbols for the i3 window manager. Please install this to produce
45  useful backtraces before creating new tickets.