[med-svn] [igraph] 04/05: fix a spelling error in the source that triggered a lintian warning
Tamás Nepusz
ntamas-guest at moszumanska.debian.org
Fri Aug 29 21:29:51 UTC 2014
This is an automated email from the git hooks/post-receive script.
ntamas-guest pushed a commit to branch master
in repository igraph.
commit 9c67d98b50b7a0c5324e03e1c2a29791ce5bdb08
Author: Tamas Nepusz <ntamas at gmail.com>
Date: Fri Aug 29 08:38:32 2014 +0000
fix a spelling error in the source that triggered a lintian warning
---
debian/changelog | 2 ++
debian/patches/drl_spelling_fix.patch | 17 +++++++++++++++++
debian/patches/series | 1 +
3 files changed, 20 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d5adfe2..f7d197d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,6 +12,8 @@ igraph (0.7.1-2) UNRELEASED; urgency=medium
test cases
* debian/patches/cppflags_restore.patch added to fix incorrect
handling of CPPFLAGS in the configure script
+ * debian/patches/drl_spelling_fix.patch added to fix a spelling
+ error in the source and silence a lintian warning
-- Andreas Tille <tille at debian.org> Tue, 19 Aug 2014 11:55:17 +0200
diff --git a/debian/patches/drl_spelling_fix.patch b/debian/patches/drl_spelling_fix.patch
new file mode 100644
index 0000000..e192a1d
--- /dev/null
+++ b/debian/patches/drl_spelling_fix.patch
@@ -0,0 +1,17 @@
+Author: Tamas Nepusz <ntamas at gmail.com>
+Last-Changed: Wed, 27 Aug 2014 21:58:56 +0100
+Description: Fixing a spelling error
+Applied-Upstream: 0.7.2, https://github.com/igraph/igraph/commit/8bf4ddcc
+
+
+--- a/src/drl_layout.cpp
++++ b/src/drl_layout.cpp
+@@ -417,7 +417,7 @@
+ options->simmer_damping_mult = 0;
+
+ default:
+- IGRAPH_ERROR("Unkown DrL template", IGRAPH_EINVAL);
++ IGRAPH_ERROR("Unknown DrL template", IGRAPH_EINVAL);
+ break;
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
index 60a1d77..355b89a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
remove_unused_test_target.patch
fix_test_cases.patch
cppflags_restore.patch
+drl_spelling_fix.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/igraph.git
More information about the debian-med-commit
mailing list