r31000 - in /packages/unstable/libcroco/debian/patches: 01-croco-config.patch 02-format-security.patch

biebl at users.alioth.debian.org biebl at users.alioth.debian.org
Sat Oct 22 23:51:18 UTC 2011


Author: biebl
Date: Sat Oct 22 23:51:17 2011
New Revision: 31000

URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=31000
Log:
Add DEP-3 patch headers

Modified:
    packages/unstable/libcroco/debian/patches/01-croco-config.patch
    packages/unstable/libcroco/debian/patches/02-format-security.patch

Modified: packages/unstable/libcroco/debian/patches/01-croco-config.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcroco/debian/patches/01-croco-config.patch?rev=31000&op=diff
==============================================================================
--- packages/unstable/libcroco/debian/patches/01-croco-config.patch [utf-8] (original)
+++ packages/unstable/libcroco/debian/patches/01-croco-config.patch [utf-8] Sat Oct 22 23:51:17 2011
@@ -1,3 +1,9 @@
+Description: Make croco-config multiarch ready
+ croco-config.in: libdir is never used, so don't set it at all - this lets
+ the executable be the same across architectures and allows the -dev
+ package to be Multi-Arch: same.
+Author: Steve Langasek <steve.langasek at ubuntu.com>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646061
 diff --git a/croco-config.in b/croco-config.in
 index 78911ff..52e2b96 100644
 --- a/croco-config.in

Modified: packages/unstable/libcroco/debian/patches/02-format-security.patch
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/libcroco/debian/patches/02-format-security.patch?rev=31000&op=diff
==============================================================================
--- packages/unstable/libcroco/debian/patches/02-format-security.patch [utf-8] (original)
+++ packages/unstable/libcroco/debian/patches/02-format-security.patch [utf-8] Sat Oct 22 23:51:17 2011
@@ -1,4 +1,11 @@
-diff --git a/src/cr-statement.c b/src/cr-statement.c
+Description: Fix build failures with [-Werror=format-security]
+ src/cr-statement.c, tests/test{2,3}-main.c: fix passing of variables to
+ printf() when we should have a format string, to be safe.  The tests/
+ problems are false positives because we control the input, and no
+ existing reverse dependencies call cr_statement_dump*, but better safe
+ than sorry.
+Author: Steve Langasek <steve.langasek at ubuntu.com>
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=643419
 index a1b8259..cb9b11c 100644
 --- a/src/cr-statement.c
 +++ b/src/cr-statement.c




More information about the pkg-gnome-commits mailing list