diff -Nru gnome-control-center-3.24.3/debian/changelog gnome-control-center-3.24.3/debian/changelog --- gnome-control-center-3.24.3/debian/changelog 2017-08-30 00:01:50.000000000 +0000 +++ gnome-control-center-3.24.3/debian/changelog 2017-09-13 22:39:02.000000000 +0000 @@ -1,3 +1,9 @@ +gnome-control-center (1:3.24.3-1+rpi1) buster-staging; urgency=medium + + * Make package built with non-wayland gtk. + + -- Peter Michael Green Wed, 13 Sep 2017 22:39:02 +0000 + gnome-control-center (1:3.24.3-1) unstable; urgency=medium [ Laurent Bigonville ] diff -Nru gnome-control-center-3.24.3/debian/patches/no-wayland.patch gnome-control-center-3.24.3/debian/patches/no-wayland.patch --- gnome-control-center-3.24.3/debian/patches/no-wayland.patch 1970-01-01 00:00:00.000000000 +0000 +++ gnome-control-center-3.24.3/debian/patches/no-wayland.patch 2017-09-13 22:39:02.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.24.3/debian/patches/series gnome-control-center-3.24.3/debian/patches/series --- gnome-control-center-3.24.3/debian/patches/series 2017-08-20 00:03:29.000000000 +0000 +++ gnome-control-center-3.24.3/debian/patches/series 2017-09-13 22:39:02.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