[librsb] 05/09: d/p/fix-spelling-information.patch : New patch

Rafael Laboissiere rafael at debian.org
Sun Mar 12 01:09:18 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 17454c1198c0942134a38169efe13d4214752ad5
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sat Mar 11 17:25:18 2017 -0300

    d/p/fix-spelling-information.patch : New patch
---
 debian/patches/fix-spelling-information.patch | 56 +++++++++++++++++++++++++++
 debian/patches/series                         |  1 +
 2 files changed, 57 insertions(+)

diff --git a/debian/patches/fix-spelling-information.patch b/debian/patches/fix-spelling-information.patch
new file mode 100644
index 0000000..c991495
--- /dev/null
+++ b/debian/patches/fix-spelling-information.patch
@@ -0,0 +1,56 @@
+Description: Fix spelling "informations" -> "information"
+Author: Rafael Laboissiere <rafael at debian.org>
+Forwarded: no
+Last-Update: 2017-03-11
+
+--- librsb-1.2.0-rc5.orig/README
++++ librsb-1.2.0-rc5/README
+@@ -161,7 +161,7 @@
+  you can use it to specify libraries to be linked to librsb examples.
+  Invoke ./configure --help  for details of other relevant environment variables.
+  
+- After ./configure  you will see informations about the current build options
++ After ./configure  you will see information about the current build options
+  and if satisfied, invoke 'make' to build the library and the examples.
+ 
+  To check for library consistence, run:
+@@ -404,7 +404,7 @@ and then
+     (see CONTACTS) the hinfo.log file and your matrix in Matrix Market format
+     (well, please don't send matrices by email but rather upload them
+     somewhere on the web and send an URL to them).
+-    The hinfo.log file will contain useful compile and machine informations.
++    The hinfo.log file will contain useful compile and machine information.
+     Then I *may* get an idea about the performance you should get with that
+     matrix on that computer.
+ 
+--- librsb-1.2.0-rc5.orig/rsb.h
++++ librsb-1.2.0-rc5/rsb.h
+@@ -835,7 +835,7 @@ rsb_err_t rsb_mtx_get_rows_sparse(rsb_tr
+ rsb_err_t rsb_mtx_get_coo_block(const struct rsb_mtx_t * mtxAp, void* VA, rsb_coo_idx_t * IA, rsb_coo_idx_t * JA, rsb_coo_idx_t frA, rsb_coo_idx_t lrA, rsb_coo_idx_t fcA, rsb_coo_idx_t lcA, rsb_coo_idx_t * IREN, rsb_coo_idx_t * JREN, rsb_nnz_idx_t *rnzp, rsb_flags_t flags );
+ 
+ /*! \ingroup rsb_doc_misc rsb_doc_rsb
+-\brief Flags for getting matrix informations via #rsb_mtx_get_info()/#rsb_mtx_get_info_str().
++\brief Flags for getting matrix information via #rsb_mtx_get_info()/#rsb_mtx_get_info_str().
+ */
+ enum rsb_mif_t
+ {
+--- librsb-1.2.0-rc5.orig/rsb_user.c
++++ librsb-1.2.0-rc5/rsb_user.c
+@@ -156,7 +156,7 @@ rsb_err_t rsb__sys_info()
+ 	 \ingroup internals
+ 	 *
+ 	 * A function printing out information about the system.
+-	 * It gives informations for the user about the library configuration.
++	 * It gives information for the user about the library configuration.
+ 	 * It should be called after library initialization.
+ 	 *
+ 	 * \return an error code or RSB_ERR_NO_ERROR.
+@@ -309,7 +309,7 @@ rsb_err_t rsb__sys_info()
+ 	else
+ 		RSB_INFO("8 bits per byte. Good.\n");
+ #else /* CHAR_BIT */
+-	RSB_INFO("We have no informations on bits per byte. Beware!\n");
++	RSB_INFO("We have no information on bits per byte. Beware!\n");
+ #endif /* CHAR_BIT */
+ #if 1
+ 	{
diff --git a/debian/patches/series b/debian/patches/series
index 2b1abe1..a4047ec 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
 use-shared-lib.patch
 fix-path-of-mtx-files.patch
 compile-fortran-examples.patch
+fix-spelling-information.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