tags 665506 + pending thanks Dear maintainer,
I've prepared an NMU for ario with Michael's patch (versioned as 1.5.1-1.1) and uploaded it to DELAYED/2. Please feel free to tell me if I should delay it longer. Regards. -- .''`. Homepage: http://info.comodo.priv.at/ - OpenPGP key 0xBB3A68018649AA06 : :' : Debian GNU/Linux user, admin, and developer - http://www.debian.org/ `. `' Member of VIBE!AT & SPI, fellow of the Free Software Foundation Europe `- NP: David Bowie: Space Oddity
diff -Nru ario-1.5.1/debian/changelog ario-1.5.1/debian/changelog --- ario-1.5.1/debian/changelog 2011-06-20 22:12:59.000000000 +0200 +++ ario-1.5.1/debian/changelog 2013-05-18 19:46:20.000000000 +0200 @@ -1,3 +1,12 @@ +ario (1.5.1-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix "Including individual glib headers no longer supported": + include patch from Michael Biebl to only include <glib.h> + (Closes: #665506) + + -- gregor herrmann <gre...@debian.org> Sat, 18 May 2013 19:45:59 +0200 + ario (1.5.1-1) unstable; urgency=low * New upstream release diff -Nru ario-1.5.1/debian/patches/glib-single-include.patch ario-1.5.1/debian/patches/glib-single-include.patch --- ario-1.5.1/debian/patches/glib-single-include.patch 1970-01-01 01:00:00.000000000 +0100 +++ ario-1.5.1/debian/patches/glib-single-include.patch 2013-05-18 19:45:57.000000000 +0200 @@ -0,0 +1,45 @@ +Description: including invidiual glib headers has been deprecated for several years. + Starting with glib 2.32 it is now mandatory to include glib.h instead + of individual headers, or the compiler will generate an error. +Origin: vendor +Bug-Debian: http://bugs.debian.org/665506 +Forwarded: no +Author: Michael Biebl <bi...@debian.org> +Reviewed-by: gregor herrmann <gre...@debian.org> +Last-Update: 2013-05-18 + +--- a/src/ario-profiles.h ++++ b/src/ario-profiles.h +@@ -20,7 +20,7 @@ + #ifndef __ARIO_PROFILES_H + #define __ARIO_PROFILES_H + +-#include <glib/gslist.h> ++#include <glib.h> + #include "servers/ario-server.h" + + G_BEGIN_DECLS +--- a/src/plugins/ario-plugin-info.c ++++ b/src/plugins/ario-plugin-info.c +@@ -27,7 +27,7 @@ + + #include <string.h> + #include <glib/gi18n.h> +-#include <glib/gkeyfile.h> ++#include <glib.h> + + #include "plugins/ario-plugin-info-priv.h" + #include "ario-debug.h" +--- a/src/ario-util.h ++++ b/src/ario-util.h +@@ -18,8 +18,8 @@ + */ + + #include "servers/ario-server.h" +-#include "glib/gslist.h" +-#include "gdk/gdkpixbuf.h" ++#include <glib.h> ++#include <gdk/gdkpixbuf.h> + + /* Number of covers used to generate the drag & drop image */ + #define MAX_COVERS_IN_DRAG 3 diff -Nru ario-1.5.1/debian/patches/series ario-1.5.1/debian/patches/series --- ario-1.5.1/debian/patches/series 1970-01-01 01:00:00.000000000 +0100 +++ ario-1.5.1/debian/patches/series 2013-05-18 19:44:38.000000000 +0200 @@ -0,0 +1 @@ +glib-single-include.patch
signature.asc
Description: Digital signature