[libmatio] 06/22: link the library with -lz

Sébastien Villemot sebastien at debian.org
Sat Jan 16 20:42:25 UTC 2016


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

sebastien pushed a commit to annotated tag debian/1.3.3-7
in repository libmatio.

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

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

diff --git a/control b/control
index 1c6adc2..ef82669 100644
--- a/control
+++ b/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/rules b/rules
index 956a316..96ad9b8 100755
--- a/rules
+++ b/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