r31105 - in /packages/unstable/libunique/debian: changelog patches/01_format-security.patch patches/series

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Thu Oct 27 18:33:41 UTC 2011


Author: biebl
Date: Thu Oct 27 18:33:40 2011
New Revision: 31105

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31105
Log:
* debian/patches/01_format-security.patch:
  - Fix build failures with -Werror=format-security.

Added:
    packages/unstable/libunique/debian/patches/01_format-security.patch
Modified:
    packages/unstable/libunique/debian/changelog
    packages/unstable/libunique/debian/patches/series

Modified: packages/unstable/libunique/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/changelog?rev=31105&op=diff
==============================================================================
--- packages/unstable/libunique/debian/changelog [utf-8] (original)
+++ packages/unstable/libunique/debian/changelog [utf-8] Thu Oct 27 18:33:40 2011
@@ -9,8 +9,10 @@
     - Add Vcs-* fields.
   * debian/rules:
     - Disable -Werror. Closes: #625376
+  * debian/patches/01_format-security.patch:
+    - Fix build failures with -Werror=format-security.
 
- -- Michael Biebl <biebl at debian.org>  Thu, 27 Oct 2011 20:16:19 +0200
+ -- Michael Biebl <biebl at debian.org>  Thu, 27 Oct 2011 20:32:58 +0200
 
 libunique (1.1.6-2) unstable; urgency=low
 

Added: packages/unstable/libunique/debian/patches/01_format-security.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/patches/01_format-security.patch?rev=31105&op=file
==============================================================================
--- packages/unstable/libunique/debian/patches/01_format-security.patch (added)
+++ packages/unstable/libunique/debian/patches/01_format-security.patch [utf-8] Thu Oct 27 18:33:40 2011
@@ -1,0 +1,16 @@
+Index: libunique-1.1.6/tests/test-unique.c
+===================================================================
+--- libunique-1.1.6.orig/tests/test-unique.c	2009-09-21 14:31:14.000000000 +0200
++++ libunique-1.1.6/tests/test-unique.c	2011-10-27 20:31:38.869186701 +0200
+@@ -82,9 +82,11 @@
+                                    GTK_DIALOG_DESTROY_WITH_PARENT,
+                                    GTK_MESSAGE_INFO,
+                                    GTK_BUTTONS_CLOSE,
++                                   "%s",
+                                    title);
+   if (message)
+     gtk_message_dialog_format_secondary_text (GTK_MESSAGE_DIALOG (dialog),
++                                              "%s",
+                                               message);
+ 
+   gtk_window_set_urgency_hint (GTK_WINDOW (dialog), TRUE);

Modified: packages/unstable/libunique/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libunique/debian/patches/series?rev=31105&op=diff
==============================================================================
--- packages/unstable/libunique/debian/patches/series [utf-8] (original)
+++ packages/unstable/libunique/debian/patches/series [utf-8] Thu Oct 27 18:33:40 2011
@@ -1,1 +1,2 @@
+01_format-security.patch
 99_ltmain_as-needed.patch




More information about the pkg-gnome-commits mailing list