1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
Source: xinit
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper (>= 9),
dh-autoreconf,
pkg-config,
libx11-dev (>= 2:1.0.0),
quilt,
automake,
x11proto-core-dev (>= 7.0.17),
xutils-dev (>= 1:7.7+3),
Standards-Version: 3.9.6
Vcs-Git: https://salsa.debian.org/xorg-team/app/xinit.git
Vcs-Browser: https://salsa.debian.org/xorg-team/app/xinit
Package: xinit
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
coreutils (>= 7.4-1),
x11-common,
xauth,
Recommends:
xserver-xorg | xserver,
xterm | x-session-manager | x-window-manager | x-terminal-emulator,
Description: X server initialisation tool
xinit and startx are programs which facilitate starting an X server, and
loading a base X session.
|