]> git.sur5r.net Git - i3/i3/blob - debian/control
7ea7ad660d53e7a72169e79a23243774fb3f6720
[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 (>= 5), libx11-dev, libxcb-aux0-dev (>= 0.3.3), libxcb-keysyms1-dev, 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 (>= 8.4.4), xmlto, docbook-xml, pkg-config, libev-dev, flex, bison
7 Standards-Version: 3.8.3
8 Homepage: http://i3.zekjur.net/
9
10 Package: i3
11 Architecture: any
12 Section: x11
13 Depends: i3-wm, ${misc:Depends}
14 Recommends: i3lock, dwm-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 (slightly improved version of slock), dwm-tools which contains dmenu
18  and i3status, which displays useful information about your system in
19  combination with dzen2. These are all the tools you need to use the i3 window
20  manager efficiently.
21
22 Package: i3-wm
23 Architecture: any
24 Section: x11
25 Depends: ${shlibs:Depends}, ${misc:Depends}, x11-utils
26 Provides: x-window-manager
27 Suggests: rxvt-unicode | x-terminal-emulator
28 Recommends: xfonts-base
29 Description: an improved dynamic tiling window manager
30  Key features of i3 are correct implementation of Xinerama (workspaces are
31  assigned to virtual screens, i3 does the right thing when attaching new
32  monitors), XrandR support (not done yet), horizontal and vertical columns
33  (think of a table) in tiling. Also, special focus is on writing clean,
34  readable and well documented code. i3 uses xcb for asynchronous
35  communication with X11, and has several measures to be very fast.
36  .
37  Please be aware i3 is primarily targeted at advanced users and developers.
38
39 Package: i3-wm-dbg
40 Architecture: any
41 Section: debug
42 Depends: i3-wm (=${binary:Version}), ${misc:Depends}
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.