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