From 444911497677f6780f7e9da7d4e47c2fcd74fdf7 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 27 Apr 2024 16:51:55 +0200 Subject: Adding debian version 3.38.2-1. Signed-off-by: Daniel Baumann --- debian/control.in | 120 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 debian/control.in (limited to 'debian/control.in') diff --git a/debian/control.in b/debian/control.in new file mode 100644 index 0000000..f5ba90e --- /dev/null +++ b/debian/control.in @@ -0,0 +1,120 @@ +Source: gnome-settings-daemon +Section: gnome +Priority: optional +Maintainer: Debian GNOME Maintainers +Uploaders: @GNOME_TEAM@ +Build-Depends: debhelper-compat (= 12), + dh-exec, + dh-sequence-gnome, + gsettings-desktop-schemas-dev (>= 3.35.91), + gtk-doc-tools, + intltool (>= 0.37.1), + libasound2-dev [linux-any], + libcanberra-gtk3-dev, + libcolord-dev (>= 1.3.5) [linux-any], + libcups2-dev, + libfontconfig1-dev, + libgcr-3-dev (>= 3.7.5), + libgeoclue-2-dev (>= 2.3.1), + libgeocode-glib-dev (>= 3.10.0), + libglib2.0-dev (>= 2.56), + libglib2.0-dev:native (>= 2.56), + libgnome-desktop-3-dev (>= 3.34.2), + libgtk-3-dev (>= 3.16), + libgudev-1.0-dev [linux-any], + libgweather-3-dev (>= 3.9.5), + libibus-1.0-dev (>= 1.5.2), + liblcms2-dev, + libnm-dev (>= 1.0) [linux-any], + libnotify-dev (>= 0.7.3), + libnss3-dev, + libmm-glib-dev (>= 1.0), + libpackagekit-glib2-dev (>= 0.8.1), + libpolkit-gobject-1-dev, + libpulse-dev (>= 2.0), + librsvg2-dev (>= 2.36.2), + libupower-glib-dev (>= 0.99.8), + libwacom-dev (>= 0.7) [!hurd-any !kfreebsd-any !s390 !s390x], + libx11-dev, + libxext-dev, + libxi-dev, + libxt-dev, + meson (>= 0.47.0), + mutter (>= 3.31.92) , + policykit-1, + python3-dbusmock , + python3-gi , + systemd (>= 243) [linux-any], + udev [linux-any] , + xauth , + xkb-data, + xserver-xorg-input-wacom [!hurd-any !kfreebsd-any !s390 !s390x], + xvfb +Standards-Version: 4.5.1 +Vcs-Git: https://salsa.debian.org/gnome-team/gnome-settings-daemon.git +Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-settings-daemon +Rules-Requires-Root: no + +Package: gnome-settings-daemon +Architecture: any +Depends: gnome-settings-daemon-common (= ${source:Version}), + gsettings-desktop-schemas (>= 3.35.91), + default-logind [linux-any] | logind [linux-any], + ${misc:Depends}, + ${shlibs:Depends} +Recommends: iio-sensor-proxy, + pulseaudio, + x11-xserver-utils +Suggests: usbguard +Breaks: afterstep (<< 2.2.12-11.1~), + budgie-core (<< 10.4+git20171031.10.g9f71bb8-1.2~), + cairo-dock (<< 3.4.1-1.2~), + gdm3 (<< 3.37.0), + gnome-control-center (<< 1:3.25.91), + gnome-initial-setup (<< 3.27), + gnome-session (<< 3.37.0), + gnome-session-flashback (<< 3.26.0-3~), + gnome-shell (<< 3.37.90), + gnome-shell-extensions (<< 3.27), + openbox-gnome-session (<< 3.6.1-7~), + xmonad (<< 0.13-7~) +Description: daemon handling the GNOME session settings + This package contains the daemon which is responsible for setting the + various parameters of a GNOME session and the applications that run + under it. It handles the following kinds of settings: + . + * Keyboard: layout, accessibility options, shortcuts, media keys + * Clipboard management + * Theming: background, icons, GTK+ applications + * Cleanup of unused files + * Mouse: cursors, speed, accessibility options + * Startup of other daemons: screensaver, sound daemon + . + It also sets various application settings through X resources and + freedesktop.org XSETTINGS. + +Package: gnome-settings-daemon-common +Architecture: all +Depends: ${misc:Depends} +Replaces: gnome-settings-daemon (<< 3.30.1.2-2~), + gnome-settings-daemon-schemas (<< 3.30.1.2-2~) +Breaks: gnome-settings-daemon (<< 3.30.1.2-2~), + gnome-settings-daemon-schemas (<< 3.30.1.2-2~) +Provides: gnome-settings-daemon-schemas (= ${source:Version}) +Description: daemon handling the GNOME session settings - common files + This package contains GSettings schemas and other architecture-independent + files for GNOME Settings Daemon. It is probably not interesting on its own for + end users, but packages may depend on this if they only need to read and write + settings & don't themselves care if the settings daemon is actually running or + not. + +Package: gnome-settings-daemon-dev +Section: libdevel +Architecture: any +Multi-Arch: same +Depends: libglib2.0-dev (>= 2.56), + ${misc:Depends}, + ${shlibs:Depends} +Description: Headers for building applications communicating with gnome-settings-daemon + This package contains header files required to build applications that + communicate with the GNOME settings daemon over D-Bus. -- cgit v1.2.3