summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-09 22:24:08 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-07-09 22:24:08 +0200
commite3c9712d0e85afe54f9cc83f047b7c4331680a8a (patch)
tree53669e5df79f92ccc557dc41dd4f4482e0a9203f
parent8dc349733ccfed51b0bee78a5d2c0feb364b5913 (diff)
New debian/patches/0100-spelling.patch
-rw-r--r--debian/changelog1
-rw-r--r--debian/copyright8
-rw-r--r--debian/patches/0100-spelling.patch18
-rw-r--r--debian/patches/series1
4 files changed, 24 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index eb7015f..9671751 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,6 +15,7 @@ bitz-server (2.0.0-1) UNRELEASED; urgency=medium
- Use secure copyright format URI.
- Add new sections for lib/spdlog.
- Bump years to 2018.
+ * New debian/patches/0100-spelling.patch.
-- Jörg Frings-Fürst <debian@jff.email> Wed, 27 Jun 2018 16:59:48 +0200
diff --git a/debian/copyright b/debian/copyright
index c5bbbfd..b78aa13 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -6,6 +6,10 @@ Files: *
Copyright: 2012-2017 Uditha Atukorala <ua@nuked.zone>
License: GPL-3+
+Files: lib/spdlog/*
+Copyright: 2015-2016 Gabi Melman
+License: MIT
+
Files: lib/spdlog/fmt/bundled/*
Copyright: 2012-2016 Victor Zverovich
License: BSD-2
@@ -23,10 +27,6 @@ Files: lib/spdlog/sinks/windebug_sink.h
Copyright: 2017 Alexander Dalshov
License: MIT
-Files: lib/spdlog/*
-Copyright: 2015-2016 Gabi Melman
-License: MIT
-
Files: debian/*
Copyright: 2014-2018 Jörg Frings-Fürst <debian@jff.email>
License: GPL-3+
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/series b/debian/patches/series
index 537cd0a..0405e13 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,3 @@
0001-disable_search_doc.patch
0600-man_page_spelling.patch
+0100-spelling.patch