This is an automated email from the git hooks/post-receive script. satta pushed a commit to branch master in repository miniasm.
commit aade934415fb1e239669887bd0d64718138bf11b Author: Sascha Steinbiss <[email protected]> Date: Mon Aug 8 12:50:25 2016 +0000 fix spelling --- debian/changelog | 4 ++-- debian/patches/series | 1 + debian/patches/spelling | 13 +++++++++++++ 3 files changed, 16 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index c9b11b8..200df14 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,11 +1,11 @@ -miniasm (0.2+dfsg-2) UNRELEASED; urgency=medium +miniasm (0.2+dfsg-2) unstable; urgency=medium * Change maintainer email. * Add EDAM annotations. * Bump Standards-Version. * Add bindnow hardening. - -- Sascha Steinbiss <[email protected]> Mon, 08 Aug 2016 12:44:42 +0000 + -- Sascha Steinbiss <[email protected]> Mon, 08 Aug 2016 12:50:10 +0000 miniasm (0.2+dfsg-1) unstable; urgency=medium diff --git a/debian/patches/series b/debian/patches/series index c1b77b3..fcb65fd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,3 @@ ensure_64bit_value hardening +spelling diff --git a/debian/patches/spelling b/debian/patches/spelling new file mode 100644 index 0000000..712450d --- /dev/null +++ b/debian/patches/spelling @@ -0,0 +1,13 @@ +Description: spelling +Author: Sascha Steinbiss <[email protected]> +--- a/miniasm.1 ++++ b/miniasm.1 +@@ -138,7 +138,7 @@ + Max and min overlap drop ratio [0.7,0.5]. Let overlap(v->w) be the overlap + length of edge v->w and maxovlp(v)=max_w{overlap(v->w)} be the length of + largest overlap. Miniasm drops overlap v->w if overlap(v->w)/maxovlp(v) is below +-a threshold controled by this option. Miniasm applies ++a threshold controlled by this option. Miniasm applies + .I nRounds + rounds of short overlap removal with an increasing threshold between + .I FLOAT1 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/miniasm.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
