[libmatio] 08/48: link the library with -lz

Sébastien Villemot sebastien at debian.org
Fri Jan 15 16:48:20 UTC 2016


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

sebastien pushed a commit to branch master
in repository libmatio.

commit 1bdbe64552df2c488908ca83e6ef68a96a0964e0
Author: Torsten Werner <twerner at debian.org>
Date:   Thu Apr 17 19:25:20 2008 +0000

    link the library with -lz
---
 debian/control | 2 +-
 debian/rules   | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 1c6adc2..ef82669 100644
--- a/debian/control
+++ b/debian/control
@@ -25,7 +25,7 @@ Description: MAT File I/O Library - development files
 Package: libmatio0
 Section: libs
 Architecture: any
-Depends: ${shlibs:Depends}, zlib1g
+Depends: ${shlibs:Depends}
 Description: A library to read and write Matlab MAT files 
  matio is an ISO C library (with a limited Fortran 90 interface) for
  reading and writing Matlab MAT files.
diff --git a/debian/rules b/debian/rules
index 956a316..96ad9b8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,3 +4,4 @@ include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/autotools.mk
 
 DEB_CONFIGURE_NORMAL_ARGS += --enable-shared
+DEB_MAKE_BUILD_TARGET     := libmatio_la_LIBADD=-lz

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



More information about the debian-science-commits mailing list