[Pkg-electronics-commits] [SCM] Packaging for gEDA branch, master, updated. debian/1%1.6.2-3-4-g91b9fff

أحمد المحمو =?UTF-8?Q?=D8=AF=D9=8A=20?=(Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Sun Nov 4 13:38:48 UTC 2012


The following commit has been merged in the master branch:
commit 7fb674fcb7dfc6c995a409ff95b4794643f326bc
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
Date:   Sat Mar 24 21:53:30 2012 +0200

    Added glib-single-include.patch: Do not include individual glib headers
    
    Closes: #665528

diff --git a/debian/patches/glib-single-include.patch b/debian/patches/glib-single-include.patch
new file mode 100644
index 0000000..564dc21
--- /dev/null
+++ b/debian/patches/glib-single-include.patch
@@ -0,0 +1,18 @@
+Description: Do not include individual glib headers
+Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at sabily.org>
+Bug-Debian: http://bugs.debian.org/665528
+Bug: https://bugs.launchpad.net/geda/+bug/964101
+Forwarded: https://bugs.launchpad.net/geda/+bug/964101/+attachment/2930513/+files/glib-single-include.patch
+--- a/libgeda/src/s_path.c
++++ b/libgeda/src/s_path.c
+@@ -37,9 +37,7 @@
+ #include <stdlib.h>
+ #include <string.h>
+ 
+-#include <glib/gmem.h>
+-#include <glib/gmessages.h>
+-#include <glib/gtypes.h>
++#include <glib.h>
+ 
+ #include "libgeda_priv.h"
+ 
diff --git a/debian/patches/series b/debian/patches/series
index 13440cb..4aaed72 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+glib-single-include.patch
 desktop.diff
 manpage_typos.diff
 format-security.diff

-- 
Packaging for gEDA



More information about the Pkg-electronics-commits mailing list