aboutsummaryrefslogtreecommitdiffstats
path: root/debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch')
-rw-r--r--debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch b/debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch
deleted file mode 100644
index b077877..0000000
--- a/debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Agustin Henze <tin@sluc.org.ar>
-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',