Dear maintainer, I've prepared an NMU for postgresql-pllua (versioned as 0.8.1-1.2) and uploaded it; since ftp-master is currently unavailable, and it will be up again in some dayes, there's still room for a MU (hence not uploaded in a DELAYED queue).
Regards.
diff -u postgresql-pllua-0.8.1/debian/changelog postgresql-pllua-0.8.1/debian/changelog --- postgresql-pllua-0.8.1/debian/changelog +++ postgresql-pllua-0.8.1/debian/changelog @@ -1,3 +1,12 @@ +postgresql-pllua (0.8.1-1.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/patches/21_missing_includes.dpatch + - Add missing PostgreSQL includes; thanks to dann frazier for the report and + to Michael Bienia for the patch; Closes: #571008 + + -- Sandro Tosi <[email protected]> Sat, 27 Mar 2010 17:18:54 +0100 + postgresql-pllua (0.8.1-1.1) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- postgresql-pllua-0.8.1.orig/debian/patches/21_missing_includes.dpatch +++ postgresql-pllua-0.8.1/debian/patches/21_missing_includes.dpatch @@ -0,0 +1,29 @@ +#! /bin/sh /usr/share/dpatch/dpatch-run +## 21_missing_includes.dpatch by Michael Bienia <[email protected]> +## +## All lines beginning with `## DP:' are a description of the patch. +## DP: Add missing PostgreSQL includes. + +...@dpatch@ +diff -urNad postgresql-pllua-0.8.1~/plluaapi.c postgresql-pllua-0.8.1/plluaapi.c +--- postgresql-pllua-0.8.1~/plluaapi.c 2010-03-12 17:28:30.000000000 +0100 ++++ postgresql-pllua-0.8.1/plluaapi.c 2010-03-12 17:29:25.000000000 +0100 +@@ -10,6 +10,7 @@ + + #include "utils/builtins.h" + #include "utils/guc.h" ++#include "utils/datum.h" + + /* extended function info */ + typedef struct luaP_Info { +diff -urNad postgresql-pllua-0.8.1~/plluaspi.c postgresql-pllua-0.8.1/plluaspi.c +--- postgresql-pllua-0.8.1~/plluaspi.c 2008-04-01 01:53:07.000000000 +0200 ++++ postgresql-pllua-0.8.1/plluaspi.c 2010-03-12 17:30:03.000000000 +0100 +@@ -6,6 +6,7 @@ + */ + + #include "pllua.h" ++#include "utils/builtins.h" + + #ifndef SPI_prepare_cursor + #define SPI_prepare_cursor(cmd, nargs, argtypes, copts) \

