[lapack] 01/04: d/control: Remove unnecessary versioned build-dep on dpkg-dev.

Sébastien Villemot sebastien at debian.org
Mon Jun 19 16:41:07 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 d58b5600e386b05b3908942d982a2061819eb682
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Jun 19 18:15:41 2017 +0200

    d/control: Remove unnecessary versioned build-dep on dpkg-dev.
---
 debian/control | 88 +++++++++++++++++++++++++++++++++++++---------------------
 1 file changed, 56 insertions(+), 32 deletions(-)

diff --git a/debian/control b/debian/control
index e134ebf..37a97fe 100644
--- a/debian/control
+++ b/debian/control
@@ -1,20 +1,24 @@
 Source: lapack
-Section: libs
-Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
-Build-Depends: debhelper (>= 10), gfortran, python, dpkg-dev (>= 1.16.1~)
-Build-Depends-Indep: doxygen, graphviz
+Section: libs
+Priority: optional
+Build-Depends: debhelper (>= 10),
+               gfortran,
+               python
+Build-Depends-Indep: doxygen,
+                     graphviz
 Standards-Version: 3.9.8
-Homepage: http://www.netlib.org/lapack/
-Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/lapack.git
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/lapack.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/lapack.git
+Homepage: http://www.netlib.org/lapack/
 
 Package: liblapack3
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
-Provides: liblapack.so.3
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Breaks: liblapack3gf
+Provides: liblapack.so.3
 Description: Library of linear algebra routines 3 - shared version
  LAPACK version 3.X is a comprehensive FORTRAN library that does
  linear algebra operations including matrix inversions, least
@@ -27,7 +31,8 @@ Description: Library of linear algebra routines 3 - shared version
 
 Package: liblapacke
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Provides: liblapacke.so.3
 Description: Library of linear algebra routines 3 - C lib shared version
  LAPACK version 3.X is a comprehensive FORTRAN library that does
@@ -40,11 +45,15 @@ Description: Library of linear algebra routines 3 - C lib shared version
  This package contains the Standard C language library for LAPACK.
 
 Package: liblapacke-dev
-Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, liblapacke (= ${binary:Version}), libblas-dev | libblas.so,
-         liblapack-dev | liblapack.so, libtmglib-dev
-Suggests: liblapack-doc-man, liblapack-doc
+Section: libdevel
+Depends: ${misc:Depends},
+         liblapacke (= ${binary:Version}),
+         libblas-dev | libblas.so,
+         liblapack-dev | liblapack.so,
+         libtmglib-dev
+Suggests: liblapack-doc-man,
+          liblapack-doc
 Description: Library of linear algebra routines 3 - Headers
  LAPACK version 3.X is a comprehensive FORTRAN library that does
  linear algebra operations including matrix inversions, least
@@ -58,7 +67,8 @@ Description: Library of linear algebra routines 3 - Headers
 
 Package: libtmglib3
 Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Description: test matrix generators of LAPACK - shared version
  libtmglib is a component of the LAPACK library, containing routines for
  generation of input matrices for testing and timing of LAPACK.
@@ -66,9 +76,11 @@ Description: test matrix generators of LAPACK - shared version
  This package contains a shared version of the library.
 
 Package: libtmglib-dev
-Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, libtmglib3 (= ${binary:Version}), libblas-dev | libblas.so,
+Section: libdevel
+Depends: ${misc:Depends},
+         libtmglib3 (= ${binary:Version}),
+         libblas-dev | libblas.so,
          liblapack-dev | liblapack.so
 Description: test matrix generators of LAPACK - development files
  libtmglib is a component of the LAPACK library, containing routines for
@@ -78,12 +90,14 @@ Description: test matrix generators of LAPACK - development files
  library.
 
 Package: liblapack-dev
-Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, liblapack3 (= ${binary:Version}),
- libblas-dev | libblas.so
+Section: libdevel
+Depends: ${misc:Depends},
+         liblapack3 (= ${binary:Version}),
+         libblas-dev | libblas.so
+Suggests: liblapack-doc-man,
+          liblapack-doc
 Provides: liblapack.so
-Suggests: liblapack-doc-man, liblapack-doc
 Description: Library of linear algebra routines 3 - static version
  LAPACK version 3.X is a comprehensive FORTRAN library that does
  linear algebra operations including matrix inversions, least
@@ -95,9 +109,10 @@ Description: Library of linear algebra routines 3 - static version
  This package contains a static version of the library.
 
 Package: liblapack-pic
-Section: libdevel
 Architecture: any
-Depends: ${misc:Depends}, liblapack3 (= ${binary:Version})
+Section: libdevel
+Depends: ${misc:Depends},
+         liblapack3 (= ${binary:Version})
 Description: Library of linear algebra routines 3 - static PIC version
  LAPACK version 3.X is a comprehensive FORTRAN library that does
  linear algebra operations including matrix inversions, least
@@ -112,10 +127,11 @@ Description: Library of linear algebra routines 3 - static PIC version
  objects in their own build process.
 
 Package: liblapack-test
+Architecture: any
 Section: devel
 Priority: extra
-Architecture: any
-Depends: ${misc:Depends}, ${shlibs:Depends}
+Depends: ${misc:Depends},
+         ${shlibs:Depends}
 Recommends: python
 Description: Library of linear algebra routines 3 - testing programs
  LAPACK version 3.X is a comprehensive FORTRAN library that does
@@ -134,8 +150,8 @@ Description: Library of linear algebra routines 3 - testing programs
  package.
 
 Package: liblapack-doc
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Description: Library of linear algebra routines 3 - documentation (HTML)
  LAPACK version 3.X is a comprehensive FORTRAN library that does
@@ -148,8 +164,8 @@ Description: Library of linear algebra routines 3 - documentation (HTML)
  This package contains the Lapack User's Guide manual in HTML format.
 
 Package: liblapack-doc-man
-Section: doc
 Architecture: all
+Section: doc
 Depends: ${misc:Depends}
 Breaks: libblas-doc (<< 3.6.0)
 Replaces: libblas-doc (<< 3.6.0)
@@ -165,8 +181,10 @@ Description: Library of linear algebra routines 3 - documentation (manual pages)
 
 Package: libblas3
 Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         libblas-common
 Provides: libblas.so.3
-Depends: ${shlibs:Depends}, ${misc:Depends}, libblas-common
 Description: Basic Linear Algebra Reference implementations, shared library
  BLAS (Basic Linear Algebra Subroutines) is a set of efficient
  routines for most of the basic vector and matrix operations.
@@ -179,7 +197,8 @@ Description: Basic Linear Algebra Reference implementations, shared library
 
 Package: libblas-common
 Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Dependency package for all BLAS implementations
  The only purpose of this empty package is to ensure multi-arch safety of
  different BLAS implementations. See bug #760936 for more details.
@@ -187,9 +206,12 @@ Description: Dependency package for all BLAS implementations
 Package: libblas-dev
 Architecture: any
 Section: libdevel
+Depends: libblas3 (= ${binary:Version}),
+         ${misc:Depends},
+         gfortran
+Suggests: liblapack-doc-man,
+          liblapack-doc
 Provides: libblas.so
-Depends: libblas3 (= ${binary:Version}), ${misc:Depends}, gfortran
-Suggests: liblapack-doc-man, liblapack-doc
 Description: Basic Linear Algebra Subroutines 3, static library
  This package is a binary incompatible upgrade to the blas-dev
  package. Several minor changes to the C interface have been
@@ -208,7 +230,8 @@ Package: libblas-test
 Architecture: any
 Section: devel
 Priority: extra
-Depends: ${shlibs:Depends}, ${misc:Depends}
+Depends: ${shlibs:Depends},
+         ${misc:Depends}
 Description: Basic Linear Algebra Subroutines 3, testing programs
  BLAS (Basic Linear Algebra Subroutines) is a set of efficient
  routines for most of the basic vector and matrix operations.
@@ -230,6 +253,7 @@ Package: libblas-doc
 Architecture: all
 Section: oldlibs
 Priority: extra
-Depends: ${misc:Depends}, liblapack-doc-man
+Depends: ${misc:Depends},
+         liblapack-doc-man
 Description: Transitional package for BLAS manpages
  This is a transitional dummy package. It can be safely removed.

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