[mathic] 29/30: debian/patches/fix_typo.patch: New patch. Fixes spelling-error-in-binary Lintian warning.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Mar 20 20:58:53 UTC 2016


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

dtorrance-guest pushed a commit to branch master
in repository mathic.

commit 4ec92568dbca609b9d110051c4a99d9858383737
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Mar 20 16:49:43 2016 -0400

    debian/patches/fix_typo.patch: New patch.
    Fixes spelling-error-in-binary Lintian warning.
---
 debian/patches/fix_typo.patch | 17 +++++++++++++++++
 debian/patches/series         |  1 +
 2 files changed, 18 insertions(+)

diff --git a/debian/patches/fix_typo.patch b/debian/patches/fix_typo.patch
new file mode 100644
index 0000000..1adbb9d
--- /dev/null
+++ b/debian/patches/fix_typo.patch
@@ -0,0 +1,17 @@
+Description: Fix spelling error (s/occured/occurred/).
+ Was causing a spelling-error-in-binary Lintian warning.
+Author: Doug Torrance <dtorrance at piedmont.edu>
+Forwarded: https://github.com/Macaulay2/mathic/pull/3
+Last-Update: 2016-03-20
+
+--- a/src/mathic/error.cpp
++++ b/src/mathic/error.cpp
+@@ -15,7 +15,7 @@
+ 
+     std::ostringstream err;
+     err << errorMsg << '\n'
+-        << "The internal error occured in file " << file
++        << "The internal error occurred in file " << file
+         << " on line " << lineNumber << '.';
+     reportInternalError(err.str());
+   }
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..8fce975
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_typo.patch

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



More information about the debian-science-commits mailing list