[mathic] 01/02: debian/rules: New override_dh_makeshlibs target. Generates tightest possible dependency.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 12 20:54:53 UTC 2017


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

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

commit 78672e9aa8d269debc55b10e517db1e4b03061bc
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sat Aug 12 16:50:12 2017 -0400

    debian/rules: New override_dh_makeshlibs target.  Generates tightest
    possible dependency.
---
 debian/changelog | 4 +++-
 debian/rules     | 3 +++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 34fdd61..d7af6b7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -15,8 +15,10 @@ mathic (1.0~git20170606-1) unstable; urgency=medium
     - Remove patch; applied upstrem.
   * debian/rules
     - Remove call to dh_autoreconf; enabled by default with debhelper 10.
+    - New override_dh_makeshlibs target.  Generates tightest possible
+      dependency.
 
- -- Doug Torrance <dtorrance at piedmont.edu>  Fri, 04 Aug 2017 20:51:07 -0400
+ -- Doug Torrance <dtorrance at piedmont.edu>  Sat, 12 Aug 2017 16:53:20 -0400
 
 mathic (1.0~git20160320-4) unstable; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index f01ea9c..94ab307 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,9 @@ override_dh_auto_configure:
 override_dh_strip:
 	dh_strip --dbgsym-migration='libmathic-dbg (<< 1.0~git20160320-1~)'
 
+override_dh_makeshlibs:
+	dh_makeshlibs -V
+
 get-orig-source:
 	wget https://github.com/Macaulay2/mathic/archive/master.tar.gz
 	git checkout upstream

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