From aed0f87531ce74a2b014201d3276615cd2726e2d Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 4 Feb 2019 10:54:13 +0100 Subject: [PATCH] debian/patches: Add 1001_spelling-fixes.patch. Fix typo in man page and usage output. --- debian/patches/1001_spelling-fixes.patch | 14 ++++++++++++++ debian/patches/series | 1 + 2 files changed, 15 insertions(+) create mode 100644 debian/patches/1001_spelling-fixes.patch create mode 100644 debian/patches/series diff --git a/debian/patches/1001_spelling-fixes.patch b/debian/patches/1001_spelling-fixes.patch new file mode 100644 index 0000000..6287ad2 --- /dev/null +++ b/debian/patches/1001_spelling-fixes.patch @@ -0,0 +1,14 @@ +Description: Minor typo fix. +Author: Mike Gabriel + +--- a/client/common/cmdline.h ++++ b/client/common/cmdline.h +@@ -40,7 +40,7 @@ + { "async-update", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL, "Asynchronous update" }, + { "audio-mode", COMMAND_LINE_VALUE_REQUIRED, "", NULL, NULL, -1, NULL, "Audio output mode" }, + { "auth-only", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL, "Authenticate only" }, +- { "authentication", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL, "Authentication (expermiental)" }, ++ { "authentication", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL, "Authentication (experimental)" }, + { "auto-reconnect", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueFalse, NULL, -1, NULL, "Automatic reconnection" }, + { "auto-reconnect-max-retries", COMMAND_LINE_VALUE_REQUIRED, "", NULL, NULL, -1, NULL, "Automatic reconnection maximum retries, 0 for unlimited [0,1000]" }, + { "bitmap-cache", COMMAND_LINE_VALUE_BOOL, NULL, BoolValueTrue, NULL, -1, NULL, "bitmap cache" }, diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..46a4f24 --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +1001_spelling-fixes.patch