[slicot] 01/07: Drop libslicot-dbg package, now rely on automatic debug package.

Sébastien Villemot sebastien at debian.org
Sun Jun 26 21:40:16 UTC 2016


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

sebastien pushed a commit to branch master
in repository slicot.

commit f27d9c52e0bcb63a81bb96e1211f0b6ae2d09d03
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sun Jun 26 23:31:34 2016 +0200

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

diff --git a/debian/control b/debian/control
index c5bc4e9..c5d0a23 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: slicot
 Priority: extra
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Sébastien Villemot <sebastien at debian.org>
-Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9), dh-exec, gfortran,
+Build-Depends: dpkg-dev (>= 1.16.1~), debhelper (>= 9.20160114~), dh-exec, gfortran,
                libblas-dev, liblapack-dev
 Standards-Version: 3.9.5
 Section: libs
@@ -96,24 +96,3 @@ Description: numerical algorithms from systems and control theory (documentation
  .
  This package contains the documentation of all the routines. It also contains
  associated example programs, data and results for many routines.
-
-Package: libslicot-dbg
-Section: debug
-Architecture: any
-Multi-Arch: same
-Depends: libslicot0 (= ${binary:Version}), ${misc:Depends}
-Description: numerical algorithms from systems and control theory (debugging symbols)
- SLICOT (Subroutine Library In COntrol Theory) is a general purpose basic
- mathematical library for control theoretical computations. The library
- provides tools to perform essential system analysis and synthesis tasks. The
- main emphasis in SLICOT is on numerical reliability of implemented algorithms
- and the numerical robustness and efficiency of routines. Providing algorithmic
- flexibility and the use of rigorous implementation and documentation standards
- are other SLICOT features.
- .
- SLICOT is written is Fortran 77 and builds upon the numerical linear algebra
- routines from BLAS (Basic Linear Algebra Subroutines) and LAPACK (Linear
- Algebra PACKage).
- .
- This package contains the detached debugging symbols of the library.
-
diff --git a/debian/rules b/debian/rules
index f4cf399..0fd6b3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -68,7 +68,7 @@ override_dh_auto_build-indep:
 override_dh_auto_install:
 
 override_dh_strip-arch:
-	dh_strip --dbg-package=libslicot-dbg
+	dh_strip -a --dbgsym-migration='libslicot-dbg (<< 5.0+20101122-3~)'
 
 override_dh_installexamples-indep:
 	mkdir -p debian/libslicot-doc/usr/share/doc/libslicot-doc/examples

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



More information about the debian-science-commits mailing list