summaryrefslogtreecommitdiff
path: root/debian/patches
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches')
-rw-r--r--debian/patches/0001-disable_search_doc.patch18
-rw-r--r--debian/patches/0100-spelling.patch18
-rw-r--r--debian/patches/0600-man_page_spelling.patch18
-rw-r--r--debian/patches/series3
4 files changed, 57 insertions, 0 deletions
diff --git a/debian/patches/0001-disable_search_doc.patch b/debian/patches/0001-disable_search_doc.patch
new file mode 100644
index 0000000..dc103a6
--- /dev/null
+++ b/debian/patches/0001-disable_search_doc.patch
@@ -0,0 +1,18 @@
+Description: Disable search in documentation
+Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Last-Update: 2015-12-14
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/doc/doxygen.cfg.in
+===================================================================
+--- trunk.orig/doc/doxygen.cfg.in
++++ trunk/doc/doxygen.cfg.in
+@@ -184,7 +184,7 @@ MATHJAX_FORMAT = HTML-CSS
+ MATHJAX_RELPATH = http://cdn.mathjax.org/mathjax/latest
+ MATHJAX_EXTENSIONS =
+ MATHJAX_CODEFILE =
+-SEARCHENGINE = YES
++SEARCHENGINE = NO
+ SERVER_BASED_SEARCH = NO
+ EXTERNAL_SEARCH = NO
+ SEARCHENGINE_URL =
diff --git a/debian/patches/0100-spelling.patch b/debian/patches/0100-spelling.patch
new file mode 100644
index 0000000..2e3e112
--- /dev/null
+++ b/debian/patches/0100-spelling.patch
@@ -0,0 +1,18 @@
+Description: Correct spelling
+Author: Jörg Frings-Fürst <debian@jff.email>
+Forwarded: no
+Last-Update: 2018-07-09
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/lib/spdlog/common.h
+===================================================================
+--- trunk.orig/lib/spdlog/common.h
++++ trunk/lib/spdlog/common.h
+@@ -183,6 +183,6 @@ using filename_t = std::string;
+ } \
+ catch (...) \
+ { \
+- _err_handler("Unknown exeption in logger"); \
++ _err_handler("Unknown exception in logger"); \
+ }
+ } // namespace spdlog
diff --git a/debian/patches/0600-man_page_spelling.patch b/debian/patches/0600-man_page_spelling.patch
new file mode 100644
index 0000000..187628b
--- /dev/null
+++ b/debian/patches/0600-man_page_spelling.patch
@@ -0,0 +1,18 @@
+Description: correct spelling
+Author: Jörg Frings-Fürst <debian@jff-webhosting.net>
+Last-Update: 2016-01-30
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+Index: trunk/doc/bitz-server.conf.man
+===================================================================
+--- trunk.orig/doc/bitz-server.conf.man
++++ trunk/doc/bitz-server.conf.man
+@@ -7,7 +7,7 @@ bitz-server.conf \- bitz-server configur
+ .BR bitz-server (1)
+ obtains configuration data from a config file, the location of which is specified
+ at compile-time and can be overridden by command-line options during run-time.
+-.SS Grammer
++.SS Grammar
+ Below is the BNF grammar for configuration files. Comments and include directives
+ are not part of the grammar, so they are not included here. See libconfig manual
+ at http://www.hyperrealm.com/libconfig/libconfig_manual.html#Configuration-File-Grammar
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..0405e13
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1,3 @@
+0001-disable_search_doc.patch
+0600-man_page_spelling.patch
+0100-spelling.patch