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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
|
Source: gnome-session
Section: gnome
Priority: optional
Maintainer: Progress Linux Maintainers <maintainers@lists.progress-linux.org>
XSBC-Uploaders: Daniel Baumann <daniel.baumann@progress-linux.org>
XSBC-Original-Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
XSBC-Original-Uploaders: @GNOME_TEAM@
Bugs: mailto:maintainers@lists.progress-linux.org
Build-Depends: debhelper-compat (= 13),
dh-exec,
dh-sequence-gnome,
libdbus-1-dev,
libgl-dev,
libgles-dev,
libglib2.0-dev (>= 2.46.0),
libgnome-desktop-3-dev (>= 3.34.2),
libgtk-3-dev (>= 3.22.0),
libice-dev,
libjson-glib-dev (>= 0.10),
libsm-dev,
libsystemd-dev (>= 209) [linux-any],
libx11-dev,
libxau-dev,
libxcomposite-dev,
libxext-dev,
libxrender-dev,
libxt-dev,
libxtst-dev,
meson (>= 0.53.0),
systemd [linux-any],
xmlto,
xsltproc,
xtrans-dev
Rules-Requires-Root: no
Standards-Version: 4.6.0
Vcs-Browser: https://git.progress-linux.org/packages/graograman/gnome-session
Vcs-Git: https://git.progress-linux.org/packages/graograman/gnome-session
XSBC-Original-Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-session
XSBC-Original-Vcs-Git: https://salsa.debian.org/gnome-team/gnome-session.git
Package: gnome-session
Architecture: all
Depends: gnome-session-bin (<< ${gnome:NextVersion}),
gnome-session-bin (>= ${binary:Version}),
gnome-session-common (= ${binary:Version}),
gnome-settings-daemon (>= 3.37.0),
gnome-shell (>= 3.37.91),
xdg-desktop-portal-gnome | xdg-desktop-portal-backend,
${misc:Depends}
Suggests: desktop-base,
gnome-keyring
Breaks: gnome-initial-setup (<< 3.37.90),
gnome-session-bin (<< 3.37.0-2~)
Replaces: gnome-session-bin (<< 3.37.0-2~)
Provides: x-session-manager
Description: GNOME Session Manager - GNOME 3 session
The GNOME Session Manager is in charge of starting the core components
of the GNOME desktop, and applications that should be launched at
login time. It also features a way to save and restore currently
running applications.
.
This package contains the required components for the standard GNOME 3
session, based on the GNOME Shell. It can be started from a display
manager such as GDM, and requires 3D acceleration to work properly.
Package: gnome-session-bin
Architecture: any
Depends: default-dbus-session-bus | dbus-session-bus,
gsettings-desktop-schemas,
upower (>= 0.9.0),
xwayland [linux-any],
${misc:Depends},
${shlibs:Depends}
Recommends: default-logind [linux-any] | logind [linux-any]
Breaks: gdm3 (<< 3.37.90)
Description: GNOME Session Manager - Minimal runtime
The GNOME Session Manager is in charge of starting the core components
of the GNOME desktop, and applications that should be launched at
login time. It also features a way to save and restore currently
running applications.
.
This package contains the binaries for the GNOME Session Manager, but
no startup scripts. It is meant for those willing to start
gnome-session by hand with the components of their choice, and for
applications such as GDM that use gnome-session internally.
Package: gnome-session-common
Architecture: all
Breaks: eog (<< 3.36.0),
evince (<< 3.30),
evolution (<< 3.30.0),
gnome-session-bin (<< 3.37.0-2~)
Replaces: gnome-session-bin (<< 3.37.0-2~)
Depends: ${misc:Depends}
Description: GNOME Session Manager - common files
The GNOME Session Manager is in charge of starting the core components
of the GNOME desktop, and applications that should be launched at
login time. It also features a way to save and restore currently
running applications.
.
This package contains the translations, data files and startup scripts
which are common to the GNOME and GNOME fallback sessions.
|