[libgetdata] 03/03: try to avoid unnecessary linkage dependencies

Michael Milligan mmilligan-guest at moszumanska.debian.org
Sun Sep 6 03:21:21 UTC 2015


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

mmilligan-guest pushed a commit to branch master
in repository libgetdata.

commit e40d9319fc353a2412afe0c3d12d53e710c86416
Author: Michael Milligan <mmilligan at astro.umn.edu>
Date:   Sat Sep 5 20:00:07 2015 -0500

    try to avoid unnecessary linkage dependencies
---
 debian/changelog | 1 +
 debian/rules     | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 77e7eaf..abe8b6d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,6 +8,7 @@ libgetdata (0.8.9-1) UNRELEASED; urgency=low
   * add encoding (compression) libraries to Build-Depends
   * add libgetdata-perl package for perl bindings
   * enable autotools-dev to update config.{guess,sub} (Closes: #727407)
+  * enable multi-arch on library packages
 
  -- Steven Benton <stevebenton at rogers.com>  Tue, 01 Sep 2015 21:03:59 -0400
 
diff --git a/debian/rules b/debian/rules
index aeeb5bb..cc6c494 100755
--- a/debian/rules
+++ b/debian/rules
@@ -9,6 +9,8 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+
 PYVERS=$(shell pyversions -vr)
 
 %:

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



More information about the debian-science-commits mailing list