[atlas] 02/05: d/control: remove several unnecessary versioned build-dependencies.

Sébastien Villemot sebastien at debian.org
Sat Jul 29 21:56: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 d0e6eef459adb38240fece8534601a2f111ad0d6
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Jul 29 15:48:08 2017 +0200

    d/control: remove several unnecessary versioned build-dependencies.
---
 debian/control | 57 +++++++++++++++++++++++++++++++++++++--------------------
 1 file changed, 37 insertions(+), 20 deletions(-)

diff --git a/debian/control b/debian/control
index b40f684..f8d519b 100644
--- a/debian/control
+++ b/debian/control
@@ -1,22 +1,32 @@
 Source: atlas
-Section: devel
-Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
+Section: devel
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               patch,
+               gfortran,
+               cdbs,
+               libblas-dev,
+               liblapack-dev,
+               liblapack-pic,
+               libblas-test,
+               texlive-latex-base,
+               ghostscript,
+               cpufrequtils
 Standards-Version: 3.9.8
-Build-Depends: debhelper (>= 9), patch, gfortran, cdbs,
- libblas-dev (>= 1.2.20110419-3),
- liblapack-dev (>= 3.4.1), liblapack-pic (>= 3.4.1), libblas-test,
- texlive-latex-base, ghostscript, cpufrequtils
-Homepage: http://math-atlas.sourceforge.net/
-Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/atlas.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/atlas.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/atlas.git
+Homepage: http://math-atlas.sourceforge.net/
 
 Package: libatlas3-base
-Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, libblas-common
-Provides: libblas.so.3, liblapack.so.3
+Section: libs
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libblas-common
+Provides: libblas.so.3,
+          liblapack.so.3
 Built-Using: ${Built-Using}
 Description: Automatically Tuned Linear Algebra Software, generic shared
  ATLAS is an approach for the automatic generation and optimization of
@@ -33,12 +43,15 @@ Description: Automatically Tuned Linear Algebra Software, generic shared
  section: "Building Optimized Atlas Packages on your ARCH" in README.Debian
 
 Package: libatlas-base-dev
-Section: libdevel
 Architecture: any
-Depends: libatlas3-base (= ${binary:Version}), libatlas-dev, ${misc:Depends}, 
- ${shlibs:Depends}
-Provides: libblas.so, liblapack.so
+Section: libdevel
+Depends: libatlas3-base (= ${binary:Version}),
+         libatlas-dev,
+         ${misc:Depends},
+         ${shlibs:Depends}
 Suggests: liblapack-doc
+Provides: libblas.so,
+          liblapack.so
 Built-Using: ${Built-Using}
 Description: Automatically Tuned Linear Algebra Software, generic static
  ATLAS is an approach for the automatic generation and optimization of
@@ -51,10 +64,13 @@ Description: Automatically Tuned Linear Algebra Software, generic static
  needed for program development.
 
 Package: libatlas-dev
-Section: libdevel
 Architecture: any
-Depends: libc6-dev, libblas-dev, ${misc:Depends}
-Suggests: liblapack-dev, liblapack-doc
+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
@@ -68,7 +84,8 @@ Description: Automatically Tuned Linear Algebra Software, C header files
 Package: libatlas-test
 Architecture: any
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Automatically Tuned Linear Algebra Software, test programs
  ATLAS is an approach for the automatic generation and optimization of
  numerical software. Currently ATLAS supplies optimized versions for the
@@ -80,9 +97,9 @@ Description: Automatically Tuned Linear Algebra Software, test programs
  binaries to compare the BLAS and ATLAS libraries on your system.
 
 Package: libatlas-doc
+Architecture: all
 Section: doc
 Depends: ${misc:Depends}
-Architecture: all
 Description: Automatically Tuned Linear Algebra Software, documentation
  ATLAS is an approach for the automatic generation and optimization of
  numerical software. Currently ATLAS supplies optimized versions for the

-- 
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