[atlas] 04/04: Merge libatlas-dev into libatlas-base-dev, drop the former.
Sébastien Villemot
sebastien at debian.org
Sun Aug 6 10:39:20 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository atlas.
commit e4809bea92c2b671147b18355d6beb0c67e51468
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sun Aug 6 12:35:34 2017 +0200
Merge libatlas-dev into libatlas-base-dev, drop the former.
---
debian/control | 27 ++++++---------------------
debian/libatlas-base-dev.install | 1 +
debian/libatlas-dev.install | 1 -
3 files changed, 7 insertions(+), 22 deletions(-)
diff --git a/debian/control b/debian/control
index 869909f..947e37e 100644
--- a/debian/control
+++ b/debian/control
@@ -40,12 +40,15 @@ Package: libatlas-base-dev
Architecture: any
Section: libdevel
Depends: libatlas3-base (= ${binary:Version}),
- libatlas-dev,
${misc:Depends},
${shlibs:Depends}
-Suggests: liblapack-doc
+Suggests: libatlas-doc,
+ liblapack-doc,
+ liblapack-dev
Provides: libblas.so,
liblapack.so
+Breaks: libatlas-dev (<< 3.10.3-2)
+Replaces: libatlas-dev (<< 3.10.3-2)
Built-Using: ${Built-Using}
Description: Automatically Tuned Linear Algebra Software, generic static
ATLAS is an approach for the automatic generation and optimization of
@@ -54,27 +57,9 @@ Description: Automatically Tuned Linear Algebra Software, generic static
Subroutines (BLAS), and a subset of the linear algebra routines in the
LAPACK library.
.
- This package includes the static libraries and symbolic links
+ This package includes the headers, the static libraries and symbolic links
needed for program development.
-Package: libatlas-dev
-Architecture: any
-Section: libdevel
-Depends: libc6-dev,
- libblas-dev,
- ${misc:Depends}
-Suggests: liblapack-dev,
- liblapack-doc
-Description: Automatically Tuned Linear Algebra Software, C header files
- ATLAS is an approach for the automatic generation and optimization of
- numerical software. Currently ATLAS supplies optimized versions for the
- complete set of linear algebra kernels known as the Basic Linear Algebra
- Subroutines (BLAS), and a subset of the linear algebra routines in the
- LAPACK library.
- .
- This package provides the headers needed to compile against the libraries
- provided by ATLAS.
-
Package: libatlas-test
Architecture: any
Depends: ${shlibs:Depends},
diff --git a/debian/libatlas-base-dev.install b/debian/libatlas-base-dev.install
index d521098..1e5f930 100644
--- a/debian/libatlas-base-dev.install
+++ b/debian/libatlas-base-dev.install
@@ -1,3 +1,4 @@
+usr/include/atlas/
usr/lib/*.a
debian/blas-atlas.pc /usr/lib/pkgconfig
debian/lapack-atlas.pc /usr/lib/pkgconfig
diff --git a/debian/libatlas-dev.install b/debian/libatlas-dev.install
deleted file mode 100644
index af4858a..0000000
--- a/debian/libatlas-dev.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/include/atlas
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/atlas.git
More information about the debian-science-commits
mailing list