diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 132 |
1 files changed, 132 insertions, 0 deletions
diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..03cf063 --- /dev/null +++ b/debian/control @@ -0,0 +1,132 @@ +# 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: gnome-control-center +Section: gnome +Priority: optional +Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org> +Uploaders: Iain Lane <laney@debian.org>, Jeremy Bicha <jbicha@debian.org>, Laurent Bigonville <bigon@debian.org>, Sebastien Bacher <seb128@debian.org> +Build-Depends: debhelper-compat (= 12), + libaccountsservice-dev (>= 0.6.39), + desktop-file-utils, + gnome-pkg-tools (>= 0.10), + gnome-settings-daemon-dev (>= 3.29.90.1), + gsettings-desktop-schemas-dev (>= 3.37.1), + gtk-doc-tools, + libcanberra-gtk3-dev, + libcheese-dev (>= 3.28.0), + libcheese-gtk-dev (>= 3.5.91), + libcolord-dev (>= 0.1.29), + libcolord-gtk-dev (>= 0.1.24), + libcups2-dev, + libgdk-pixbuf-2.0-dev (>= 2.23.0) | libgdk-pixbuf2.0-dev (>= 2.23.0), + libgirepository1.0-dev, + libglib2.0-dev (>= 2.56.0), + libgnome-desktop-3-dev (>= 3.32.2-2ubuntu2), + libgnomekbd-dev (>= 2.91.91), + libgnome-bluetooth-dev (>= 3.18.0) [linux-any], + libibus-1.0-dev (>= 1.5.2), + libgoa-1.0-dev (>= 3.25.3), + libgoa-backend-1.0-dev (>= 3.25.3), + libgrilo-0.3-dev (>= 0.3.0), + libgsound-dev, + libgtk-3-dev (>= 3.22.20), + libgtop2-dev, + libgudev-1.0-dev (>= 232) [linux-any], + libhandy-1-dev (>= 0.90), + libkrb5-dev, + libnm-dev (>= 1.12.0) [linux-any], + libnma-dev (>= 1.8.0) [linux-any], + libmalcontent-0-dev (>= 0.7.0) [amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x hppa powerpc powerpcspe ppc64], + libmm-glib-dev [linux-any], + libpolkit-gobject-1-dev (>= 0.103), + libpulse-dev (>= 13.0~), + libpwquality-dev, + libsecret-1-dev, + libsmbclient-dev (>= 2:3.6.12-1~), + libsoup2.4-dev, + libudisks2-dev, + libupower-glib-dev (>= 0.99.8), + libwacom-dev (>= 0.7) [linux-any], + libxi-dev (>= 2:1.2), + libx11-dev, + libxft-dev (>= 2.1.2), + libxklavier-dev (>= 5.1), + libxml2-dev, + locales, + meson (>= 0.51.0), + policykit-1, + shared-mime-info, + tzdata <!nocheck>, + xvfb, + python3-dbusmock, + at-spi2-core +Standards-Version: 4.5.1 +Rules-Requires-Root: no +Vcs-Git: https://salsa.debian.org/gnome-team/gnome-control-center.git +Vcs-Browser: https://salsa.debian.org/gnome-team/gnome-control-center + +Package: gnome-control-center +Architecture: any +Depends: ${misc:Depends}, + ${shlibs:Depends}, + accountsservice, + apg, + colord (>= 0.1.30), + desktop-base (>= 10.0.0), + desktop-file-utils, + gnome-control-center-data (<< ${gnome:NextVersion}), + gnome-control-center-data (>= ${source:Version}), + gnome-desktop3-data, + gnome-settings-daemon (>= 3.37), + gsettings-desktop-schemas (>= 3.37.1), +Recommends: cups-pk-helper, + gnome-online-accounts (>= 3.25.3), + gnome-user-docs, + gnome-user-share, + gkbd-capplet, + iso-codes, + libcanberra-pulse, + policykit-1, + rygel | rygel-tracker, + system-config-printer-common (>= 1.4), + malcontent-gui [amd64 arm64 armel armhf i386 mips mipsel mips64el ppc64el s390x hppa powerpc powerpcspe ppc64], + network-manager-gnome (>= 0.9.8), + libnss-myhostname, + cracklib-runtime, + pulseaudio-module-bluetooth, + realmd +Suggests: gnome-software | gnome-packagekit, + gstreamer1.0-pulseaudio, + libcanberra-gtk-module, + libcanberra-gtk3-module, + x11-xserver-utils +Breaks: gnome-shell (<< 3.37.92) +Description: utilities to configure the GNOME desktop + This package contains configuration applets for the GNOME desktop, + allowing to set accessibility configuration, desktop fonts, keyboard + and mouse properties, sound setup, desktop theme and background, user + interface properties, screen resolution, and other GNOME parameters. + . + It also contains a front end to these applets, which can also be + accessed with the GNOME panel or the Nautilus file manager. + +Package: gnome-control-center-dev +Architecture: all +Multi-Arch: foreign +Section: devel +Depends: ${misc:Depends}, + gnome-control-center-data +Description: utilities to configure the GNOME desktop + This package contains the file required to get the keydirs location + +Package: gnome-control-center-data +Architecture: all +Multi-Arch: foreign +Depends: ${misc:Depends} +Breaks: gnome-control-center (<< 1:3.7.92-2~) +Replaces: gnome-control-center (<< 1:3.7.92-2~) +Description: configuration applets for GNOME - data files + This package contains data files (icons, pixmaps, locales files) needed by + the configuration applets in the gnome-control-center package. |