I found that this change allow to build a fully working libCoinUtils.so.0 with 
correct dependencies to libz.so.1 and libbz2.so.1.0:

diff --cc debian/rules
index e08eea3,e08eea3,e08eea3..b5301a4
--- a/debian/rules
+++ b/debian/rules
@@@@ -3,8 -3,8 -3,8 +3,8 @@@@
  include /usr/share/cdbs/1/rules/debhelper.mk
  include /usr/share/cdbs/1/class/autotools.mk

---LDFLAGS += -llapack -lz -lbz2
---DEB_CONFIGURE_EXTRA_FLAGS += --enable-static --enable-gnu-packages
+++LDFLAGS += -llapack
+++DEB_CONFIGURE_EXTRA_FLAGS += --enable-static

  build/coinor-libcoinutils-doc:: debian/stamp-build-coinor-libcoinutils-doc
  debian/stamp-build-coinor-libcoinutils-doc:

Now the hello example work fine with both hello.mps.gz file and hello.mps.bz2 
file.

file hello.mps*
hello.mps:     ASCII text
hello.mps.bz2: bzip2 compressed data, block size = 900k
hello.mps.gz:  gzip compressed data, from Unix, last modified: Tue Jun  8 
13:01:53 2010

The following commands gives all the exact same output.

./hello hello.mps
./hello hello.mps.gz
./hello hello.mps.bz2

Please apply.

Jean-Christian de Rivaz



--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to