[med-svn] [axe-demultiplexer] 01/01: Add patch to fix typo in binary

Kevin Murray daube-guest at moszumanska.debian.org
Mon Oct 12 05:55:33 UTC 2015


This is an automated email from the git hooks/post-receive script.

daube-guest pushed a commit to branch master
in repository axe-demultiplexer.

commit e7e591768908a4559ce2e90e92bc29c522e256b3
Author: Kevin Murray <spam at kdmurray.id.au>
Date:   Mon Oct 12 16:54:45 2015 +1100

    Add patch to fix typo in binary
---
 .../patches/0002-Fix-typo-seperate-separate.patch  | 24 ++++++++++++++++++++++
 debian/patches/cmake-version                       | 11 +++++++++-
 debian/patches/series                              |  1 +
 3 files changed, 35 insertions(+), 1 deletion(-)

diff --git a/debian/patches/0002-Fix-typo-seperate-separate.patch b/debian/patches/0002-Fix-typo-seperate-separate.patch
new file mode 100644
index 0000000..d9005e5
--- /dev/null
+++ b/debian/patches/0002-Fix-typo-seperate-separate.patch
@@ -0,0 +1,24 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Mon, 12 Oct 2015 16:53:52 +1100
+Subject: Fix typo seperate => separate
+
+---
+ src/main.c | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/src/main.c b/src/main.c
+index d396ab4..e3cbe1c 100644
+--- a/src/main.c
++++ b/src/main.c
+@@ -38,9 +38,9 @@ print_help(void)
+     fprintf(stderr, "must be. Likewise for a reverse/interleaved input. If either\n");
+     fprintf(stderr, "forward and/or reverse reads are given, interleaved input\n");
+     fprintf(stderr, "cannot be. However, one can input interleaved paired reads\n");
+-    fprintf(stderr, "and output seperate forwards and reverse reads, and vice versa.\n");
++    fprintf(stderr, "and output separate forwards and reverse reads, and vice versa.\n");
+     fprintf(stderr, "\n");
+-    fprintf(stderr, "The barcode file is a tab-seperated tabular file with an\n");
++    fprintf(stderr, "The barcode file is a tab-separated tabular file with an\n");
+     fprintf(stderr, "optional header, and has two alternative formats. The standard\n");
+     fprintf(stderr, "form (see below) is expected unless --combinatorial is given.\n");
+     fprintf(stderr, "\n");
diff --git a/debian/patches/cmake-version b/debian/patches/cmake-version
index bfee0ea..9c31e7c 100644
--- a/debian/patches/cmake-version
+++ b/debian/patches/cmake-version
@@ -1,8 +1,17 @@
+From: Kevin Murray <spam at kdmurray.id.au>
+Date: Mon, 12 Oct 2015 16:53:28 +1100
+Subject: cmake-version
+
 Get program version from Debian Changelog, not from git.
+---
+ CMakeLists.txt | 14 +++++---------
+ 1 file changed, 5 insertions(+), 9 deletions(-)
 
+diff --git a/CMakeLists.txt b/CMakeLists.txt
+index 75fd536..99fc712 100644
 --- a/CMakeLists.txt
 +++ b/CMakeLists.txt
-@@ -13,15 +13,11 @@
+@@ -13,15 +13,11 @@ IF (NOT CMAKE_BUILD_TYPE)
          SET(CMAKE_BUILD_TYPE Release)
  ENDIF()
  
diff --git a/debian/patches/series b/debian/patches/series
index b3441c6..64bf23e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 cmake-version
+0002-Fix-typo-seperate-separate.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/axe-demultiplexer.git



More information about the debian-med-commit mailing list