]> git.sur5r.net Git - i3/i3/blob - debian/control
577bb4d4de269471cda506053ae2f24554ad8990
[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 (>= 9),
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                libxcb-xkb-dev,
14                libxkbcommon-dev (>= 0.4.0),
15                libxkbcommon-x11-dev (>= 0.4.0),
16                asciidoc (>= 8.4.4),
17                xmlto,
18                docbook-xml,
19                pkg-config,
20                libev-dev (>= 1:4.04),
21                libyajl-dev (>= 2.0.4),
22                libpcre3-dev,
23                libstartup-notification0-dev (>= 0.10),
24                libcairo2-dev,
25                libpango1.0-dev,
26                libpod-simple-perl
27 Standards-Version: 3.9.7
28 Homepage: http://i3wm.org/
29
30 Package: i3
31 Architecture: any
32 Depends: i3-wm (=${binary:Version}), ${misc:Depends}
33 Recommends: i3lock (>= 2.2), suckless-tools, i3status (>= 2.3), dunst
34 Description: metapackage (i3 window manager, screen locker, menu, statusbar)
35  This metapackage installs the i3 window manager (i3-wm), the i3lock screen
36  locker, i3status (for system information) and suckless-tools (for dmenu).
37  These are all the tools you need to use the i3 window manager efficiently.
38
39 Package: i3-wm
40 Architecture: any
41 Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, x11-utils
42 Provides: x-window-manager
43 Recommends: xfonts-base, fonts-dejavu-core, libanyevent-i3-perl (>= 0.12), libjson-xs-perl, rxvt-unicode | x-terminal-emulator
44 Description: improved dynamic tiling window manager
45  Key features of i3 are good documentation, reasonable defaults (changeable in
46  a simple configuration file) and good multi-monitor support. The user
47  interface is designed for power users and emphasizes keyboard usage. i3 uses
48  XCB for asynchronous communication with X11 and aims to be fast and
49  light-weight.
50  .
51  Please be aware i3 is primarily targeted at advanced users and developers.
52
53 Package: i3-wm-dbg
54 Architecture: any
55 Section: debug
56 Depends: i3-wm (=${binary:Version}), ${misc:Depends}
57 Description: Debugging symbols for the i3 window manager
58  Debugging symbols for the i3 window manager. Please install this to produce
59  useful backtraces before creating new tickets.