[med-svn] [seqan2] 03/03: spelling fix, skip empy CMAKE directive

Michael Crusoe misterc-guest at moszumanska.debian.org
Sat Jan 14 17:54:16 UTC 2017


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

misterc-guest pushed a commit to branch master
in repository seqan2.

commit aed10f8f79150ef2c5e54bb6da1baa36f15eed21
Author: Michael R. Crusoe <michael.crusoe at gmail.com>
Date:   Sat Jan 14 05:22:14 2017 -0800

    spelling fix, skip empy CMAKE directive
---
 debian/patches/series                   |  2 ++
 debian/patches/skip-SEQAN_PKGCFG_CFLAGS | 11 +++++++++++
 debian/patches/spelling                 | 24 ++++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/debian/patches/series b/debian/patches/series
index 18e2946..b8e0f8a 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,4 @@
+skip-SEQAN_PKGCFG_CFLAGS
+spelling
 short-description
 skip-seqan-revision
diff --git a/debian/patches/skip-SEQAN_PKGCFG_CFLAGS b/debian/patches/skip-SEQAN_PKGCFG_CFLAGS
new file mode 100644
index 0000000..4c009d6
--- /dev/null
+++ b/debian/patches/skip-SEQAN_PKGCFG_CFLAGS
@@ -0,0 +1,11 @@
+description: Skip seemingly unused CMAKE variable
+Author: Michael R. Crusoe <michael.crusoe at gmail.com>
+--- seqan2.orig/util/pkgconfig/seqan.pc.in
++++ seqan2/util/pkgconfig/seqan.pc.in
+@@ -7,5 +7,5 @@
+ URL: http://www.seqan.de
+ Version: @SEQAN_VERSION_STRING@
+ Requires: zlib
+-Cflags: -I${includedir}  @SEQAN_PKGCFG_CFLAGS@ -DSEQAN_HAS_ZLIB=1 -DSEQAN_HAS_BZIP2=1
++Cflags: -I${includedir} -DSEQAN_HAS_ZLIB=1 -DSEQAN_HAS_BZIP2=1
+ Libs: -lbz2
diff --git a/debian/patches/spelling b/debian/patches/spelling
new file mode 100644
index 0000000..15e7db0
--- /dev/null
+++ b/debian/patches/spelling
@@ -0,0 +1,24 @@
+Subject: Fix a typo: recieve -> receive
+From: Michael R. Crusoe <michael.crusoe at gmail.com>
+--- seqan2.orig/include/seqan/arg_parse/arg_parse_version_check.h
++++ seqan2/include/seqan/arg_parse/arg_parse_version_check.h
+@@ -70,16 +70,16 @@
+     static constexpr char const * const MESSAGE_SEQAN_UPDATE =
+         "[SEQAN INFO] :: There is a newer SeqAn version available!\n"
+         "[SEQAN INFO] :: Please visit www.seqan.de for an update or inform the developer of this app.\n"
+-        "[SEQAN INFO] :: If you don't want to recieve this message again set --version-check OFF\n\n";
++        "[SEQAN INFO] :: If you don't want to receive this message again set --version-check OFF\n\n";
+     static constexpr char const * const MESSAGE_APP_UPDATE =
+         "[APP INFO] :: There is a newer version of this application available.\n"
+         "[APP INFO] :: If this app is developed by SeqAn, visit www.seqan.de for updates.\n"
+-        "[APP INFO] :: If you don't want to recieve this message again set --version_check OFF\n\n";
++        "[APP INFO] :: If you don't want to receive this message again set --version_check OFF\n\n";
+     static constexpr char const * const MESSAGE_UNREGISTERED_APP =
+         "[SEQAN INFO] :: Thank you for using SeqAn!\n"
+         "[SEQAN INFO] :: You might want to regsiter you app for support and version check features?\n"
+         "[SEQAN INFO] :: Just send us an email to seqan at team.fu-berlin.de with your app name and version number.\n"
+-        "[SEQAN INFO] :: If you don't want to recieve this message anymore set --version_check OFF\n\n";
++        "[SEQAN INFO] :: If you don't want to receive this message anymore set --version_check OFF\n\n";
+     static constexpr char const * const MESSAGE_REGISTERED_APP_UPDATE =
+         "[APP INFO] :: We noticed the app version you use is newer than the one registered with us.\n"
+         "[APP INFO] :: Please send us an email with the new version so we can correct it (support at seqan.de)\n\n";

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



More information about the debian-med-commit mailing list