Control: tags 665590 + pending Dear maintainer,
I've prepared an NMU for openhpi (versioned as 2.14.1-1.3) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards -- Sebastian Ramacher
diff -u openhpi-2.14.1/debian/changelog openhpi-2.14.1/debian/changelog --- openhpi-2.14.1/debian/changelog +++ openhpi-2.14.1/debian/changelog @@ -1,3 +1,11 @@ +openhpi (2.14.1-1.3) unstable; urgency=low + + * Non-maintainer upload. + * src/lock.c: Include glib.h instead of individual headers. Thanks to Andy + Whitcroft for the patch. (Closes: #665590) + + -- Sebastian Ramacher <[email protected]> Sat, 01 Jun 2013 17:05:17 +0200 + openhpi (2.14.1-1.2) unstable; urgency=low * Non-maintainer upload. only in patch2: unchanged: --- openhpi-2.14.1.orig/src/lock.c +++ openhpi-2.14.1/src/lock.c @@ -20,7 +20,7 @@ /* multi-threading support, use Posix mutex for data access */ /* initialize mutex used for data locking */ -#include <glib/gthread.h> +#include <glib.h> GStaticRecMutex oh_main_lock = G_STATIC_REC_MUTEX_INIT;
signature.asc
Description: Digital signature

