]> git.sur5r.net Git - i3/i3/blob - debian/control
Bugfix: Use more precise floating point arithmetic (Thanks helgiks)
[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 Priority: extra
13 Section: x11
14 Depends: i3-wm, ${misc:Depends}
15 Recommends: i3lock, dwm-tools, i3status
16 Description: metapackage (i3 window manager, screen locker, menu, statusbar)
17  This metapackage installs the i3 window manager (i3-wm), the i3lock screen
18  locker (slightly improved version of slock), dwm-tools which contains dmenu
19  and i3status, which displays useful information about your system in
20  combination with dzen2. These are all the tools you need to use the i3 window
21  manager efficiently.
22
23 Package: i3-wm
24 Architecture: any
25 Priority: extra
26 Section: x11
27 Depends: ${shlibs:Depends}, ${misc:Depends}
28 Provides: x-window-manager
29 Suggests: rxvt-unicode | x-terminal-emulator
30 Recommends: xfonts-base
31 Description: an improved dynamic tiling window manager
32  Key features of i3 are correct implementation of Xinerama (workspaces are
33  assigned to virtual screens, i3 does the right thing when attaching new
34  monitors), XrandR support (not done yet), horizontal and vertical columns
35  (think of a table) in tiling. Also, special focus is on writing clean,
36  readable and well documented code. i3 uses xcb for asynchronous
37  communication with X11, and has several measures to be very fast.
38  .
39  Please be aware i3 is primarily targeted at advanced users and developers.
40
41 Package: i3-wm-dbg
42 Architecture: any
43 Priority: extra
44 Section: debug
45 Depends: i3-wm (=${binary:Version}), ${misc:Depends}
46 Description: Debugging symbols for the i3 window manager
47  Debugging symbols for the i3 window manager. Please install this to produce
48  useful backtraces before creating new tickets.