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 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49
|
Source: xdm
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders:
Boyuan Yang <byang@debian.org>,
Build-Depends:
debhelper (>= 9),
dh-exec,
dpkg-dev (>= 1.16.1),
pkgconf,
libxmu-dev (>= 1:1.0.1),
libx11-dev (>= 2:1.0.0),
libxau-dev (>= 1:1.0.0),
libxaw7-dev (>= 1:1.0.1),
libpam0g-dev,
libselinux1-dev [linux-any],
libxinerama-dev (>= 1:1.0.1),
libxft-dev,
quilt,
automake,
libtool,
systemd-dev,
xutils-dev,
Standards-Version: 4.7.0
Homepage: https://gitlab.freedesktop.org/xorg/app/xdm
Vcs-Git: https://salsa.debian.org/xorg-team/app/xdm.git
Vcs-Browser: https://salsa.debian.org/xorg-team/app/xdm
Package: xdm
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
debconf (>= 1.2.9) | debconf-2.0,
x11-utils | xbase-clients | xmessage,
cpp,
sysvinit-utils (>= 3.05-4~) | lsb-base (>= 3.2-14),
x11-xserver-utils,
procps,
Provides: x-display-manager
Description: X display manager
xdm manages a collection of X servers, which may be on the local host or
remote machines. It provides services similar to those provided by init,
getty, and login on character-based terminals: prompting for login name and
password, authenticating the user, and running a session. xdm supports XDMCP
(X Display Manager Control Protocol) and can also be used to run a chooser
process which presents the user with a menu of possible hosts that offer
XDMCP display management.
|