[coinor-osi] 04/06: fix shared library dependencies

Miles Lubin mlubin-guest at alioth.debian.org
Tue Oct 1 02:39:29 UTC 2013


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

mlubin-guest pushed a commit to branch master
in repository coinor-osi.

commit 688b177aefcff76c26258da3afc7d5c6d5ea682b
Author: Miles Lubin <miles.lubin at gmail.com>
Date:   Mon Sep 30 19:32:06 2013 -0400

    fix shared library dependencies
---
 debian/changelog               |    1 +
 debian/patches/series          |    1 +
 debian/patches/shlibdeps.patch |   13 +++++++++++++
 3 files changed, 15 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 5d34fd5..6bfb0ee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ coinor-osi (0.106.1-2) experimental; urgency=low
   * Remove .la files.
   * Update copyright file.
     - Previous maintainer refused to relicense under EPL.
+  * Patch to properly set shared library dependencies.
 
  -- Miles Lubin <miles.lubin at gmail.com>  Mon, 30 Sep 2013 00:03:26 -0400
 
diff --git a/debian/patches/series b/debian/patches/series
index 3a8876a..54ac58f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
+shlibdeps.patch
 fix-addlibs-file.patch
diff --git a/debian/patches/shlibdeps.patch b/debian/patches/shlibdeps.patch
new file mode 100644
index 0000000..eebaf17
--- /dev/null
+++ b/debian/patches/shlibdeps.patch
@@ -0,0 +1,13 @@
+Author: Miles Lubin <miles.lubin at gmail.com>
+Description: Properly set shared library dependencies
+Bug: https://projects.coin-or.org/BuildTools/ticket/105
+--- a/src/Osi/Makefile.in
++++ b/src/Osi/Makefile.in
+@@ -361,6 +361,7 @@
+ 
+ # This is for libtool
+ libOsi_la_LDFLAGS = $(LT_LDFLAGS)
++libOsi_la_LIBADD = $(OSILIB_LIBS)
+ 
+ # Here list all include flags.
+ AM_CPPFLAGS = $(COINUTILS_CFLAGS)

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



More information about the debian-science-commits mailing list