debian/0000755000000000000000000000000012256243760007175 5ustar debian/docs0000644000000000000000000000001411766421445010046 0ustar NEWS README debian/libmatio-dev.install0000644000000000000000000000016312244374503013136 0ustar debian/tmp/usr/include/* debian/tmp/usr/lib/*/lib*.a debian/tmp/usr/lib/*/lib*.so debian/tmp/usr/lib/*/pkgconfig/* debian/copyright0000644000000000000000000001304212244357331011125 0ustar Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: MATIO - MATLAB MAT file I/O library Upstream-Contact: Christopher C. Hulbert Source: http://sourceforge.net/projects/matio/ Files: * Copyright: 2005-2013 Christopher C. Hulbert License: BSD-2-clause Files: getopt/getopt_long.c Copyright: 2000 The NetBSD Foundation, Inc 2002 Todd C. Miller License: BSD-4-clause and ISC Files: getopt/getopt.h Copyright: 2000 The NetBSD Foundation, Inc License: BSD-4-clause Files: visual_studio/matio_pubconf.h Copyright: 2010-2013 Christopher C. Hulbert License: LGPL-2.1+ Files: src/snprintf.c Copyright: 1995 Patrick Powell License: permissive This code is based on code written by Patrick Powell (papowell@astart.com) It may be used for any purpose as long as this notice remains intact on all source code distributions Files: debian/* Copyright: 2008-2013 Sylvestre Ledru 2013 Sébastien Villemot License: BSD-2-clause License: BSD-2-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . THIS SOFTWARE IS PROVIDED BY CHRISTOPHER C. HULBERT ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL CHRISTOPHER C. HULBERT OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: BSD-4-clause Redistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met: . 1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer. . 2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution. . 3. All advertising materials mentioning features or use of this software must display the following acknowledgement: This product includes software developed by the NetBSD Foundation, Inc. and its contributors. . 4. Neither the name of The NetBSD Foundation nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission. . THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. License: ISC Permission to use, copy, modify, and distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. . THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. License: LGPL-2.1+ This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 2.1 of the License, or (at your option) any later version. . This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details. . You should have received a copy of the GNU Lesser General Public License along with this library. If not, see . . On Debian systems, the complete text of the GNU Lesser General Public License, version 2.1, can be found in the file `/usr/share/common-licenses/LGPL-2.1'. debian/libmatio2.install0000644000000000000000000000003712244374502012443 0ustar debian/tmp/usr/lib/*/lib*.so.* debian/orig-tar.sh0000755000000000000000000000023212244355017011251 0ustar #!/bin/sh -e # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $3 $origDir echo "moved $3 to $origDir" fi debian/changelog0000644000000000000000000001306412256243760011053 0ustar libmatio (1.5.2-1ubuntu1) trusty; urgency=medium * Use plain dh-autoreconf. -- Matthias Klose Tue, 24 Dec 2013 08:37:41 +0100 libmatio (1.5.2-1) unstable; urgency=low * New upstream release. * Add myself to Uploaders. * Rewrite debian/copyright using machine-readable format 1.0. * Bump Standards-Version to 3.9.5, no changes needed. * Bump to debhelper compat level 9. * Register the PDF manual in doc-base. * Multi-archify the package. -- Sébastien Villemot Sun, 24 Nov 2013 14:29:48 +0100 libmatio (1.5.1-1) unstable; urgency=low * Upload to unstable * Standards-Version updated to 3.9.4 -- Sylvestre Ledru Tue, 28 May 2013 12:10:00 +0200 libmatio (1.5.1-1~exp1) experimental; urgency=low [ Sébastien Villemot ] * debian/rules: add -lhdf5 to libmatio_la_LIBADD, so that libmatio2 depends on libhdf5-7 * debian/control: add missing dep of libmatio-dev on libhdf5-dev * Make sure that the package builds twice in a row: + Manually clean documentation/matio_user_guide.pdf and test/atconfig + Wrap call to autogen.sh using dh-autoreconf [ Sylvestre Ledru ] * New upstream release -- Sylvestre Ledru Sun, 17 Mar 2013 11:08:56 +0100 libmatio (1.5.0-1~exp1) experimental; urgency=low * New upstream release -- Sylvestre Ledru Sun, 15 Apr 2012 23:52:55 +0200 libmatio (1.5.0~b1-1~exp1) experimental; urgency=low * New (official) upstream release -- Sylvestre Ledru Sun, 15 Apr 2012 23:52:35 +0200 libmatio (1.5.0~2012-03-13~8e32cbf07b-1~exp1) experimental; urgency=low * New upstream release -- Sylvestre Ledru Tue, 13 Mar 2012 14:22:40 +0100 libmatio (1.5.0~2012-03-11~cbab52f6e-1~exp2) experimental; urgency=low * Enable HDF-5 & fortran based features -- Sylvestre Ledru Sun, 11 Mar 2012 17:31:39 +0100 libmatio (1.5.0~2012-03-11~cbab52f6e-1~exp1) experimental; urgency=low * New upstream release (from the git repository) * Standards-Version updated to version 3.9.3 * libmatio0 renamed to libmatio2 * doxygen.patch patch removed * doxygen removed for texinfo + manpages * Switch to dpkg-source 3.0 (quilt) format -- Sylvestre Ledru Sun, 11 Mar 2012 10:58:48 +0100 libmatio (1.3.4-3) unstable; urgency=low * Standards-Version updated to version 3.9.2 * Use doxygen-latex instead of texlive-* packages (Closes: #616257, #634551) * No longer install .la files * Fix description-synopsis-starts-with-article -- Sylvestre Ledru Thu, 11 Aug 2011 23:48:36 +0200 libmatio (1.3.4-2) unstable; urgency=low * Fix FTBFS regarding latex build. Thanks to Julien Cristau (Closes: #590415) * Update autotools code to build against recent versions (autotools-new-version.patch) * Standards-Version updated to version 3.9.1 -- Sylvestre Ledru Fri, 03 Sep 2010 10:01:39 +0200 libmatio (1.3.4-1) unstable; urgency=low * New upstream release * catcherror.diff read-size-issue.diff sparsecomplexmatrices.diff removed (applied upstream) -- Sylvestre Ledru Tue, 30 Mar 2010 17:00:24 +0200 libmatio (1.3.3-7) unstable; urgency=low * Uses ghostscript-x instead of gs-gpl [ Vincent Couvert from Scilab ] * Fix a compression read size issues. read-size-issue.diff (Closes: #556652) * Fix a bug in the sparse complex matrices handling. sparsecomplexmatrices.diff * Improves feedback when cannot read a mat file. catcherror.diff -- Sylvestre Ledru Wed, 03 Mar 2010 10:35:05 +0100 libmatio (1.3.3-6) unstable; urgency=low * texlive-latex-recommended was missing as a Build-Depends. Thanks to Michael Bienia for providing a fix (Closes: #551250) * Build-Depends gs => gs-gpl * Standards-Version updated to 3.8.4 * libmatio-doc moved to section doc and libmatio0-dbg to debug -- Sylvestre Ledru Mon, 01 Feb 2010 13:08:00 +0100 libmatio (1.3.3-5) unstable; urgency=low * Build the documentation in the new package libmatio-doc (Closes: #545946) * Change of my email address since I am now DD * Removal of Torsten on his request * Standards-Version updated to 3.8.3 * DM-Upload-Allowed removed -- Sylvestre Ledru Thu, 10 Sep 2009 16:32:05 +0200 libmatio (1.3.3-4) unstable; urgency=low * Missing ${misc:Depends} added -- Sylvestre Ledru Sun, 28 Dec 2008 18:17:06 +0100 libmatio (1.3.3-3) unstable; urgency=low * Debian-science added as maintainer * SVN moved to debian-science repository -- Sylvestre Ledru Tue, 26 Aug 2008 23:46:07 +0200 libmatio (1.3.3-2) unstable; urgency=low * Change Standards-Version: 3.8.0 -- Sylvestre Ledru Sun, 29 Jun 2008 20:31:00 +0200 libmatio (1.3.3-1) unstable; urgency=low * New upstream version * copyright file update since fixed by the upstream. -- Sylvestre Ledru Tue, 24 Jun 2008 13:09:39 +0200 libmatio (1.3.2-2) unstable; urgency=low [ Torsten Werner ] * Add DM-Upload-Allowed: yes to enable uploads by Sylvestre. [ Sylvestre Ledru ] * copyright file updated (a few files have a different license. Will be fixed in the next release). -- Torsten Werner Tue, 29 Apr 2008 20:38:40 +0200 libmatio (1.3.2-1) unstable; urgency=low * Initial release (Closes: #476346) -- Sylvestre Ledru Tue, 15 Apr 2008 13:47:14 +0200 debian/libmatio-doc.doc-base0000644000000000000000000000025412244357667013151 0ustar Document: libmatio-manual Title: MATIO User Manual Author: Christopher C. Hulbert Section: Programming Format: PDF Files: /usr/share/doc/libmatio-doc/matio_user_guide.pdf debian/compat0000644000000000000000000000000212244357157010376 0ustar 9 debian/patches/0000755000000000000000000000000012244400650010612 5ustar debian/libmatio-doc.manpages0000644000000000000000000000042711766421445013263 0ustar documentation/Mat_Close.3 documentation/Mat_CreateVer.3 documentation/Mat_Open.3 documentation/Mat_Rewind.3 documentation/Mat_VarGetStructFieldnames.3 documentation/Mat_VarRead.3 documentation/Mat_VarReadInfo.3 documentation/Mat_VarReadNext.3 documentation/Mat_VarReadNextInfo.3 debian/control0000644000000000000000000000376612244374513010612 0ustar Source: libmatio Section: libs Priority: optional Maintainer: Debian Science Team Uploaders: Sylvestre Ledru , Sébastien Villemot Build-Depends: debhelper (>= 9), autotools-dev, libtool, cdbs (>= 0.4.93~), zlib1g-dev, gfortran, texinfo, automake, texlive, libhdf5-dev, dh-autoreconf Standards-Version: 3.9.5 Homepage: http://sourceforge.net/projects/matio Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/libmatio/trunk Vcs-Browser: http://svn.debian.org/viewsvn/debian-science/packages/libmatio/trunk Package: libmatio-dev Section: libdevel Architecture: any Multi-Arch: same Depends: ${misc:Depends}, libmatio2 (= ${binary:Version}), zlib1g-dev, libhdf5-dev Description: MAT File I/O Library - development files matio is an ISO C library (with a limited Fortran 90 interface) for reading and writing Matlab MAT files. . This package contains the development files needed to compile software to use the libmatio API. Package: libmatio2 Architecture: any Multi-Arch: same Pre-Depends: ${misc:Pre-Depends} Depends: ${misc:Depends}, ${shlibs:Depends} Description: 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. Package: libmatio2-dbg Section: debug Priority: extra Architecture: any Multi-Arch: same Depends: ${misc:Depends}, libmatio2 (= ${binary:Version}) Description: MAT File I/O Library - development files matio is an ISO C library (with a limited Fortran 90 interface) for reading and writing Matlab MAT files. . This package contains the debugging symbols of the library. Package: libmatio-doc Section: doc Priority: extra Architecture: all Depends: ${misc:Depends} Description: MAT File I/O Library - documentation files matio is an ISO C library (with a limited Fortran 90 interface) for reading and writing Matlab MAT files. . This package contains the documentation of the library. debian/rules0000755000000000000000000000104012256243722010246 0ustar #!/usr/bin/make -f include /usr/share/cdbs/1/rules/debhelper.mk include /usr/share/cdbs/1/class/autotools.mk include /usr/share/cdbs/1/rules/autoreconf.mk DEB_CONFIGURE_NORMAL_ARGS += --enable-shared --with-hdf5 --enable-fortran --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH) DEB_MAKE_BUILD_TARGET := libmatio_la_LIBADD="-lz -lhdf5" DEB_COMPRESS_EXCLUDE := .pdf install/libmatio-doc:: (cd documentation/; make pdf) clean:: rm -f documentation/matio_user_guide.pdf test/atconfig get-orig-source: -uscan --upstream-version=0 --rename debian/source/0000755000000000000000000000000012244400650010463 5ustar debian/source/format0000644000000000000000000000001411766421445011706 0ustar 3.0 (quilt) debian/watch0000644000000000000000000000012612146427055010224 0ustar version=3 http://sf.net/matio/matio-(\d).(\d).(\d)\.tar\.gz debian debian/orig-tar.sh debian/libmatio-doc.docs0000644000000000000000000000004411766421445012413 0ustar documentation/matio_user_guide.pdf