File: control

package info (click to toggle)
x11-session-utils 7.7%2B4
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 2,892 kB
  • sloc: sh: 11,061; ansic: 7,777; makefile: 240; awk: 32; sed: 7
file content (43 lines) | stat: -rw-r--r-- 1,351 bytes parent folder | download
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
Source: x11-session-utils
Section: x11
Priority: optional
Maintainer: Debian X Strike Force <debian-x@lists.debian.org>
Build-Depends:
 dpkg-dev (>= 1.16.1),
 debhelper-compat (= 12),
 pkg-config,
 libice-dev,
 libsm-dev,
 libxaw7-dev (>= 1:1.0.1),
 libxmuu-dev,
 libxt-dev (>= 1:1.0.0),
 libx11-dev,
 x11proto-dev,
 quilt,
 xutils-dev (>= 1:7.5+4),
# Reasons for build-depends:
# debhelper for the packaging, pkg-config needed by configure scripts
# xutils-dev for common xorg macros
# Individual apps:
# rstart:  x11proto-core-dev
# smproxy: libxt-dev, libxmuu-dev, libsm-dev
# xsm: openssh-client | ssh, libxaw7-dev, libxt-dev, libsm-dev
#      libice-dev, libx11-dev
Standards-Version: 4.5.0
Vcs-Git: https://salsa.debian.org/xorg-team/app/x11-session-utils.git
Vcs-Browser: https://salsa.debian.org/xorg-team/app/x11-session-utils

Package: x11-session-utils
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
Description: X session utilities
 This package provides the X session manager and related tools:
  - rstart;
  - smproxy, a session manager proxy for X clients that do not use the X
    session manager protocol;
  - xsm, a session manager for X sessions;
 Installation of an rsh or ssh daemon (server) is necessary if rstartd is
 to be used, and installation of an rsh or ssh client is necessary if
 rstart is to be used.