diff -Nru gnome-control-center-3.26.2/debian/changelog gnome-control-center-3.26.2/debian/changelog --- gnome-control-center-3.26.2/debian/changelog 2017-11-05 18:11:44.000000000 +0000 +++ gnome-control-center-3.26.2/debian/changelog 2017-11-13 23:20:26.000000000 +0000 @@ -1,3 +1,10 @@ +gnome-control-center (1:3.26.2-1+rpi1) buster-staging; urgency=medium + + [changes brought forward from 1:3.24.3-1+rpi1 by Peter Michael Green at Wed, 13 Sep 2017 22:39:02 +0000] + * Make package built with non-wayland gtk. + + -- Raspbian forward porter Mon, 13 Nov 2017 23:20:26 +0000 + gnome-control-center (1:3.26.2-1) unstable; urgency=medium * New upstream release diff -Nru gnome-control-center-3.26.2/debian/patches/no-wayland.patch gnome-control-center-3.26.2/debian/patches/no-wayland.patch --- gnome-control-center-3.26.2/debian/patches/no-wayland.patch 1970-01-01 00:00:00.000000000 +0000 +++ gnome-control-center-3.26.2/debian/patches/no-wayland.patch 2017-11-13 23:20:26.000000000 +0000 @@ -0,0 +1,27 @@ +Description: Make package built with non-wayland gtk. +Author: Peter Michael Green + +--- +The information above should follow the Patch Tagging Guidelines, please +checkout http://dep.debian.net/deps/dep3/ to learn about the format. Here +are templates for supplementary fields that you might want to add: + +Origin: , +Bug: +Bug-Debian: https://bugs.debian.org/ +Bug-Ubuntu: https://launchpad.net/bugs/ +Forwarded: +Reviewed-By: +Last-Update: 2017-09-13 + +--- gnome-control-center-3.24.3.orig/panels/common/gsd-device-manager-udev.c ++++ gnome-control-center-3.24.3/panels/common/gsd-device-manager-udev.c +@@ -24,7 +24,7 @@ + #include + #include + +-#include ++//#include + #include "gsd-device-manager-udev.h" + + struct _GsdUdevDeviceManager diff -Nru gnome-control-center-3.26.2/debian/patches/series gnome-control-center-3.26.2/debian/patches/series --- gnome-control-center-3.26.2/debian/patches/series 2017-11-05 17:58:09.000000000 +0000 +++ gnome-control-center-3.26.2/debian/patches/series 2017-11-13 23:20:26.000000000 +0000 @@ -1,3 +1,4 @@ 01_menu_category.patch 06_handle_passwd_with_ldap.patch 07_polkit_wheel_sudo_group.patch +no-wayland.patch