Dear maintainer,

I've prepared an NMU for ario (versioned as 1.5.1-1.1). The diff
is attached to this message.

Regards.
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:29:12.000000000 +0200
@@ -1,3 +1,11 @@
+ario (1.5.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * No longer include individual glib headers. Thanks to Michael Biebl
+    for the patch. (Closes: #665506)
+
+ -- Ansgar Burchardt <ans...@debian.org>  Sat, 18 May 2013 19:29:03 +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:27:52.000000000 +0200
@@ -0,0 +1,40 @@
+From: Michael Biebl <bi...@debian.org>
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/665506
+Subject: Including individual glib headers no longer supported
+
+--- 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:26:52.000000000 +0200
@@ -0,0 +1 @@
+glib-single-include.patch

Attachment: signature.asc
Description: Digital signature

Reply via email to