From 390bc86cdf501eae29eacab279ecb42cba0dbf56 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Mon, 4 Feb 2019 10:06:10 +0100 Subject: [PATCH] debian/patches: Drop 1001_spelling-fixes.patch. Applied upstream. --- debian/patches/1001_spelling-fixes.patch | 14 -------------- debian/patches/series | 1 - 2 files changed, 15 deletions(-) delete mode 100644 debian/patches/1001_spelling-fixes.patch delete mode 100644 debian/patches/series diff --git a/debian/patches/1001_spelling-fixes.patch b/debian/patches/1001_spelling-fixes.patch deleted file mode 100644 index f6491ff..0000000 --- a/debian/patches/1001_spelling-fixes.patch +++ /dev/null @@ -1,14 +0,0 @@ -Description: Spelling fix in log message. -Author: Mike Gabriel - ---- a/client/X11/xf_disp.c -+++ b/client/X11/xf_disp.c -@@ -409,7 +409,7 @@ - if (settings->Fullscreen) - return CHANNEL_RC_OK; - -- WLog_DBG(TAG, "DisplayControlCapsPdu: setting the window as resizeable"); -+ WLog_DBG(TAG, "DisplayControlCapsPdu: setting the window as resizable"); - return xf_disp_set_window_resizable(xfDisp) ? CHANNEL_RC_OK : CHANNEL_RC_NO_MEMORY; - } - diff --git a/debian/patches/series b/debian/patches/series deleted file mode 100644 index 46a4f24..0000000 --- a/debian/patches/series +++ /dev/null @@ -1 +0,0 @@ -1001_spelling-fixes.patch