diff -Nru gnome-do-0.9/debian/changelog gnome-do-0.9/debian/changelog --- gnome-do-0.9/debian/changelog 2012-03-26 11:48:47.000000000 +0000 +++ gnome-do-0.9/debian/changelog 2014-01-20 14:24:37.000000000 +0000 @@ -1,3 +1,9 @@ +gnome-do (0.9-1+rpi1) jessie-staging; urgency=medium + + * Apply patch by dimstar to fix build with mono 3. + + -- Peter Michael Green Mon, 20 Jan 2014 14:24:17 +0000 + gnome-do (0.9-1) unstable; urgency=low * New upstream version no longer uses deprecated internal glib headers. diff -Nru gnome-do-0.9/debian/patches/03_mono3_support.patch gnome-do-0.9/debian/patches/03_mono3_support.patch --- gnome-do-0.9/debian/patches/03_mono3_support.patch 1970-01-01 00:00:00.000000000 +0000 +++ gnome-do-0.9/debian/patches/03_mono3_support.patch 2014-01-20 14:23:53.000000000 +0000 @@ -0,0 +1,46 @@ +Patch posted by DimStar (dominique-launchpad-net) to https://bugs.launchpad.net/do/+bug/1097712 + +Index: gnome-do-0.9/Do.Interface.Linux.Classic/Makefile.am +=================================================================== +--- gnome-do-0.9.orig/Do.Interface.Linux.Classic/Makefile.am ++++ gnome-do-0.9/Do.Interface.Linux.Classic/Makefile.am +@@ -22,4 +22,5 @@ REFERENCES = \ + PROJECT_REFERENCES = \ + Do.Interface.Linux \ + Do.Interface.Linux.AnimationBase \ +- Do.Platform ++ Do.Platform \ ++ Do.Platform.Linux +Index: gnome-do-0.9/Do.Interface.Linux.GlassFrame/Makefile.am +=================================================================== +--- gnome-do-0.9.orig/Do.Interface.Linux.GlassFrame/Makefile.am ++++ gnome-do-0.9/Do.Interface.Linux.GlassFrame/Makefile.am +@@ -21,4 +21,5 @@ REFERENCES = \ + PROJECT_REFERENCES = \ + Do.Interface.Linux \ + Do.Interface.Linux.AnimationBase \ +- Do.Platform ++ Do.Platform \ ++ Do.Platform.Linux +Index: gnome-do-0.9/Do.Interface.Linux.HUD/Makefile.am +=================================================================== +--- gnome-do-0.9.orig/Do.Interface.Linux.HUD/Makefile.am ++++ gnome-do-0.9/Do.Interface.Linux.HUD/Makefile.am +@@ -21,4 +21,5 @@ REFERENCES = \ + PROJECT_REFERENCES = \ + Do.Interface.Linux \ + Do.Interface.Linux.AnimationBase \ +- Do.Platform ++ Do.Platform \ ++ Do.Platform.Linux +Index: gnome-do-0.9/Do.Interface.Linux.Mini/Makefile.am +=================================================================== +--- gnome-do-0.9.orig/Do.Interface.Linux.Mini/Makefile.am ++++ gnome-do-0.9/Do.Interface.Linux.Mini/Makefile.am +@@ -21,4 +21,5 @@ REFERENCES = \ + PROJECT_REFERENCES = \ + Do.Interface.Linux \ + Do.Interface.Linux.AnimationBase \ +- Do.Platform ++ Do.Platform \ ++ Do.Platform.Linux diff -Nru gnome-do-0.9/debian/patches/series gnome-do-0.9/debian/patches/series --- gnome-do-0.9/debian/patches/series 2012-03-26 11:48:47.000000000 +0000 +++ gnome-do-0.9/debian/patches/series 2014-01-20 14:24:09.000000000 +0000 @@ -1,2 +1,3 @@ 01_fix_libX11_linkage.diff 02_use_cli_for_wrapper.diff +03_mono3_support.patch