[lapack] 10/17: Ship all manpages (including BLAS') in liblapack-doc-man.
Sébastien Villemot
sebastien at debian.org
Thu Dec 24 20:39:59 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository lapack.
commit cb561d3dcf6c52c0a52a6cd002346d7999a773b8
Author: Sébastien Villemot <sebastien at debian.org>
Date: Wed Dec 23 10:59:41 2015 +0100
Ship all manpages (including BLAS') in liblapack-doc-man.
Drop no_blas_manpages.patch. Incidentally, all BLAS routines now have
manpages, including the xDOT ones.
Closes: #511574
Gbp-Dch: Full
---
debian/control | 4 +++-
debian/patches/no_blas_manpages.patch | 28 ----------------------------
debian/patches/series | 1 -
3 files changed, 3 insertions(+), 30 deletions(-)
diff --git a/debian/control b/debian/control
index 04f04f5..e5f4d29 100644
--- a/debian/control
+++ b/debian/control
@@ -164,6 +164,8 @@ Package: liblapack-doc-man
Section: doc
Architecture: all
Depends: ${misc:Depends}
+Breaks: libblas-doc (<< 3.6.0)
+Replaces: libblas-doc (<< 3.6.0)
Description: Library of linear algebra routines 3 - documentation (manual pages)
LAPACK version 3.X is a comprehensive FORTRAN library that does
linear algebra operations including matrix inversions, least
@@ -172,4 +174,4 @@ Description: Library of linear algebra routines 3 - documentation (manual pages)
comprehensive and reputable package that has found extensive
use in the scientific community.
.
- This package contains the Lapack User's Guide manual in man format.
+ This package contains manpages for all BLAS and LAPACK routines.
diff --git a/debian/patches/no_blas_manpages.patch b/debian/patches/no_blas_manpages.patch
deleted file mode 100644
index a9cedf6..0000000
--- a/debian/patches/no_blas_manpages.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-Description: Do not ship BLAS manpages
- Those manpages are already in libblas-doc.
-Author: Sébastien Villemot <sebastien at debian.org>
-Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=677461
-Forwarded: not-needed
-Last-Update: 2012-06-17
----
-This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
---- a/DOCS/Doxyfile_man
-+++ b/DOCS/Doxyfile_man
-@@ -628,7 +628,7 @@
- # directories like "/usr/src/myproject". Separate the files or directories
- # with spaces.
-
--INPUT = SRC INSTALL BLAS/SRC
-+INPUT = SRC INSTALL
-
-
- # This tag can be used to specify the character encoding of the source files
-@@ -660,7 +660,7 @@
- # subdirectory from a directory tree whose root is specified with the INPUT tag.
- # Note that relative paths are relative to directory from which doxygen is run.
-
--EXCLUDE =
-+EXCLUDE = src/xerbla.f install/lsame.f
-
- # The EXCLUDE_SYMLINKS tag can be used select whether or not files or
- # directories that are symbolic links (a Unix file system feature) are excluded
diff --git a/debian/patches/series b/debian/patches/series
index 442767b..1028f12 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,4 +1,3 @@
lapack_testing.patch
-no_blas_manpages.patch
parallel_build.patch
doxygen-exclude-binary-objects.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