diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:17:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-07 18:17:06 +0000 |
commit | 743b6a72166ba7ceb70ad3bde1c6c82e6e9fba89 (patch) | |
tree | ced6d2c76967d2c7234b5cf29be793abbd8be5c0 /debian/control | |
parent | Adding upstream version 43.0. (diff) | |
download | gsettings-desktop-schemas-743b6a72166ba7ceb70ad3bde1c6c82e6e9fba89.tar.xz gsettings-desktop-schemas-743b6a72166ba7ceb70ad3bde1c6c82e6e9fba89.zip |
Adding debian version 43.0-1.debian/43.0-1debian
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 62 |
1 files changed, 62 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..3017cd2 --- /dev/null +++ b/debian/control @@ -0,0 +1,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. |