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
|
Source: xdm
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Uploaders: Cyril Brulebois <kibi@debian.org>
Build-Depends:
debhelper (>= 9),
dpkg-dev (>= 1.16.1),
pkg-config,
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,
xutils-dev,
Standards-Version: 3.9.6
Vcs-Git: git://anonscm.debian.org/pkg-xorg/app/xdm
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-xorg/app/xdm.git
Package: xdm
Architecture: any
Depends:
${shlibs:Depends},
${misc:Depends},
debconf (>= 1.2.9) | debconf-2.0,
x11-utils | xbase-clients | xmessage,
cpp,
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.
|