[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#863284: marked as done (unblock: quadrapassel/1:3.22.0-1.1)



Your message dated Wed, 24 May 2017 21:52:18 +0000
with message-id <E1dDeCY-0001xB-5F@respighi.debian.org>
and subject line unblock quadrapassel
has caused the Debian Bug report #863284,
regarding unblock: quadrapassel/1:3.22.0-1.1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
863284: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=863284
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: release.debian.org
User: release.debian.org@packages.debian.org
Usertags: unblock
X-Debbugs-Cc: reproducible-builds@lists.alioth.debian.org

Dear Release Team,

Please consider unblocking quadrapassel 1:3.22.0-1.1:

  quadrapassel (1:3.22.0-1.1) unstable; urgency=medium

     * Non-maintainer upload.
     * Fix segfault when unpausing a paused game that has finished.
       (Closes: #863106)

The full debdiff is attached.


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      lamby@debian.org / chris-lamb.co.uk
       `-
diffstat for quadrapassel-3.22.0 quadrapassel-3.22.0

 changelog                                                            |    8 +++++
 patches/0001_fix-segfault-when-unpausing-a-paused-finished-game.diff |   16 ++++++++++
 patches/series                                                       |    1 
 3 files changed, 25 insertions(+)

diff -Nru quadrapassel-3.22.0/debian/changelog quadrapassel-3.22.0/debian/changelog
--- quadrapassel-3.22.0/debian/changelog	2016-09-21 22:13:51.000000000 +0100
+++ quadrapassel-3.22.0/debian/changelog	2017-05-23 19:48:01.000000000 +0100
@@ -1,3 +1,11 @@
+quadrapassel (1:3.22.0-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix segfault when unpausing a paused game that has finished.
+    (Closes: #863106)
+
+ -- Chris Lamb <lamby@debian.org>  Tue, 23 May 2017 19:48:01 +0100
+
 quadrapassel (1:3.22.0-1) unstable; urgency=medium
 
   * New upstream release.
diff -Nru quadrapassel-3.22.0/debian/patches/0001_fix-segfault-when-unpausing-a-paused-finished-game.diff quadrapassel-3.22.0/debian/patches/0001_fix-segfault-when-unpausing-a-paused-finished-game.diff
--- quadrapassel-3.22.0/debian/patches/0001_fix-segfault-when-unpausing-a-paused-finished-game.diff	1970-01-01 01:00:00.000000000 +0100
+++ quadrapassel-3.22.0/debian/patches/0001_fix-segfault-when-unpausing-a-paused-finished-game.diff	2017-05-23 19:48:01.000000000 +0100
@@ -0,0 +1,16 @@
+Description: Fix segfault when unpausing a paused game that has finished
+Author: Chris Lamb <lamby@debian.org>
+Debian-Bug: #863106
+Last-Update: 2017-05-23
+
+--- quadrapassel-3.22.0.orig/src/game.vala
++++ quadrapassel-3.22.0/src/game.vala
+@@ -261,6 +261,8 @@ public class Game : Object
+         set
+         {
+             _paused = value;
++            if (game_over)
++                return;
+             if (has_started)
+                 setup_drop_timer ();
+             pause_changed ();
diff -Nru quadrapassel-3.22.0/debian/patches/series quadrapassel-3.22.0/debian/patches/series
--- quadrapassel-3.22.0/debian/patches/series	1970-01-01 01:00:00.000000000 +0100
+++ quadrapassel-3.22.0/debian/patches/series	2017-05-23 19:48:01.000000000 +0100
@@ -0,0 +1 @@
+0001_fix-segfault-when-unpausing-a-paused-finished-game.diff

--- End Message ---
--- Begin Message ---
Unblocked quadrapassel.

--- End Message ---

Reply to: