Control: tags 811588 + patch

Dear maintainer,

I've prepared an NMU for grail (versioned as 3.1.0-2.1) and
submitted a request for sponsorship to have it uploaded.

Regards.

-- 
Sean Whitton
diff -Nru grail-3.1.0/debian/changelog grail-3.1.0/debian/changelog
--- grail-3.1.0/debian/changelog	2013-05-27 09:44:36.000000000 -0700
+++ grail-3.1.0/debian/changelog	2016-12-11 09:45:37.000000000 -0700
@@ -1,3 +1,10 @@
+grail (3.1.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Apply upstream revision 257 to fix misleading indentation (Closes: #811588).
+
+ -- Sean Whitton <spwhit...@spwhitton.name>  Sun, 11 Dec 2016 09:45:35 -0700
+
 grail (3.1.0-2) unstable; urgency=low
 
   * change target distribution to unstable
diff -Nru grail-3.1.0/debian/patches/fix-misleading-indentation grail-3.1.0/debian/patches/fix-misleading-indentation
--- grail-3.1.0/debian/patches/fix-misleading-indentation	1969-12-31 17:00:00.000000000 -0700
+++ grail-3.1.0/debian/patches/fix-misleading-indentation	2016-12-11 09:39:27.000000000 -0700
@@ -0,0 +1,29 @@
+From: Sean Whitton <spwhit...@spwhitton.name>
+Date: Sun, 11 Dec 2016 09:39:05 -0700
+X-Dgit-Generated: 3.1.0-2.1 be8ba38d6b13f9811ea9c9ae4be736ae11c2162e
+Subject: fix misleading indentation
+
+
+---
+
+--- grail-3.1.0.orig/tools/grail-test-atomic.c
++++ grail-3.1.0/tools/grail-test-atomic.c
+@@ -143,15 +143,16 @@ static void process_frame_events(UGHandl
+         print_device_added(frame_handle, event);
+         status = frame_event_get_property(event, UFEventPropertyDevice,
+                                           &device);
+-        if (status != UFStatusSuccess)
++        if (status != UFStatusSuccess) {
+           fprintf(stderr, "Error: failed to get device from event\n");
+-        else
++        } else {
+           subscribe(grail_handle, device, subscribe_window, subscriptions, 2,
+                     2);
+           subscribe(grail_handle, device, subscribe_window, subscriptions, 3,
+                     1);
+           subscribe(grail_handle, device, subscribe_window, subscriptions, 4,
+                     1);
++        }
+         break;
+       }
+ 
diff -Nru grail-3.1.0/debian/patches/series grail-3.1.0/debian/patches/series
--- grail-3.1.0/debian/patches/series	1969-12-31 17:00:00.000000000 -0700
+++ grail-3.1.0/debian/patches/series	2016-12-11 09:39:27.000000000 -0700
@@ -0,0 +1 @@
+fix-misleading-indentation

Attachment: signature.asc
Description: PGP signature

Reply via email to