[med-svn] [seq-gen] 03/05: Add patch fixing a typo
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Thu Sep 7 09:17:34 UTC 2017
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository seq-gen.
commit 985948f3a30894328dcfbeca14dd9266a99ff027
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Thu Sep 7 10:44:41 2017 +0200
Add patch fixing a typo
---
debian/patches/fix_typos.patch | 13 +++++++++++++
debian/patches/series | 1 +
2 files changed, 14 insertions(+)
diff --git a/debian/patches/fix_typos.patch b/debian/patches/fix_typos.patch
new file mode 100644
index 0000000..1ee10d1
--- /dev/null
+++ b/debian/patches/fix_typos.patch
@@ -0,0 +1,13 @@
+From: Alex Mestiashvili <mailatgoogl at gmail.com>
+Description: Fix a typo detected by lintian
+--- seq-gen.orig/source/seq-gen.c
++++ seq-gen/source/seq-gen.c
+@@ -803,7 +803,7 @@
+
+ if (maxPartitions == 1) {
+ if (partitionLengths[0] != -1) {
+- fprintf(stderr, "\nWARNING: The treefile contained partion lengths but only one partition\n");
++ fprintf(stderr, "\nWARNING: The treefile contained partition lengths but only one partition\n");
+ fprintf(stderr, "was specified.\n");
+ }
+ partitionLengths[0] = numSites;
diff --git a/debian/patches/series b/debian/patches/series
index befd38b..d8c8a6a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+fix_typos.patch
makefile_vars.patch
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/seq-gen.git
More information about the debian-med-commit
mailing list