[mathicgb] 03/06: Remove '-Wl, --as-needed'; that wasn't the problem.

Doug Torrance dtorrance-guest at moszumanska.debian.org
Sat Aug 12 22:35:00 UTC 2017


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

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

commit 79296f969801245351f6a1c6a8a1fa01637c39e7
Author: Doug Torrance <dtorrance at piedmont.edu>
Date:   Sat Aug 12 17:00:04 2017 -0400

    Remove '-Wl, --as-needed'; that wasn't the problem.
---
 debian/changelog | 1 -
 debian/rules     | 1 -
 2 files changed, 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 1fd854d..de678c6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -14,7 +14,6 @@ mathicgb (1.0~git20170606-1) unstable; urgency=medium
   * debian/mathicgb.docs
     - Rename from just 'docs' for clarity.
   * debian/rules
-    - Add '-Wl,--as-needed' to LDFLAGS to avoid useless dependencies.
     - Remove call to dh_autoreconf; now default with debhelper 10.
 
  -- Doug Torrance <dtorrance at piedmont.edu>  Fri, 04 Aug 2017 21:31:09 -0400
diff --git a/debian/rules b/debian/rules
index 0e28275..54c6857 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,7 +1,6 @@
 #!/usr/bin/make -f
 
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
 EXAMPLESDIR = $(CURDIR)/debian/mathicgb/usr/share/doc/mathicgb/examples
 

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



More information about the debian-science-commits mailing list