aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2015-07-08 07:27:33 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2015-07-08 07:30:36 -0300
commit61f3aad02cd6492cb38e41b66f2ed8ec56e98981 (patch)
tree66e441dbb810cab10d4ee45cf312d3b49492cd10
parent47ff59115976b28494c247bebf6d9b775f3efcbb (diff)
downloadnikola-61f3aad02cd6492cb38e41b66f2ed8ec56e98981.tar.bz2
nikola-61f3aad02cd6492cb38e41b66f2ed8ec56e98981.tar.xz
nikola-61f3aad02cd6492cb38e41b66f2ed8ec56e98981.tar.zst
Add missing patch (Closes: #790710)
-rw-r--r--debian/patches/0001-Fix-quoting-when-generate-zsh-completion.patch21
1 files changed, 21 insertions, 0 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
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 <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',