tags 701837 + pending
tags 713619 + patch
tags 713619 + pending
thanks

Dear maintainer,

I've prepared an NMU for sawfish (versioned as 1:1.5.3-2.2) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.
diff -Nru sawfish-1.5.3/debian/changelog sawfish-1.5.3/debian/changelog
--- sawfish-1.5.3/debian/changelog	2011-08-23 16:07:45.000000000 -0400
+++ sawfish-1.5.3/debian/changelog	2013-07-06 22:32:49.000000000 -0400
@@ -1,3 +1,11 @@
+sawfish (1:1.5.3-2.2) UNRELEASED; urgency=low
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to undefined reference to `pango_x_render', thanks to Emilio
+    Pozuelo Monfort <po...@debian.org> for the patch. Closes: #701837, #713619
+
+ -- David Prévot <taf...@debian.org>  Sat, 06 Jul 2013 22:31:15 -0400
+
 sawfish (1:1.5.3-2.1) unstable; urgency=low
 
   * Non-maintainer upload.
diff -Nru sawfish-1.5.3/debian/patches/guard_pangox_functions.patch sawfish-1.5.3/debian/patches/guard_pangox_functions.patch
--- sawfish-1.5.3/debian/patches/guard_pangox_functions.patch	1969-12-31 20:00:00.000000000 -0400
+++ sawfish-1.5.3/debian/patches/guard_pangox_functions.patch	2013-07-06 22:30:14.000000000 -0400
@@ -0,0 +1,22 @@
+Description: Guard pango_x_ functions
+ sawfish calls a pango_x_ function without guarding the call by an appropriate 
+ HAVE_PANGO_X. Since pangox is going away, guarding it will avoid a FTBFS.
+Author: Emilio Pozuelo Monfort <po...@debian.org>
+Origin: Debian, http://bugs.debian.org/701837#5
+Bug-Debian: http://bugs.debian.org/713619
+Reviewed-by: David Prévot <taf...@debian.org>
+Last-Update: 2013-07-06
+--- a/src/fonts.c
++++ b/src/fonts.c
+@@ -514,9 +514,9 @@
+ #ifdef HAVE_PANGO_XFT
+ 	if (PANGO_XFT_IS_FONT (font))
+ 	    pango_xft_render (draw, xft_color, font, glyphs, x, y);
+-	else
+-#endif
++#else
+ 	    pango_x_render (dpy, id, gc, font, glyphs, x, y);
++#endif
+ 
+ 	x += rect.width / PANGO_SCALE;
+     }
diff -Nru sawfish-1.5.3/debian/patches/series sawfish-1.5.3/debian/patches/series
--- sawfish-1.5.3/debian/patches/series	2009-11-16 22:06:27.000000000 -0400
+++ sawfish-1.5.3/debian/patches/series	2013-07-06 22:24:27.000000000 -0400
@@ -1,2 +1,3 @@
 section_for_info_file
 config.patch
+guard_pangox_functions.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to