[lapack] 04/06: doxygen-strip-source.patch: new patch.

Sébastien Villemot sebastien at debian.org
Sat Jan 2 22:17:05 UTC 2016


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

sebastien pushed a commit to branch master
in repository lapack.

commit 3e9f90b7175fa422ef3b3c6a6a4db4678151beb1
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Jan 2 22:22:48 2016 +0100

    doxygen-strip-source.patch: new patch.
    
    Suppresses verbatim source code from Doxygen output, to save space.
    
    Gbp-Dch: Full
---
 debian/patches/doxygen-strip-source.patch | 80 +++++++++++++++++++++++++++++++
 debian/patches/series                     |  1 +
 2 files changed, 81 insertions(+)

diff --git a/debian/patches/doxygen-strip-source.patch b/debian/patches/doxygen-strip-source.patch
new file mode 100644
index 0000000..a62d6ee
--- /dev/null
+++ b/debian/patches/doxygen-strip-source.patch
@@ -0,0 +1,80 @@
+Description: Do not include verbatim source code in Doxygen output
+ This takes a lot of space, and is redundant with the source package.
+ Also drop the call graphs.
+Author: Sébastien Villemot <sebastien at debian.org>
+Forwarded: not-needed
+Last-Update: 2016-01-02
+---
+This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
+--- a/DOCS/Doxyfile
++++ b/DOCS/Doxyfile
+@@ -953,13 +953,13 @@ USE_MDFILE_AS_MAINPAGE =
+ # also VERBATIM_HEADERS is set to NO.
+ # The default value is: NO.
+ 
+-SOURCE_BROWSER         = YES
++SOURCE_BROWSER         = NO
+ 
+ # Setting the INLINE_SOURCES tag to YES will include the body of functions,
+ # classes and enums directly into the documentation.
+ # The default value is: NO.
+ 
+-INLINE_SOURCES         = YES
++INLINE_SOURCES         = NO
+ 
+ # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
+ # special comment blocks from generated source code fragments. Normal C, C++ and
+@@ -2281,7 +2281,7 @@ INCLUDED_BY_GRAPH      = YES
+ # The default value is: NO.
+ # This tag requires that the tag HAVE_DOT is set to YES.
+ 
+-CALL_GRAPH             = YES
++CALL_GRAPH             = NO
+ 
+ # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
+ # dependency graph for every global function or class method.
+@@ -2293,7 +2293,7 @@ CALL_GRAPH             = YES
+ # The default value is: NO.
+ # This tag requires that the tag HAVE_DOT is set to YES.
+ 
+-CALLER_GRAPH           = YES
++CALLER_GRAPH           = NO
+ 
+ # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
+ # hierarchy of all classes instead of a textual one.
+--- a/DOCS/Doxyfile_man
++++ b/DOCS/Doxyfile_man
+@@ -953,13 +953,13 @@ USE_MDFILE_AS_MAINPAGE =
+ # also VERBATIM_HEADERS is set to NO.
+ # The default value is: NO.
+ 
+-SOURCE_BROWSER         = YES
++SOURCE_BROWSER         = NO
+ 
+ # Setting the INLINE_SOURCES tag to YES will include the body of functions,
+ # classes and enums directly into the documentation.
+ # The default value is: NO.
+ 
+-INLINE_SOURCES         = YES
++INLINE_SOURCES         = NO
+ 
+ # Setting the STRIP_CODE_COMMENTS tag to YES will instruct doxygen to hide any
+ # special comment blocks from generated source code fragments. Normal C, C++ and
+@@ -2281,7 +2281,7 @@ INCLUDED_BY_GRAPH      = YES
+ # The default value is: NO.
+ # This tag requires that the tag HAVE_DOT is set to YES.
+ 
+-CALL_GRAPH             = YES
++CALL_GRAPH             = NO
+ 
+ # If the CALLER_GRAPH tag is set to YES then doxygen will generate a caller
+ # dependency graph for every global function or class method.
+@@ -2293,7 +2293,7 @@ CALL_GRAPH             = YES
+ # The default value is: NO.
+ # This tag requires that the tag HAVE_DOT is set to YES.
+ 
+-CALLER_GRAPH           = YES
++CALLER_GRAPH           = NO
+ 
+ # If the GRAPHICAL_HIERARCHY tag is set to YES then doxygen will graphical
+ # hierarchy of all classes instead of a textual one.
diff --git a/debian/patches/series b/debian/patches/series
index ac6d19f..38c5886 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -3,3 +3,4 @@ cblas-makerule.patch
 icamax-izamax-extended-precision.patch
 cblas-test-output.patch
 cblas-zblat2.patch
+doxygen-strip-source.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/lapack.git



More information about the debian-science-commits mailing list