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
|
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: gsettings-desktop-schemas
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@ubuntu.com>, Laurent Bigonville <bigon@debian.org>, Tim Lunn <tim@feathertop.org>
Build-depends: debhelper-compat (= 13),
dh-sequence-gir,
dh-sequence-gnome,
libglib2.0-dev (>= 2.31.0),
libgirepository1.0-dev (>= 1.31.0),
meson (>= 0.50.0)
Standards-Version: 4.6.1
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/gnome-team/gsettings-desktop-schemas
Vcs-Git: https://salsa.debian.org/gnome-team/gsettings-desktop-schemas.git
Homepage: https://www.gnome.org/
Package: gsettings-desktop-schemas
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends},
${shlibs:Depends}
Breaks: gnome-shell (<< 40),
gnome-settings-daemon (<< 3.19.92),
gnome-control-center (<< 1:3.19.92),
mutter (<< 3.31.4),
nautilus (<< 3.7.92)
Description: GSettings desktop-wide schemas
gsettings-desktop-schemas contains a collection of GSettings schemas for
settings shared by various components of a desktop.
Package: gsettings-desktop-schemas-dev
Section: libdevel
Architecture: any
Depends: gsettings-desktop-schemas (>= ${source:Version}),
gir1.2-gdesktopenums-3.0 (= ${binary:Version}),
${misc:Depends}
Multi-arch: same
Description: Development files for GSettings desktop-wide schemas
gsettings-desktop-schemas contains a collection of GSettings schemas for
settings shared by various components of a desktop.
.
This package contains the development files.
Package: gir1.2-gdesktopenums-3.0
Section: introspection
Architecture: any
Depends: ${gir:Depends},
${shlibs:Depends},
${misc:Depends}
Multi-arch: same
Description: GObject introspection for GSettings desktop-wide schemas
gsettings-desktop-schemas contains a collection of GSettings schemas for
settings shared by various components of a desktop.
.
This package contains introspection data for GSettings desktop-wide schemas. It
can be used by packages using the GIRepository format to generate
dynamic bindings.
|