[med-svn] [subread] 04/05: Add d/patches/typo.patch fixing a typo in featureCounts
Alex Mestiashvili
malex-guest at moszumanska.debian.org
Tue Mar 21 15:28:04 UTC 2017
This is an automated email from the git hooks/post-receive script.
malex-guest pushed a commit to branch master
in repository subread.
commit e9ae5f4a9694b7d76e27417023ec808352f87f64
Author: Alexandre Mestiashvili <alex at biotec.tu-dresden.de>
Date: Tue Mar 21 16:16:08 2017 +0100
Add d/patches/typo.patch fixing a typo in featureCounts
---
debian/patches/series | 1 +
debian/patches/typo.patch | 13 +++++++++++++
2 files changed, 14 insertions(+)
diff --git a/debian/patches/series b/debian/patches/series
index f9b8b21..5a266d3 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
+typo.patch
fix_ftbfs_kfreebsd.patch
arch_specific_flags.patch
diff --git a/debian/patches/typo.patch b/debian/patches/typo.patch
new file mode 100644
index 0000000..6e8c440
--- /dev/null
+++ b/debian/patches/typo.patch
@@ -0,0 +1,13 @@
+Description: Fix typo
+Author: Alex Mestiashvili <alex at biotec.tu-dresden.de>
+--- subread.orig/src/sambam-file.c
++++ subread/src/sambam-file.c
+@@ -164,7 +164,7 @@
+ return "MIDNSHP=X"[ch];
+ else
+ {
+- SUBREADprintf("Unknwon opt was found in the CIGAR string: '%c'.\n", ch);
++ SUBREADprintf("Unknown opt was found in the CIGAR string: '%c'.\n", ch);
+ return 'M';
+ }
+ }
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/subread.git
More information about the debian-med-commit
mailing list