[lapack] 01/01: d/rules: use --dbgsym-migration option of dh_strip.

Sébastien Villemot sebastien at debian.org
Sat Jan 16 20:25:21 UTC 2016


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

sebastien pushed a commit to branch master
in repository lapack.

commit aa4689db11b4bf065ddb5207ccb60e6345286dbf
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Sat Jan 16 21:24:07 2016 +0100

    d/rules: use --dbgsym-migration option of dh_strip.
    
    This new option replaces --ddeb-migration.
    Accordingly update versioned B-D of debhelper.
    
    Gbp-Dch: Full
---
 debian/control | 2 +-
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 1403bdc..60efaac 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.20150519+ddebs), gfortran, python, dpkg-dev (>= 1.16.1~)
+Build-Depends: debhelper (>= 9.20160114~), gfortran, python, dpkg-dev (>= 1.16.1~)
 Build-Depends-Indep: doxygen, graphviz
 Standards-Version: 3.9.6
 Homepage: http://www.netlib.org/lapack/
diff --git a/debian/rules b/debian/rules
index 058e33a..1116f82 100755
--- a/debian/rules
+++ b/debian/rules
@@ -187,4 +187,4 @@ override_dh_shlibdeps:
 	dh_shlibdeps -a -l $$(pwd)
 
 override_dh_strip:
-	dh_strip --ddeb-migration='liblapack-dbg (<< 3.6.0-1~)'
+	dh_strip --dbgsym-migration='liblapack-dbg (<< 3.6.0-1~)'

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