File: control

package info (click to toggle)
x11-session-utils 7.7%2B2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,852 kB
  • ctags: 650
  • sloc: sh: 8,152; ansic: 7,769; makefile: 234; awk: 32; sed: 7
file content (45 lines) | stat: -rw-r--r-- 1,369 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
44
45
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 (>= 9),
 autotools-dev,
 pkg-config,
 libice-dev,
 libsm-dev,
 libxaw7-dev (>= 1:1.0.1),
 libxmuu-dev,
 libxt-dev (>= 1:1.0.0),
 libx11-dev,
 x11proto-core-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: 3.9.2
Vcs-Git: git://git.debian.org/git/pkg-xorg/app/x11-session-utils
Vcs-Browser: http://git.debian.org/?p=pkg-xorg/app/x11-session-utils.git

Package: x11-session-utils
Architecture: any
Depends:
 ${shlibs:Depends},
 ${misc:Depends},
 cpp,
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.