diff -Nru mutter-3.28.0/debian/changelog mutter-3.28.0/debian/changelog --- mutter-3.28.0/debian/changelog 2018-03-19 00:11:29.000000000 +0000 +++ mutter-3.28.0/debian/changelog 2018-04-04 10:10:12.000000000 +0000 @@ -1,3 +1,11 @@ +mutter (3.28.0-2+rpi1) buster-staging; urgency=medium + + * Add build-depends on libmtdev-dev. + * Disable parallel building. + * + + -- Peter Michael Green Wed, 04 Apr 2018 10:10:12 +0000 + mutter (3.28.0-2) unstable; urgency=medium [ Simon McVittie ] diff -Nru mutter-3.28.0/debian/control mutter-3.28.0/debian/control --- mutter-3.28.0/debian/control 2018-03-19 00:11:29.000000000 +0000 +++ mutter-3.28.0/debian/control 2018-04-04 10:10:12.000000000 +0000 @@ -56,7 +56,8 @@ xkb-data, xvfb , xauth , - zenity + zenity, + libmtdev-dev Standards-Version: 4.1.1 Vcs-Git: https://salsa.debian.org/gnome-team/mutter.git Vcs-Browser: https://salsa.debian.org/gnome-team/mutter diff -Nru mutter-3.28.0/debian/control.in mutter-3.28.0/debian/control.in --- mutter-3.28.0/debian/control.in 2018-03-19 00:11:29.000000000 +0000 +++ mutter-3.28.0/debian/control.in 2018-04-04 10:10:12.000000000 +0000 @@ -52,7 +52,8 @@ xkb-data, xvfb , xauth , - zenity + zenity, + libmtdev-dev Standards-Version: 4.1.1 Vcs-Git: https://salsa.debian.org/gnome-team/mutter.git Vcs-Browser: https://salsa.debian.org/gnome-team/mutter diff -Nru mutter-3.28.0/debian/rules mutter-3.28.0/debian/rules --- mutter-3.28.0/debian/rules 2018-03-19 00:11:29.000000000 +0000 +++ mutter-3.28.0/debian/rules 2018-04-04 10:10:12.000000000 +0000 @@ -5,7 +5,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed %: - dh $@ --with gir,gnome + dh $@ --with gir,gnome --no-parallel override_dh_autoreconf: dh_autoreconf --as-needed @@ -58,3 +58,33 @@ override_dh_strip: dh_strip --dbgsym-migration='mutter-dbg (<< 3.18.3-2~)' +override_dh_auto_clean: + dh_auto_clean + rm -f src/gtk-primary-selection-protocol.c + rm -f src/gtk-primary-selection-server-protocol.h + rm -f src/gtk-shell-protocol.c + rm -f src/gtk-shell-server-protocol.h + rm -f src/gtk-text-input-protocol.c + rm -f src/gtk-text-input-server-protocol.h + rm -f src/keyboard-shortcuts-inhibit-unstable-v1-protocol.c + rm -f src/keyboard-shortcuts-inhibit-unstable-v1-server-protocol.h + rm -f src/linux-dmabuf-unstable-v1-protocol.c + rm -f src/linux-dmabuf-unstable-v1-server-protocol.h + rm -f src/pointer-constraints-unstable-v1-protocol.c + rm -f src/pointer-constraints-unstable-v1-server-protocol.h + rm -f src/pointer-gestures-unstable-v1-protocol.c + rm -f src/pointer-gestures-unstable-v1-server-protocol.h + rm -f src/relative-pointer-unstable-v1-protocol.c + rm -f src/relative-pointer-unstable-v1-server-protocol.h + rm -f src/tablet-unstable-v2-protocol.c + rm -f src/tablet-unstable-v2-server-protocol.h + rm -f src/xdg-foreign-unstable-v1-protocol.c + rm -f src/xdg-foreign-unstable-v1-server-protocol.h + rm -f src/xdg-output-unstable-v1-protocol.c + rm -f src/xdg-output-unstable-v1-server-protocol.h + rm -f src/xdg-shell-protocol.c + rm -f src/xdg-shell-server-protocol.h + rm -f src/xdg-shell-unstable-v6-protocol.c + rm -f src/xdg-shell-unstable-v6-server-protocol.h + rm -f src/xwayland-keyboard-grab-unstable-v1-protocol.c + rm -f src/xwayland-keyboard-grab-unstable-v1-server-protocol.h