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
|
Source: xauth
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
debhelper-compat (= 13),
quilt,
pkg-config,
libx11-dev,
libxext-dev,
libxmuu-dev,
xutils-dev,
Standards-Version: 4.1.1
Vcs-Git: https://salsa.debian.org/xorg-team/app/xauth.git
Vcs-Browser: https://salsa.debian.org/xorg-team/app/xauth
Package: xauth
Architecture: any
Multi-Arch: foreign
Depends:
${shlibs:Depends},
${misc:Depends},
Description: X authentication utility
xauth is a small utility to read and manipulate Xauthority files, which
are used by servers and clients alike to control authentication and access
to X sessions.
|