]> git.sur5r.net Git - i3/i3/blob - debian/control
switch from libXcursor to xcb-util-cursor
[i3/i3] / debian / control
1 Source: i3-wm
2 Section: x11
3 Priority: extra
4 Maintainer: Michael Stapelberg <stapelberg@debian.org>
5 Build-Depends: debhelper (>= 7.0.50~),
6                libx11-dev,
7                libxcb-util0-dev (>= 0.3.8),
8                libxcb-keysyms1-dev,
9                libxcb-xinerama0-dev (>= 1.1),
10                libxcb-randr0-dev,
11                libxcb-icccm4-dev,
12                libxcb-cursor-dev,
13                asciidoc (>= 8.4.4),
14                xmlto,
15                docbook-xml,
16                pkg-config,
17                libev-dev (>= 1:4.04),
18                libyajl-dev,
19                libpcre3-dev,
20                libstartup-notification0-dev (>= 0.10),
21                libcairo2-dev,
22                libpango1.0-dev,
23                libpod-simple-perl
24 Standards-Version: 3.9.4
25 Homepage: http://i3wm.org/
26
27 Package: i3
28 Architecture: any
29 Depends: i3-wm (=${binary:Version}), ${misc:Depends}
30 Recommends: i3lock (>= 2.2), suckless-tools, i3status (>= 2.3), dunst
31 Description: metapackage (i3 window manager, screen locker, menu, statusbar)
32  This metapackage installs the i3 window manager (i3-wm), the i3lock screen
33  locker, i3status (for system information) and suckless-tools (for dmenu).
34  These are all the tools you need to use the i3 window manager efficiently.
35
36 Package: i3-wm
37 Architecture: any
38 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, x11-utils
39 Provides: x-window-manager
40 Suggests: rxvt-unicode | x-terminal-emulator
41 Recommends: xfonts-base
42 Description: improved dynamic tiling window manager
43  Key features of i3 are good documentation, reasonable defaults (changeable in
44  a simple configuration file) and good multi-monitor support. The user
45  interface is designed for power users and emphasizes keyboard usage. i3 uses
46  XCB for asynchronous communication with X11 and aims to be fast and
47  light-weight.
48  .
49  Please be aware i3 is primarily targeted at advanced users and developers.
50
51 Package: i3-wm-dbg
52 Architecture: any
53 Section: debug
54 Depends: i3-wm (=${binary:Version}), ${misc:Depends}
55 Description: Debugging symbols for the i3 window manager
56  Debugging symbols for the i3 window manager. Please install this to produce
57  useful backtraces before creating new tickets.