[lapack] 03/03: Move to automatic debug packages.

Sébastien Villemot sebastien at debian.org
Sat Dec 26 23:47:30 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 8cf17a7615488952080ed89cd2826035e4a84603
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Dec 26 21:42:31 2015 +0100

    Move to automatic debug packages.
---
 debian/control | 21 +--------------------
 debian/rules   |  2 +-
 2 files changed, 2 insertions(+), 21 deletions(-)

diff --git a/debian/control b/debian/control
index 7e092d5..ee1fda4 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ 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 (>= 9), gfortran, python, dpkg-dev (>= 1.16.1~)
+Build-Depends: debhelper (>= 9.20150519+ddebs), gfortran, python, dpkg-dev (>= 1.16.1~)
 Build-Depends-Indep: doxygen, graphviz
 Standards-Version: 3.9.6
 Homepage: http://www.netlib.org/lapack/
@@ -104,25 +104,6 @@ Description: Library of linear algebra routines 3 - static PIC version
  packages, such as ATLAS, needing access to PIC versions of the lapack
  objects in their own build process.
 
-Package: liblapack-dbg
-Section: debug
-Priority: extra
-Architecture: any
-Depends: ${misc:Depends}, libblas3 (= ${binary:Version}),
-         liblapack3 (= ${binary:Version}),
-         liblapacke (= ${binary:Version}), libtmglib3 (= ${binary:Version}),
-         libblas-test, liblapack-test
-Description: Library of linear algebra routines 3 - debugging symbols
- LAPACK version 3.X is a comprehensive FORTRAN library that does
- linear algebra operations including matrix inversions, least
- squared solutions to linear sets of equations, eigenvector
- analysis, singular value decomposition, etc. It is a very
- comprehensive and reputable package that has found extensive
- use in the scientific community.
- .
- This package contains the debugging symbols for reference BLAS, LAPACK, the
- companion libraries LAPACKE and tmglib, and the test programs.
-
 Package: liblapack-test
 Section: devel
 Priority: extra
diff --git a/debian/rules b/debian/rules
index 0aa0dd3..c9a151e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -182,7 +182,7 @@ override_dh_shlibdeps:
 	dh_shlibdeps -a -l $$(pwd)
 
 override_dh_strip:
-	dh_strip --dbg-package=liblapack-dbg
+	dh_strip --ddeb-migration='liblapack-dbg (<< 3.6.0-1~)'
 
 # Do not compress the .map files in HTML generated documentation
 override_dh_compress-indep:

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