Elías A. M. <eal...@gmail.com> (20/05/2009):
> tags 527679 + patch
> thanks

(You have to Cc cont...@bugs.debian.org; but that got fixed by Chris
Taylor.)

Thanks, uploaded a fixed package with the attached debdiff.

Mraw,
KiBi.
diff -u dates-0.4.6/debian/changelog dates-0.4.6/debian/changelog
--- dates-0.4.6/debian/changelog
+++ dates-0.4.6/debian/changelog
@@ -1,3 +1,13 @@
+dates (0.4.6-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix FTBFS due to missing GETTEXT_PACKAGE by including <config.h> where
+    needed, thanks to Elías A. M. for the patch (Closes: #527679):
+     - 02_fix-missing-includes.patch
+  * Set urgency to “medium” as this bug affects testing too.
+
+ -- Cyril Brulebois <k...@debian.org>  Sun, 19 Jul 2009 19:00:59 +0200
+
 dates (0.4.6-1.1) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- dates-0.4.6.orig/debian/patches/02_fix-missing-includes.patch
+++ dates-0.4.6/debian/patches/02_fix-missing-includes.patch
@@ -0,0 +1,22 @@
+--- a/src/dates_callbacks.c
++++ b/src/dates_callbacks.c
+@@ -21,6 +21,8 @@
+ #include "dates_types.h"
+ #include "dates_platform.h"
+ 
++#include <config.h>
++
+ #include <gdk/gdkkeysyms.h>
+ #include <string.h>
+ 
+--- a/src/dates_main.c
++++ b/src/dates_main.c
+@@ -25,6 +25,8 @@
+ #include <libical/icaltime.h>
+ #include <gconf/gconf-client.h>
+ 
++#include <config.h>
++
+ #include "dates_types.h"
+ #include "dates_platform.h"
+ #include "dates_callbacks.h"

Attachment: signature.asc
Description: Digital signature

Reply via email to