[Python-modules-commits] [gamera] 11/12: gendoc-no-sflogo

Daniel Stender stender at moszumanska.debian.org
Sun Jul 16 07:24:13 UTC 2017


This is an automated email from the git hooks/post-receive script.

stender pushed a commit to branch patch-queue/debian/master
in repository gamera.

commit 72e0f2c749267abf04c3b12801b780c41701f6c2
Author: Daniel Stender <debian at danielstender.com>
Date:   Sat Oct 17 18:58:44 2015 +0200

    gendoc-no-sflogo
    
       prevent footer generation in docs which contains Sourceforge logo
       Forwarded: not-needed
    
    Gbp-Pq: Name 0011-gendoc-no-sflogo.patch
---
 doc/gendoc.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/doc/gendoc.py b/doc/gendoc.py
index eccd07b..6326d7b 100755
--- a/doc/gendoc.py
+++ b/doc/gendoc.py
@@ -22,5 +22,6 @@ if __name__ == "__main__":
        'nrows ncols page_offset_x page_offset_y stride size bytes pixel_type storage_format'),
       ("gamera.core", "RGBPixel",
        'red green blue hue saturation value cie_x cie_y cie_z cie_Lab_L cie_Lab_a cie_Lab_b cyan magenta yellow')
-      ])
+      ],
+      sourceforge_logo=False)
    

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/gamera.git



More information about the Python-modules-commits mailing list