[mathic] 26/30: debian/rules: Modify override_dh_strip target. Instead of building the libmathic-dbg package, we use the --dbgsym-migration option to ensure proper migration to the new automatically generated package.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sun Mar 20 20:58:53 UTC 2016


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

dtorrance-guest pushed a commit to branch master
in repository mathic.

commit fb2a2e8f5242f79305f2f2a848133f7bde544f2a
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sun Mar 20 15:51:00 2016 -0400

    debian/rules: Modify override_dh_strip target.
    Instead of building the libmathic-dbg package, we use the --dbgsym-migration
    option to ensure proper migration to the new automatically generated
    package.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index ad7ad55..d76404c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,7 +9,7 @@ override_dh_auto_configure:
 	dh_auto_configure -- GTEST_PATH=/usr/src/gtest --enable-shared
 
 override_dh_strip:
-	dh_strip --dbg-package=libmathic-dbg
+	dh_strip --dbgsym-migration='libmathic-dbg (<< 1.0~git20160320-1~)'
 
 get-orig-source:
 	wget https://github.com/Macaulay2/mathic/archive/master.tar.gz

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



More information about the debian-science-commits mailing list