[Pkg-cli-apps-commits] [gnome-do] 01/02: Fix for FTBFS (Closes: #808658)
Jo Shields
directhex at moszumanska.debian.org
Wed Apr 13 10:04:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
directhex pushed a commit to annotated tag debian/0.95.3-5
in repository gnome-do.
commit 298fd632387240817b345ceddeaddc9e6bdd0249
Author: Jo Shields <jo.shields at xamarin.com>
Date: Wed Apr 13 10:55:52 2016 +0100
Fix for FTBFS (Closes: #808658)
---
debian/patches/fix_mono4_as_strictness.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/debian/patches/fix_mono4_as_strictness.patch b/debian/patches/fix_mono4_as_strictness.patch
new file mode 100644
index 0000000..a1842b5
--- /dev/null
+++ b/debian/patches/fix_mono4_as_strictness.patch
@@ -0,0 +1,13 @@
+Index: gnome-do/Do/src/Do.UI/PluginNodeView.cs
+===================================================================
+--- gnome-do.orig/Do/src/Do.UI/PluginNodeView.cs
++++ gnome-do/Do/src/Do.UI/PluginNodeView.cs
+@@ -94,7 +94,7 @@ namespace Do.UI
+
+ cell = new CellRendererPixbuf ();
+ cell.SetFixedSize (IconSize + IconPadding, IconSize + IconPadding);
+- AppendColumn ("Icon", cell, IconDataFunc as TreeCellDataFunc);
++ AppendColumn ("Icon", cell, IconDataFunc);
+
+ cell = new Gtk.CellRendererText ();
+ (cell as CellRendererText).WrapWidth = WrapWidth;
diff --git a/debian/patches/series b/debian/patches/series
index 73b2993..81ebeb1 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+fix_mono4_as_strictness.patch
02_use_cli_for_wrapper.diff
03_dbus_sharp_2.diff
04_simplify_buggy_launcher_script.diff
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/gnome-do.git
More information about the Pkg-cli-apps-commits
mailing list