[cpl-plugin-hawki] 02/13: Escape ' on param documentation
    Ole Streicher 
    olebole-guest at moszumanska.debian.org
       
    Fri Dec  6 12:15:47 UTC 2013
    
    
  
This is an automated email from the git hooks/post-receive script.
olebole-guest pushed a commit to branch debian
in repository cpl-plugin-hawki.
commit 6a0a6fb2e1ad9b68275d1f0fd4f08dfb0b0ac224
Author: Ole Streicher <debian at liska.ath.cx>
Date:   Thu Nov 7 12:08:02 2013 +0100
    Escape ' on param documentation
---
 debian/create_manpage.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/create_manpage.py b/debian/create_manpage.py
index d8f5f55..85f0082 100644
--- a/debian/create_manpage.py
+++ b/debian/create_manpage.py
@@ -76,7 +76,7 @@ def param(recipe, template):
     return "".join(template.format(name = p.name,
                                    fullname = p.fullname,
                                    type = p.type.__name__,
-                                   description = p.__doc__,
+                                   description = p.__doc__.replace("'", "\\'"),
                                    default = p.default)
                    for p in recipe.param)
 
-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/cpl-plugin-hawki.git
    
    
More information about the debian-science-commits
mailing list