From 61f3aad02cd6492cb38e41b66f2ed8ec56e98981 Mon Sep 17 00:00:00 2001 From: Agustin Henze Date: Wed, 8 Jul 2015 07:27:33 -0300 Subject: Add missing patch (Closes: #790710) --- ...1-Fix-quoting-when-generate-zsh-completion.patch | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch diff --git a/debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch b/debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch new file mode 100644 index 0000000..b077877 --- /dev/null +++ b/debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch @@ -0,0 +1,21 @@ +From: Agustin Henze +Date: Tue, 21 Oct 2014 10:44:45 -0300 +Subject: Fix quoting when generate zsh completion + +--- + nikola/plugins/command/import_wordpress.py | 2 +- + 1 file changed, 1 insertion(+), 1 deletion(-) + +diff --git a/nikola/plugins/command/import_wordpress.py b/nikola/plugins/command/import_wordpress.py +index 1af4083..6e8a13c 100644 +--- a/nikola/plugins/command/import_wordpress.py ++++ b/nikola/plugins/command/import_wordpress.py +@@ -70,7 +70,7 @@ class CommandImportWordpress(Command, ImportMixin): + 'short': 'd', + 'default': False, + 'type': bool, +- 'help': "Don't import drafts", ++ 'help': "Do not import drafts", + }, + { + 'name': 'squash_newlines', -- cgit v1.2.3