]> git.sur5r.net Git - i3/i3/blob - debian/control
website: add download link for OpenBSD
[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
7 Standards-Version: 3.8.2
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 Description: an improved dynamic tiling window manager
31  Key features of i3 are correct implementation of Xinerama (workspaces are
32  assigned to virtual screens, i3 does the right thing when attaching new
33  monitors), XrandR support (not done yet), horizontal and vertical columns
34  (think of a table) in tiling. Also, special focus is on writing clean,
35  readable and well documented code. i3 uses xcb for asynchronous
36  communication with X11, and has several measures to be very fast.
37  .
38  Please be aware i3 is primarily targeted at advanced users and developers.
39
40 Package: i3-wm-dbg
41 Architecture: any
42 Priority: extra
43 Section: debug
44 Depends: i3-wm (=${binary:Version}), ${misc:Depends}
45 Description: Debugging symbols for the i3 window manager
46  Debugging symbols for the i3 window manager. Please install this to produce
47  useful backtraces before creating new tickets.