[lapack] 03/09: Drop stub files in manpages and HTML documentation.
Sébastien Villemot
sebastien at debian.org
Tue Jul 4 14:08:44 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository lapack.
commit 21a4b9ca81c5908ff79dceb2c6a498b17c6d62d9
Author: Sébastien Villemot <sebastien at debian.org>
Date: Tue Jul 4 14:20:22 2017 +0200
Drop stub files in manpages and HTML documentation.
- d/p/doxygen-downsize.patch: new patch, disable EXTRACT_ALL in Doxygen.
- d/p/doxygen-strips-source.patch: drop patch, merge with the former.
Gbp-Dch: Full
Closes: #852166
---
...n-strip-source.patch => doxygen-downsize.patch} | 30 +++++++++++++++++++---
debian/patches/series | 2 +-
2 files changed, 27 insertions(+), 5 deletions(-)
diff --git a/debian/patches/doxygen-strip-source.patch b/debian/patches/doxygen-downsize.patch
similarity index 65%
rename from debian/patches/doxygen-strip-source.patch
rename to debian/patches/doxygen-downsize.patch
index 5033957..6d16d99 100644
--- a/debian/patches/doxygen-strip-source.patch
+++ b/debian/patches/doxygen-downsize.patch
@@ -1,13 +1,26 @@
-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.
+Description: Downsize documentation (HTML and manpages)
+ - Set EXTRACT_ALL=no, to avoid generating tons of files containing only doc
+ stubs.
+ - Do not include verbatim source code in Doxygen output (redundant with the
+ source package).
+ - Drop the call graphs.
Author: Sébastien Villemot <sebastien at debian.org>
+Bug-Debian: https://bugs.debian.org/852166
Forwarded: not-needed
-Last-Update: 2016-01-02
+Last-Update: 2017-07-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/DOCS/Doxyfile
+++ b/DOCS/Doxyfile
+@@ -416,7 +416,7 @@ LOOKUP_CACHE_SIZE = 0
+ # normally produced when WARNINGS is set to YES.
+ # The default value is: NO.
+
+-EXTRACT_ALL = YES
++EXTRACT_ALL = NO
+
+ # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
+ # be included in the documentation.
@@ -953,13 +953,13 @@ USE_MDFILE_AS_MAINPAGE =
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.
@@ -44,6 +57,15 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
# hierarchy of all classes instead of a textual one.
--- a/DOCS/Doxyfile_man
+++ b/DOCS/Doxyfile_man
+@@ -416,7 +416,7 @@ LOOKUP_CACHE_SIZE = 0
+ # normally produced when WARNINGS is set to YES.
+ # The default value is: NO.
+
+-EXTRACT_ALL = YES
++EXTRACT_ALL = NO
+
+ # If the EXTRACT_PRIVATE tag is set to YES, all private members of a class will
+ # be included in the documentation.
@@ -933,7 +933,7 @@ USE_MDFILE_AS_MAINPAGE =
# also VERBATIM_HEADERS is set to NO.
# The default value is: NO.
diff --git a/debian/patches/series b/debian/patches/series
index fcfd422..cc20bb0 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,2 +1,2 @@
icamax-izamax-extended-precision.patch
-doxygen-strip-source.patch
+doxygen-downsize.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