Control: tags 811585 + patch

Dear maintainer,

I've prepared an NMU for clutter-gesture (versioned as 0.0.2.1-7.1) and
submitted a request for sponsorship to have it uploaded.

Regards.

-- 
Sean Whitton
diff -Nru clutter-gesture-0.0.2.1/debian/changelog clutter-gesture-0.0.2.1/debian/changelog
--- clutter-gesture-0.0.2.1/debian/changelog	2012-06-12 08:03:35.000000000 +0000
+++ clutter-gesture-0.0.2.1/debian/changelog	2016-07-09 03:03:16.000000000 +0000
@@ -1,3 +1,10 @@
+clutter-gesture (0.0.2.1-7.1) unstable; urgency=high
+
+  * Non-maintainer upload.
+  * Add 09_fix_build_with_gcc_6.patch (Closes: #811585).
+
+ -- Sean Whitton <[email protected]>  Sat, 09 Jul 2016 12:03:13 +0900
+
 clutter-gesture (0.0.2.1-7) unstable; urgency=low
 
   * Add 08_remove_deprecated_g_mutex_new.patch (Closes: #674106)
diff -Nru clutter-gesture-0.0.2.1/debian/patches/09_fix_build_with_gcc_6.patch clutter-gesture-0.0.2.1/debian/patches/09_fix_build_with_gcc_6.patch
--- clutter-gesture-0.0.2.1/debian/patches/09_fix_build_with_gcc_6.patch	1970-01-01 00:00:00.000000000 +0000
+++ clutter-gesture-0.0.2.1/debian/patches/09_fix_build_with_gcc_6.patch	2016-07-09 02:39:02.000000000 +0000
@@ -0,0 +1,24 @@
+Description: clarify indentation to fix build with GCC 6
+Author: Sean Whitton <[email protected]>
+Forwarded: yes
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/clutter-gesture/clutter-gesture.c
++++ b/clutter-gesture/clutter-gesture.c
+@@ -715,7 +715,7 @@ clutter_gesture_set_hold_timeout (Clutte
+   if (set_hold_timeout (priv->gesture_handle, actor, interval) == 0)
+     return TRUE;
+ 
+-    return FALSE;
++  return FALSE;
+ }
+ 
+ gboolean
+@@ -743,6 +743,6 @@ clutter_gesture_set_hold_radius (Clutter
+   if (set_hold_radius (priv->gesture_handle, actor, radius) == 0)
+     return TRUE;
+ 
+-    return FALSE;
++  return FALSE;
+ }
+ 
diff -Nru clutter-gesture-0.0.2.1/debian/patches/series clutter-gesture-0.0.2.1/debian/patches/series
--- clutter-gesture-0.0.2.1/debian/patches/series	2012-06-12 04:56:00.000000000 +0000
+++ clutter-gesture-0.0.2.1/debian/patches/series	2016-07-09 02:30:43.000000000 +0000
@@ -6,3 +6,4 @@
 06_make-forward-compatible-with-new-clutter.patch
 07_remove_deprecated_g_thread_init.patch
 08_remove_deprecated_g_mutex_new.patch
+09_fix_build_with_gcc_6.patch

Reply via email to