Dear maintainer,

I've prepared an NMU for camorama (versioned as 0.19-2.3). The diff
is attached to this message.

Regards.
diff -u camorama-0.19/debian/changelog camorama-0.19/debian/changelog
--- camorama-0.19/debian/changelog
+++ camorama-0.19/debian/changelog
@@ -1,3 +1,11 @@
+camorama (0.19-2.3) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * No longer include individual glib headers. Thanks to Michael Biebl for the
+    patch. (Closes: #665516)
+
+ -- Ansgar Burchardt <ans...@debian.org>  Sat, 18 May 2013 15:12:14 +0200
+
 camorama (0.19-2.2) unstable; urgency=low
 
   * Non-maintainer upload.
only in patch2:
unchanged:
--- camorama-0.19.orig/debian/patches/665516-glib-headers.patch
+++ camorama-0.19/debian/patches/665516-glib-headers.patch
@@ -0,0 +1,27 @@
+From: Michael Biebl <bi...@debian.org>
+Origin: vendor
+Bug-Debian: http://bugs.debian.org/665516
+Subject: Including individual glib headers no longer supported
+
+--- camorama-0.19.orig/src/camorama-stock-items.h
++++ camorama-0.19/src/camorama-stock-items.h
+@@ -1,7 +1,7 @@
+ #ifndef CAMORAMA_STOCK_ITEMS_H
+ #define CAMORAMA_STOCK_ITEMS_H
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 
+--- camorama-0.19.orig/src/glib-helpers.h
++++ camorama-0.19/src/glib-helpers.h
+@@ -24,7 +24,7 @@
+ #ifndef GLIB_HELPERS_H
+ #define GLIB_HELPERS_H
+ 
+-#include <glib/gmacros.h>
++#include <glib.h>
+ 
+ G_BEGIN_DECLS
+ 

Attachment: signature.asc
Description: Digital signature

Reply via email to