[med-svn] [praat] 06/09: d/p/tensor-h-filename.patch: New patch

Rafael Laboissiere rafael at debian.org
Fri Aug 11 20:49:32 UTC 2017


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

rafael pushed a commit to branch master
in repository praat.

commit bdf0caf5878c632c954f5554e245378967f813f4
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Fri Aug 11 12:10:52 2017 -0300

    d/p/tensor-h-filename.patch: New patch
    
    This patch fixes a problema with the case of the filename Tensor.h.
    It has already been fixed in the upstream Git repository.
---
 debian/patches/series                  |  1 +
 debian/patches/tensor-h-filename.patch | 36 ++++++++++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 4b102bf..9512a9e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
 use-ldflags.patch
 remove-time-date-macros.patch
+tensor-h-filename.patch
diff --git a/debian/patches/tensor-h-filename.patch b/debian/patches/tensor-h-filename.patch
new file mode 100644
index 0000000..862c931
--- /dev/null
+++ b/debian/patches/tensor-h-filename.patch
@@ -0,0 +1,36 @@
+Description: Fix name of included file Tensor.h
+Author: Rafael Laboissiere <rafael at debian.org>
+Forwarded: <no|not-needed|url proving that it has been forwarded>
+Reviewed-By: <name and email of someone who approved the patch>
+Last-Update: 2017-08-09
+
+--- praat-6.0.30.orig/sys/Formula.h
++++ praat-6.0.30/sys/Formula.h
+@@ -19,7 +19,7 @@
+  */
+ 
+ #include "Data.h"
+-#include "tensor.h"
++#include "Tensor.h"
+ 
+ #define kFormula_EXPRESSION_TYPE_NUMERIC  0
+ #define kFormula_EXPRESSION_TYPE_STRING  1
+--- praat-6.0.30.orig/sys/Tensor.h
++++ praat-6.0.30/sys/Tensor.h
+@@ -1,6 +1,6 @@
+-#ifndef _tensor_h_
+-#define _tensor_h_
+-/* tensor.h
++#ifndef _Tensor_h_
++#define _Tensor_h_
++/* Tensor.h
+  *
+  * Copyright (C) 2017 Paul Boersma
+  *
+@@ -28,5 +28,5 @@ struct nummat {
+ 	double **data;
+ };
+ 
+-/* End of file tensor.h */
++/* End of file Tensor.h */
+ #endif

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



More information about the debian-med-commit mailing list