[librsb] 01/01: d/p/fix-spell-because.patch: New patch

Rafael Laboissiere rafael at debian.org
Sun Jul 30 18:56:31 UTC 2017


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

rafael pushed a commit to branch master
in repository librsb.

commit f6c5d773d980587c34e2f4bfbd8b3c76cf7a680d
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun Jul 30 15:14:36 2017 -0300

    d/p/fix-spell-because.patch: New patch
---
 debian/patches/fix-spell-because.patch | 36 ++++++++++++++++++++++++++++++++++
 debian/patches/series                  |  1 +
 2 files changed, 37 insertions(+)

diff --git a/debian/patches/fix-spell-because.patch b/debian/patches/fix-spell-because.patch
new file mode 100644
index 0000000..8bedc7d
--- /dev/null
+++ b/debian/patches/fix-spell-because.patch
@@ -0,0 +1,36 @@
+Description: Fix spelling of word "because"
+Author: Rafael Laboissiere <rafael at debian.org>
+Forwarded: no
+Last-Update: 2017-07-30
+
+--- librsb-1.2.0-rc7.orig/examples/fortran.F90
++++ librsb-1.2.0-rc7/examples/fortran.F90
+@@ -114,7 +114,7 @@
+       INTEGER :: res = 0, passed = 0, failed = 0
+       !TYPE(C_PTR),PARAMETER :: EO = RSB_NULL_EXIT_OPTIONS
+       !TYPE(C_PTR),PARAMETER :: IO = RSB_NULL_INIT_OPTIONS
+-      ! Note: using C_NULL_PTR instead of the previous lines becase of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59411
++      ! Note: using C_NULL_PTR instead of the previous lines because of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59411
+       TYPE(C_PTR),PARAMETER :: EO = C_NULL_PTR
+       TYPE(C_PTR),PARAMETER :: IO = C_NULL_PTR
+       INTEGER,TARGET::IONE=1
+--- librsb-1.2.0-rc7.orig/examples/fortran_rsb_fi.F90
++++ librsb-1.2.0-rc7/examples/fortran_rsb_fi.F90
+@@ -117,7 +117,7 @@
+       REAL(KIND=8),TARGET :: ETIME = 0.0
+       !TYPE(C_PTR),PARAMETER :: EO = RSB_NULL_EXIT_OPTIONS
+       !TYPE(C_PTR),PARAMETER :: IO = RSB_NULL_INIT_OPTIONS
+-      ! Note: using C_NULL_PTR instead of the previous lines becase of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59411
++      ! Note: using C_NULL_PTR instead of the previous lines because of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59411
+       TYPE(C_PTR),PARAMETER :: EO = C_NULL_PTR
+       TYPE(C_PTR),PARAMETER :: IO = C_NULL_PTR
+ 
+@@ -170,7 +170,7 @@
+       INTEGER :: res = RSB_ERR_NO_ERROR, passed = 0, failed = 0
+       !TYPE(C_PTR),PARAMETER :: EO = RSB_NULL_EXIT_OPTIONS
+       !TYPE(C_PTR),PARAMETER :: IO = RSB_NULL_INIT_OPTIONS
+-      ! Note: using C_NULL_PTR instead of the previous lines becase of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59411
++      ! Note: using C_NULL_PTR instead of the previous lines because of http://gcc.gnu.org/bugzilla/show_bug.cgi?id=59411
+       TYPE(C_PTR),PARAMETER :: EO = C_NULL_PTR
+       TYPE(C_PTR),PARAMETER :: IO = C_NULL_PTR
+ 
diff --git a/debian/patches/series b/debian/patches/series
index eabc2dc..21720ed 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 fix-path-of-mtx-files.patch
+fix-spell-because.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/librsb.git



More information about the debian-science-commits mailing list