Merge lp:~debfx/aisleriot/format-security into lp:~ubuntu-desktop/aisleriot/ubuntu

Proposed by Felix Geyer
Status: Merged
Merged at revision: 6
Proposed branch: lp:~debfx/aisleriot/format-security
Merge into: lp:~ubuntu-desktop/aisleriot/ubuntu
Diff against target: 41 lines (+22/-0)
3 files modified
debian/changelog (+7/-0)
debian/patches/03_format-security.patch (+14/-0)
debian/patches/series (+1/-0)
To merge this branch: bzr merge lp:~debfx/aisleriot/format-security
Reviewer Review Type Date Requested Status
Jeremy Bícha Approve
Review via email: mp+82081@code.launchpad.net

Description of the change

Fix FTBFS with -Werror=format-security.

To post a comment you must log in.
lp:~debfx/aisleriot/format-security updated
7. By Felix Geyer

Add upstream bug url.

8. By Felix Geyer

Close launchpad bug.

Revision history for this message
Jeremy Bícha (jbicha) wrote :

Thanks for finding this and fixing it!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'debian/changelog'
--- debian/changelog 2011-10-17 19:00:37 +0000
+++ debian/changelog 2011-11-15 22:27:23 +0000
@@ -1,3 +1,10 @@
1aisleriot (1:3.2.1-0ubuntu2) precise; urgency=low
2
3 * Fix FTBFS with -Werror=format-security. (LP: #890889)
4 - Add 03_format-security.patch.
5
6 -- Felix Geyer <debfx-pkg@fobos.de> Sun, 13 Nov 2011 16:44:35 +0100
7
1aisleriot (1:3.2.1-0ubuntu1) oneiric-proposed; urgency=low8aisleriot (1:3.2.1-0ubuntu1) oneiric-proposed; urgency=low
29
3 * New upstream bugfix & translations release.10 * New upstream bugfix & translations release.
411
=== added file 'debian/patches/03_format-security.patch'
--- debian/patches/03_format-security.patch 1970-01-01 00:00:00 +0000
+++ debian/patches/03_format-security.patch 2011-11-15 22:27:23 +0000
@@ -0,0 +1,14 @@
1Description: Fix FTBFS with -Werror=format-security.
2Author: Felix Geyer <debfx-pkg@fobos.de>
3Bug: https://bugzilla.gnome.org/show_bug.cgi?id=664151
4
5--- aisleriot-3.2.1.orig/src/game.c
6+++ aisleriot-3.2.1/src/game.c
7@@ -408,6 +408,7 @@ game_scm_pre_unwind_handler (void *user_
8 g_set_error (error,
9 AISLERIOT_GAME_ERROR,
10 GAME_ERROR_EXCEPTION,
11+ "%s",
12 message ? message
13 : "A scheme exception occurred, but there was no exception info");
14 return SCM_UNDEFINED;
015
=== modified file 'debian/patches/series'
--- debian/patches/series 2011-09-26 16:54:18 +0000
+++ debian/patches/series 2011-11-15 22:27:23 +0000
@@ -1,2 +1,3 @@
101_lpi.patch101_lpi.patch
202_desktop-path.patch202_desktop-path.patch
303_format-security.patch

Subscribers

People subscribed via source and target branches

to all changes: