[Pkg-electronics-commits] [gwave] 01/01: Added guile2.0.diff patch to update used header file for Guile 2.0 migration

أحمد المحمودي (Ahmed El-Mahmoudy) aelmahmoudy at sabily.org
Wed Oct 29 20:15:35 UTC 2014


This is an automated email from the git hooks/post-receive script.

aelmahmoudy-guest pushed a commit to branch master
in repository gwave.

commit 431d303a7b99472fcc5b4281f48e0c4f6c6c817f
Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
Date:   Wed Oct 29 22:14:48 2014 +0200

    Added guile2.0.diff patch to update used header file for Guile 2.0 migration
    
    Closes: #746003
---
 debian/patches/guile2.0.diff | 31 +++++++++++++++++++++++++++++++
 debian/patches/series        |  1 +
 2 files changed, 32 insertions(+)

diff --git a/debian/patches/guile2.0.diff b/debian/patches/guile2.0.diff
new file mode 100644
index 0000000..e4a6428
--- /dev/null
+++ b/debian/patches/guile2.0.diff
@@ -0,0 +1,31 @@
+Description: Update header for Guile 2.0
+Forwarded: https://sourceforge.net/p/gwave/patches/3/attachment/guile2.0.diff
+Author: أحمد المحمودي (Ahmed El-Mahmoudy) <aelmahmoudy at users.sourceforge.net>
+Bug: https://sourceforge.net/p/gwave/patches/3/
+Bug-Debian: http://bugs.debian.org/746003
+
+Index: gwave-20090213/src/scwm_guile.h
+===================================================================
+--- gwave-20090213.orig/src/scwm_guile.h
++++ gwave-20090213/src/scwm_guile.h
+@@ -12,7 +12,7 @@
+ #define SCWM_GUILE_H__
+ 
+ #include "arg_unused.h"
+-#include <guile/gh.h>
++#include <libguile.h>
+ #include "validate.h"
+ #include <xsnarf.h>
+ 
+Index: gwave-20090213/src/scwm_guile.c
+===================================================================
+--- gwave-20090213.orig/src/scwm_guile.c
++++ gwave-20090213/src/scwm_guile.c
+@@ -31,7 +31,6 @@
+ #include <limits.h>
+ #include <assert.h>
+ 
+-#include <guile/gh.h>
+ #include <libguile.h>
+ #include <libguile/fluids.h>
+ 
diff --git a/debian/patches/series b/debian/patches/series
index f9c6abe..b5312b0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 01-fix_ascii_import_locale.diff
 fix_indirect_linking.diff
 fix_as-needed_linking.diff
+guile2.0.diff

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-electronics/gwave.git



More information about the Pkg-electronics-commits mailing list