This is an automated email from the git hooks/post-receive script. bob.dybian-guest pushed a commit to branch master in repository gwama.
commit 3d16a3d284ca878c82b9b29a459ae738b9c98baa Author: Dylan Aïssi <[email protected]> Date: Mon Aug 22 23:55:17 2016 +0200 Add a patch to fix spelling-error-in-binary --- debian/changelog | 1 + .../03.Fix_lintian_spelling-error-in-binary.patch | 16 ++++++++++++++++ debian/patches/series | 1 + 3 files changed, 18 insertions(+) diff --git a/debian/changelog b/debian/changelog index 86e34b2..7917446 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,7 @@ gwama (2.1+dfsg-3) UNRELEASED; urgency=medium * Use secure VCS URIs. * Bump Policy to 3.9.8 (no change needed). + * Add a patch to fix spelling-error-in-binary. -- Dylan Aïssi <[email protected]> Mon, 22 Aug 2016 23:46:43 +0200 diff --git a/debian/patches/03.Fix_lintian_spelling-error-in-binary.patch b/debian/patches/03.Fix_lintian_spelling-error-in-binary.patch new file mode 100644 index 0000000..ac4e348 --- /dev/null +++ b/debian/patches/03.Fix_lintian_spelling-error-in-binary.patch @@ -0,0 +1,16 @@ +Author: Dylan Aïssi <[email protected]> +Description: Fix lintian spelling-error-in-binary +Forwarded: TODO +Last-Update: 2016-06-21 + +--- a/readFile.cpp ++++ b/readFile.cpp +@@ -579,7 +579,7 @@ + } + cout << "Marker count: " << _markerProblems.markersAll << " Markers passing sanity check: " << _markerProblems.markersOK << endl; + cout << "Strand problems: " << _markerProblems.problemStrand << " Wrong alleles: " << _markerProblems.wrongAlleles << endl; +- cout << "Effect problems: " << _markerProblems.problemEffect << " Multiple occurances: " << _markerProblems.problemMulti << endl; ++ cout << "Effect problems: " << _markerProblems.problemEffect << " Multiple occurrences: " << _markerProblems.problemMulti << endl; + return true; + } + diff --git a/debian/patches/series b/debian/patches/series index 8860c59..d6ae46a 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ 01_Makefile_Add_FLAGS_to_activate_Hardening.patch 02_Fix_license_issue.patch +03.Fix_lintian_spelling-error-in-binary.patch -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/gwama.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
