[med-svn] [fastaq] 05/05: fix spelling
Sascha Steinbiss
satta at debian.org
Fri Aug 12 14:24:22 UTC 2016
This is an automated email from the git hooks/post-receive script.
satta pushed a commit to branch master
in repository fastaq.
commit 58b9fe0a39a72a2bd8f175c1d6283037d3ffcb27
Author: Sascha Steinbiss <satta at debian.org>
Date: Fri Aug 12 14:24:07 2016 +0000
fix spelling
---
debian/changelog | 1 +
debian/patches/series | 1 +
debian/patches/spelling | 15 +++++++++++++++
3 files changed, 17 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index d338a73..2230443 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ fastaq (3.13.0-1) unstable; urgency=medium
* Update maintainer email.
* New upstream version.
* Bump Standards-Version.
+ * Fix spelling.
-- Sascha Steinbiss <satta at debian.org> Fri, 12 Aug 2016 14:15:38 +0000
diff --git a/debian/patches/series b/debian/patches/series
index eecad7c..bdcc33b 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
#delay-import-statements-for-manpage-creation.patch
+spelling
diff --git a/debian/patches/spelling b/debian/patches/spelling
new file mode 100644
index 0000000..4e354e2
--- /dev/null
+++ b/debian/patches/spelling
@@ -0,0 +1,15 @@
+Description: spelling
+Author: Sascha Steinbiss <satta at debian.org>
+Forwarded: https://github.com/sanger-pathogens/Fastaq/pull/62
+Applied-Upstream: https://github.com/sanger-pathogens/Fastaq/pull/62
+--- a/pyfastaq/runners/to_random_subset.py
++++ b/pyfastaq/runners/to_random_subset.py
+@@ -6,7 +6,7 @@
+ def run(description):
+ parser = argparse.ArgumentParser(
+ description = 'Takes a random subset of reads from a sequence file and optionally the corresponding read ' +
+- 'from a mates file. Ouptut is interleaved if mates file given',
++ 'from a mates file. Output is interleaved if mates file given',
+ usage = 'fastaq to_random_subset [options] <infile> <outfile> <percent>')
+ parser.add_argument('--mate_file', help='Name of mates file')
+ parser.add_argument('--seed', help='Seed for random number generator. If not given, python\'s default is used', metavar='INT')
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/fastaq.git
More information about the debian-med-commit
mailing list