[openblas] 09/11: Drop libopenblas-dbg, now rely on automatic debug package.

Sébastien Villemot sebastien at debian.org
Thu Mar 24 14:29:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository openblas.

commit 53c0997718afcefd3c6b9c0a95272b8246eee264
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Thu Mar 24 15:05:24 2016 +0100

    Drop libopenblas-dbg, now rely on automatic debug package.
---
 debian/control | 18 +-----------------
 debian/rules   |  2 +-
 2 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/debian/control b/debian/control
index 7945f4f..2d215d2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
 Standards-Version: 3.9.7
-Build-Depends: dpkg-dev (>= 1.16.2~), debhelper (>= 9), gfortran,
+Build-Depends: dpkg-dev (>= 1.16.2~), debhelper (>= 9.20160114), gfortran,
                liblapack-pic (>= 3.5.0-5~)
 Homepage: https://github.com/xianyi/OpenBLAS
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/openblas.git
@@ -44,19 +44,3 @@ Description: Optimized BLAS (linear algebra) library (development files)
  .
  This package includes the static libraries and symbolic links
  needed for program development.
-
-Package: libopenblas-dbg
-Section: debug
-Priority: extra
-Architecture: amd64 arm64 armhf i386 powerpc ppc64el ppc64 kfreebsd-i386 kfreebsd-amd64
-Depends: libopenblas-base (= ${binary:Version}), ${misc:Depends}
-Built-Using: ${Built-Using}
-Description: Optimized BLAS (linear algebra) library (debugging symbols)
- OpenBLAS is an optimized BLAS library based on GotoBLAS2 1.13 BSD version.
- .
- Unlike Atlas, OpenBLAS provides a multiple architecture library.
- .
- All kernel will be included in the library and dynamically switched to
- the best architecture at run time (only on x86 arches).
- .
- This package includes the debugging symbols.
diff --git a/debian/rules b/debian/rules
index 84b22ab..8f9f872 100755
--- a/debian/rules
+++ b/debian/rules
@@ -100,7 +100,7 @@ override_dh_gencontrol:
 	dh_gencontrol -- -VBuilt-Using="`dpkg-query -W -f='$${source:Package} (= $${source:Version})' liblapack-pic`"
 
 override_dh_strip:
-	dh_strip --dbg-package=libopenblas-dbg
+	dh_strip --dbgsym-migration='libopenblas-dbg (<< 0.2.16-1~)'
 
 get-orig-source:
 	-uscan --upstream-version 0

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/openblas.git



More information about the debian-science-commits mailing list