[SCM] Rasmol packaging branch, master, updated. debian/2.7.4.2-5-67-g5e12029

Teemu Ikonen tpikonen at gmail.com
Sun May 19 20:41:34 UTC 2013


The following commit has been merged in the master branch:
commit 51fbf8913af187949f4b58de6e23c3ffa389077b
Author: Teemu Ikonen <tpikonen at gmail.com>
Date:   Fri May 17 21:21:25 2013 +0200

    Do not include individual glib headers.
    
    Starting with glib 2.32 it is now mandatory to include glib.h instead
    of individual headers, or the compiler will generate an error.
    
    Fixes Debian bug #665605.

diff --git a/src/egg-macros.h b/src/egg-macros.h
index 9a7caad..5a128ff 100644
--- a/src/egg-macros.h
+++ b/src/egg-macros.h
@@ -9,7 +9,7 @@
 #ifndef _EGG_MACROS_H_
 #define _EGG_MACROS_H_
 
-#include <glib/gmacros.h>
+#include <glib.h>
 
 G_BEGIN_DECLS
 

-- 
Rasmol packaging



More information about the debian-science-commits mailing list