tags 471629 + patch
kthxbye

I attach an NMU to fix this FTBFS.

Thanks,

-- 
Jonny Lamb, UK                                   [EMAIL PROTECTED]
http://jonnylamb.com                                     GPG: 0x2E039402
diff -Nru pan-0.132.orig/debian/changelog pan-0.132/debian/changelog
--- pan-0.132.orig/debian/changelog	2008-04-06 16:10:18.000000000 +0100
+++ pan-0.132/debian/changelog	2008-04-06 16:23:41.000000000 +0100
@@ -1,3 +1,11 @@
+pan (0.132-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * debian/patches/04_use-correct-glib-header.dpatch: Use correct GLib header
+    for g_assert. (Closes: #471629)
+
+ -- Jonny Lamb <[EMAIL PROTECTED]>  Sun, 06 Apr 2008 16:18:43 +0100
+
 pan (0.132-2) unstable; urgency=low
 
   * Updated patch to fix FTBFS with gcc 4.3 snapshots. (closes: #441575)
diff -Nru pan-0.132.orig/debian/patches/00list pan-0.132/debian/patches/00list
--- pan-0.132.orig/debian/patches/00list	2008-04-06 16:10:18.000000000 +0100
+++ pan-0.132/debian/patches/00list	2008-04-06 16:18:28.000000000 +0100
@@ -1,3 +1,4 @@
 01_make_group_searches_regexps.dpatch
 02_windowsmacosx.dpatch
 03_ftbfs-gcc-4.3.dpatch
+04_use-correct-glib-header.dpatch
diff -Nru pan-0.132.orig/debian/patches/04_use-correct-glib-header.dpatch pan-0.132/debian/patches/04_use-correct-glib-header.dpatch
--- pan-0.132.orig/debian/patches/04_use-correct-glib-header.dpatch	1970-01-01 01:00:00.000000000 +0100
+++ pan-0.132/debian/patches/04_use-correct-glib-header.dpatch	2008-04-06 16:17:46.000000000 +0100
@@ -0,0 +1,20 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 04_use-correct-glib-header.dpatch by Jonny Lamb <[EMAIL PROTECTED]>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: This is to fix #471629.
+
[EMAIL PROTECTED]@
+
+diff -Nru pan-0.132.orig/pan/data-impl/my-tree.cc pan-0.132/pan/data-impl/my-tree.cc
+--- pan-0.132.orig/pan/data-impl/my-tree.cc	2008-04-06 16:10:18.000000000 +0100
++++ pan-0.132/pan/data-impl/my-tree.cc	2008-04-06 16:14:03.000000000 +0100
+@@ -19,7 +19,7 @@
+ 
+ #include <config.h>
+ #include <cassert>
+-#include <glib/gmessages.h> // for g_assert
++#include <glib.h> // for g_assert
+ #include <pan/general/debug.h>
+ #include <pan/general/foreach.h>
+ #include <pan/general/quark.h>

Attachment: signature.asc
Description: Digital signature

Reply via email to