[med-svn] [axe-demultiplexer] 04/06: Use standard gSL include path

Kevin Murray daube-guest at moszumanska.debian.org
Wed Nov 11 12:36:04 UTC 2015


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

daube-guest pushed a commit to branch master
in repository axe-demultiplexer.

commit 5803322b01ec64bb244cec8d643bdf437ff0e4e2
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Wed Nov 11 14:16:34 2015 +1100

    Use standard gSL include path
---
 ...3-Use-standard-include-path-of-gsl-headers.patch | 21 +++++++++++++++++++++
 debian/patches/series                               |  1 +
 2 files changed, 22 insertions(+)

diff --git a/debian/patches/0003-Use-standard-include-path-of-gsl-headers.patch b/debian/patches/0003-Use-standard-include-path-of-gsl-headers.patch
new file mode 100644
index 0000000..19b04c2
--- /dev/null
+++ b/debian/patches/0003-Use-standard-include-path-of-gsl-headers.patch
@@ -0,0 +1,21 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Wed, 11 Nov 2015 14:16:02 +1100
+Subject: Use standard include path of gsl headers
+
+---
+ src/axe.c | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/src/axe.c b/src/axe.c
+index ffcd13b..e66420c 100644
+--- a/src/axe.c
++++ b/src/axe.c
+@@ -23,7 +23,7 @@
+  */
+ 
+ #include "axe.h"
+-#include "gsl_combination.h"
++#include <gsl/gsl_combination.h>
+ 
+ /* Holds the current timestamp, so we don't have to free the returned string
+  * from now(). */
diff --git a/debian/patches/series b/debian/patches/series
index 78b0881..b3264ca 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 cmake-version
 0002-Remove-libqes-from-CML.txt.patch
+0003-Use-standard-include-path-of-gsl-headers.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/axe-demultiplexer.git



More information about the debian-med-commit mailing list