This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository beads.
commit dfe68f1952fa6a36f12586d6d18366676e334024 Author: Andreas Tille <[email protected]> Date: Sat Oct 21 15:07:16 2017 +0200 Spelling --- debian/patches/series | 1 + debian/patches/spelling.patch | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/debian/patches/series b/debian/patches/series index 6420dce..f8d4f0e 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -3,3 +3,4 @@ qt5_headers.patch use_debian_packaged_cimg.h installation.patch rpath.patch +spelling.patch diff --git a/debian/patches/spelling.patch b/debian/patches/spelling.patch new file mode 100644 index 0000000..80debcc --- /dev/null +++ b/debian/patches/spelling.patch @@ -0,0 +1,18 @@ +Author: Andreas Tille <[email protected]> +Last-Update: Thu, 19 Oct 2017 14:58:04 +0200 +Description: Fix spelling issue + Remark: There are two further issues reported by lintian but I hesitated to + fix one that exports a defined DTD format (biology softwares) and I did not + found the string "assignement" inside the codebase of beads + +--- a/src/images/imageDeNovo.cpp ++++ b/src/images/imageDeNovo.cpp +@@ -123,7 +123,7 @@ bool imageDeNovo::build_image_with_spot_ + ifs >> temp; + + if (!ifs.good()) { +- cerr << "denovo spot file not well formated" << endl; ++ cerr << "denovo spot file not well formatted" << endl; + } + + while (ifs.good()) { -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/beads.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
