r53420 - in /desktop/unstable/quadrapassel/debian: changelog copyright patches/ patches/0001_fix-segfault-when-unpausing-a-paused-finished-game.diff patches/series

jbicha at users.alioth.debian.org jbicha at users.alioth.debian.org
Sun Sep 3 23:51:29 UTC 2017


Author: jbicha
Date: Sun Sep  3 23:51:29 2017
New Revision: 53420

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=53420
Log:
Import 1:3.22.0-1.1 NMU

Added:
    desktop/unstable/quadrapassel/debian/patches/
    desktop/unstable/quadrapassel/debian/patches/0001_fix-segfault-when-unpausing-a-paused-finished-game.diff
    desktop/unstable/quadrapassel/debian/patches/series
Modified:
    desktop/unstable/quadrapassel/debian/changelog
    desktop/unstable/quadrapassel/debian/copyright

Modified: desktop/unstable/quadrapassel/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/quadrapassel/debian/changelog?rev=53420&op=diff
==============================================================================
--- desktop/unstable/quadrapassel/debian/changelog	[utf-8] (original)
+++ desktop/unstable/quadrapassel/debian/changelog	[utf-8] Sun Sep  3 23:51:29 2017
@@ -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 at debian.org>  Tue, 23 May 2017 19:48:01 +0100
+
 quadrapassel (1:3.22.0-1) unstable; urgency=medium
 
   * New upstream release.

Modified: desktop/unstable/quadrapassel/debian/copyright
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/quadrapassel/debian/copyright?rev=53420&op=diff
==============================================================================
--- desktop/unstable/quadrapassel/debian/copyright	[utf-8] (original)
+++ desktop/unstable/quadrapassel/debian/copyright	[utf-8] Sun Sep  3 23:51:29 2017
@@ -95,7 +95,7 @@
  defined below) for the purposes of this License.
  .
  c. "Creative Commons Compatible License" means a license that is listed
- at https://creativecommons.org/compatiblelicenses that has been approved
+ at http://creativecommons.org/compatiblelicenses that has been approved
  by Creative Commons as being essentially equivalent to this License,
  including, at a minimum, because that license: (i) contains terms that
  have the same purpose, meaning and effect as the License Elements of
@@ -420,7 +420,7 @@
  time to time. For the avoidance of doubt, this trademark restriction
  does not form part of the License.
  .
- Creative Commons may be contacted at https://creativecommons.org/.
+ Creative Commons may be contacted at http://creativecommons.org/.
 
 License: GPL-2+
  This program is free software: you can redistribute it and/or modify
@@ -434,7 +434,7 @@
  GNU General Public License for more details.
  .
  You should have received a copy of the GNU General Public License
- along with this program.  If not, see <https://www.gnu.org/licenses/>.
+ along with this program.  If not, see <http://www.gnu.org/licenses/>.
  .
  On Debian systems, the complete text of the GNU General
  Public License can be found in `/usr/share/common-licenses/GPL-2'.

Added: desktop/unstable/quadrapassel/debian/patches/0001_fix-segfault-when-unpausing-a-paused-finished-game.diff
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/quadrapassel/debian/patches/0001_fix-segfault-when-unpausing-a-paused-finished-game.diff?rev=53420&op=file
==============================================================================
--- desktop/unstable/quadrapassel/debian/patches/0001_fix-segfault-when-unpausing-a-paused-finished-game.diff	(added)
+++ desktop/unstable/quadrapassel/debian/patches/0001_fix-segfault-when-unpausing-a-paused-finished-game.diff	[utf-8] Sun Sep  3 23:51:29 2017
@@ -0,0 +1,16 @@
+Description: Fix segfault when unpausing a paused game that has finished
+Author: Chris Lamb <lamby at 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 ();

Added: desktop/unstable/quadrapassel/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/desktop/unstable/quadrapassel/debian/patches/series?rev=53420&op=file
==============================================================================
--- desktop/unstable/quadrapassel/debian/patches/series	(added)
+++ desktop/unstable/quadrapassel/debian/patches/series	[utf-8] Sun Sep  3 23:51:29 2017
@@ -0,0 +1 @@
+0001_fix-segfault-when-unpausing-a-paused-finished-game.diff




More information about the pkg-gnome-commits mailing list