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