[Pkg-ime-devel] Bug#871186: ibus-skk: diff for NMU version 1.4.2-1.1

Jeremy Bicha jbicha at ubuntu.com
Thu Sep 7 20:22:05 UTC 2017


Control: tags 871186 + pending

Dear maintainer,

I've prepared an NMU for ibus-skk (versioned as 1.4.2-1.1) and
uploaded it to DELAYED/5. Please feel free to tell me if I
should delay it longer.

Thanks,
Jeremy Bicha

diff -Nru ibus-skk-1.4.2/debian/changelog ibus-skk-1.4.2/debian/changelog
--- ibus-skk-1.4.2/debian/changelog    2014-10-21 08:14:00.000000000 -0400
+++ ibus-skk-1.4.2/debian/changelog    2017-09-07 16:10:29.000000000 -0400
@@ -1,3 +1,11 @@
+ibus-skk (1.4.2-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Add Build-with-vala-0.36.patch to fix build with vala 0.36
+    (Closes: #871186)
+
+ -- Jeremy Bicha <jbicha at debian.org>  Thu, 07 Sep 2017 16:10:29 -0400
+
 ibus-skk (1.4.2-1) unstable; urgency=medium

   * New upstream release to use libgee-0.8-dev.  Closes: #753867
diff -Nru ibus-skk-1.4.2/debian/patches/Build-with-vala-0.36.patch
ibus-skk-1.4.2/debian/patches/Build-with-vala-0.36.patch
--- ibus-skk-1.4.2/debian/patches/Build-with-vala-0.36.patch
1969-12-31 19:00:00.000000000 -0500
+++ ibus-skk-1.4.2/debian/patches/Build-with-vala-0.36.patch
2017-09-07 16:09:48.000000000 -0400
@@ -0,0 +1,24 @@
+From: Jeremy Bicha <jbicha at ubuntu.com>
+Date: Sat, 17 Jun 2017 20:52:03 -0400
+Subject: Build with vala 0.36
+
+---
+ src/setup.vala | 4 ++++
+ 1 file changed, 4 insertions(+)
+
+diff --git a/src/setup.vala b/src/setup.vala
+index 674c24b..6b2ae1e 100644
+--- a/src/setup.vala
++++ b/src/setup.vala
+@@ -338,7 +338,11 @@ class Setup : Object {
+         foreach (var row in rows) {
+             Gtk.TreeIter iter;
+             if (model.get_iter (out iter, row)) {
++#if VALA_0_36
++                ((Gtk.ListStore)model).remove (ref iter);
++#else
+                 ((Gtk.ListStore)model).remove (iter);
++#endif
+             }
+         }
+     }
diff -Nru ibus-skk-1.4.2/debian/patches/series
ibus-skk-1.4.2/debian/patches/series
--- ibus-skk-1.4.2/debian/patches/series    1969-12-31 19:00:00.000000000 -0500
+++ ibus-skk-1.4.2/debian/patches/series    2017-09-07 16:09:48.000000000 -0400
@@ -0,0 +1 @@
+Build-with-vala-0.36.patch



More information about the Pkg-ime-devel mailing list