From directhex at moszumanska.debian.org Wed Apr 13 10:04:19 2016 From: directhex at moszumanska.debian.org (Jo Shields) Date: Wed, 13 Apr 2016 10:04:19 +0000 Subject: [Pkg-cli-apps-commits] [gnome-do] annotated tag debian/0.95.3-5 created (now 4fa869a) Message-ID: <20160413100419.18169.47314@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. directhex pushed a change to annotated tag debian/0.95.3-5 in repository gnome-do. at 4fa869a (tag) tagging b61d770313642e6172aae4f6623e20463b309ec9 (commit) replaces debian/0.95.3-4 tagged by Jo Shields on Wed Apr 13 10:59:00 2016 +0100 - Log ----------------------------------------------------------------- gnome-do Debian release 0.95.3-5 Jo Shields (2): Fix for FTBFS (Closes: #808658) Finalize changelog ----------------------------------------------------------------------- This annotated tag includes the following new commits: new 298fd63 Fix for FTBFS (Closes: #808658) new b61d770 Finalize changelog The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference. -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/gnome-do.git From directhex at moszumanska.debian.org Wed Apr 13 10:04:19 2016 From: directhex at moszumanska.debian.org (Jo Shields) Date: Wed, 13 Apr 2016 10:04:19 +0000 Subject: [Pkg-cli-apps-commits] [gnome-do] 01/02: Fix for FTBFS (Closes: #808658) In-Reply-To: <20160413100419.18169.47314@moszumanska.debian.org> References: <20160413100419.18169.47314@moszumanska.debian.org> Message-ID: 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 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 From directhex at moszumanska.debian.org Wed Apr 13 10:04:19 2016 From: directhex at moszumanska.debian.org (Jo Shields) Date: Wed, 13 Apr 2016 10:04:19 +0000 Subject: [Pkg-cli-apps-commits] [gnome-do] 02/02: Finalize changelog In-Reply-To: <20160413100419.18169.47314@moszumanska.debian.org> References: <20160413100419.18169.47314@moszumanska.debian.org> Message-ID: 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 b61d770313642e6172aae4f6623e20463b309ec9 Author: Jo Shields Date: Wed Apr 13 10:56:55 2016 +0100 Finalize changelog --- debian/changelog | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/debian/changelog b/debian/changelog index 5af6c88..a942dca 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +gnome-do (0.95.3-5) unstable; urgency=medium + + * [298fd63] Fix for FTBFS (Closes: #808658) + + -- Jo Shields Wed, 13 Apr 2016 10:56:41 +0100 + gnome-do (0.95.3-4) unstable; urgency=medium [ Andreas Henriksson ] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/gnome-do.git From directhex at moszumanska.debian.org Wed Apr 13 10:04:23 2016 From: directhex at moszumanska.debian.org (Jo Shields) Date: Wed, 13 Apr 2016 10:04:23 +0000 Subject: [Pkg-cli-apps-commits] [gnome-do] branch master updated (9eac43e -> b61d770) Message-ID: <20160413100422.18364.19383@moszumanska.debian.org> This is an automated email from the git hooks/post-receive script. directhex pushed a change to branch master in repository gnome-do. from 9eac43e Fold in FTBFS NMU diff. Thanks, Andreas Henriksson! adds 298fd63 Fix for FTBFS (Closes: #808658) adds b61d770 Finalize changelog No new revisions were added by this update. Summary of changes: debian/changelog | 6 ++++++ debian/patches/fix_mono4_as_strictness.patch | 13 +++++++++++++ debian/patches/series | 1 + 3 files changed, 20 insertions(+) create mode 100644 debian/patches/fix_mono4_as_strictness.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/gnome-do.git