Your message dated Sat, 02 Aug 2014 10:21:50 +0000
with message-id <e1xdwri-0004mx...@franck.debian.org>
and subject line Bug#756675: fixed in libmatio 1.5.2-3
has caused the Debian Bug report #756675,
regarding libmatio: [hdf5 transition] please support hdf5 1.8.13 new packaging 
layout
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact ow...@bugs.debian.org
immediately.)


-- 
756675: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756675
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libmatio
Version: 1.5.2-2
Severity: important
Tags: patch
User: p...@debian.org
Usertags: HDF5-transition

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hi,

The hdf5 1.8.13 package in experimental features a new layout for
headers and libraries, so that all the binary packages are now
co-installable.

Please find attached a patch proposal to support both the current
and the new layouts.

Because this bug is in the way of the hdf5 transition I intend to NMU
in a few days. I apologize for the urge, and I hope this approach won't
offend you. Please tell me otherwise.

Kind regards,

_g.

- -- System Information:
Debian Release: jessie/sid
  APT prefers testing
  APT policy: (500, 'testing'), (1, 'experimental')
Architecture: i386 (i686)

Kernel: Linux 3.14-1-486
Locale: LANG=fr_FR.UTF-8, LC_CTYPE=fr_FR.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJT2sL9AAoJEO/obGx//s+DBUkIAI7ZkydEGo5SXs1yO2qVMSES
q9UazUekdh/vX1ZpCM5gAvH04Hua+8rRaP5lyhM8NdWrYoDWPPtVmQF7yvOTFk7x
eZQ52tUmRoEu+oysZOALWgcl+fO96KWzMWDz6zwArhTp757RNhdAuUn0iUNBbXy9
EEgKsj0bRvrS5RHENMcbYPoiHsm4ShVA0RnXA4juZk+rbFax5MplAZ8D8ixbUI2z
Ro0dnvhsSXQurftCInOR/pMFYfgaS9fvD7TubumgY86yrkUXvS5mNstsPVJOlTAB
kxY7nPd/HSHWItm5GPCw3+smvYBzXLVpcHPPAb8lmAS1NXrTQclk4qSkrD3Tg10=
=VcJi
-----END PGP SIGNATURE-----
diff -Nru libmatio-1.5.2/debian/changelog libmatio-1.5.2/debian/changelog
--- libmatio-1.5.2/debian/changelog	2014-07-15 18:06:42.000000000 +0200
+++ libmatio-1.5.2/debian/changelog	2014-07-25 11:36:19.000000000 +0200
@@ -1,3 +1,10 @@
+libmatio (1.5.2-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Support hdf5 1.8.13 new packaging layout.
+
+ -- Gilles Filippini <p...@debian.org>  Fri, 25 Jul 2014 11:36:19 +0200
+
 libmatio (1.5.2-2) unstable; urgency=medium
 
   * Use plain dh-autoreconf. (Closes: #753521)
diff -Nru libmatio-1.5.2/debian/rules libmatio-1.5.2/debian/rules
--- libmatio-1.5.2/debian/rules	2014-07-15 18:00:43.000000000 +0200
+++ libmatio-1.5.2/debian/rules	2014-07-31 10:18:55.000000000 +0200
@@ -4,8 +4,14 @@
 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"
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+  WITH_HDF5:=--with-hdf5=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+else
+  WITH_HDF5:=--with-hdf5
+endif
+
+DEB_CONFIGURE_NORMAL_ARGS += --enable-shared $(WITH_HDF5) --enable-fortran --libdir=\$${prefix}/lib/$(DEB_HOST_MULTIARCH)
+DEB_MAKE_BUILD_TARGET     := libmatio_la_LIBADD="\$$(ZLIB_LIBS) \$$(HDF5_LIBS)"
 DEB_COMPRESS_EXCLUDE := .pdf
 
 install/libmatio-doc::

--- End Message ---
--- Begin Message ---
Source: libmatio
Source-Version: 1.5.2-3

We believe that the bug you reported is fixed in the latest version of
libmatio, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Gilles Filippini <p...@debian.org> (supplier of updated libmatio package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sat, 02 Aug 2014 11:02:07 +0200
Source: libmatio
Binary: libmatio-dev libmatio2 libmatio2-dbg libmatio-doc
Architecture: source all amd64
Version: 1.5.2-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team 
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Gilles Filippini <p...@debian.org>
Description:
 libmatio-dev - MAT File I/O Library - development files
 libmatio-doc - MAT File I/O Library - documentation files
 libmatio2  - Library to read and write Matlab MAT files
 libmatio2-dbg - MAT File I/O Library - development files
Closes: 756675
Changes:
 libmatio (1.5.2-3) unstable; urgency=medium
 .
   * Team upload.
   * Support hdf5 1.8.13 new packaging layout (closes: #756675).
Checksums-Sha1:
 4d6914c63d5f39d968533370a84cc96db4739b9a 1895 libmatio_1.5.2-3.dsc
 90b8f0bdf780d86f14a923875aad5e1b86837467 5392 libmatio_1.5.2-3.debian.tar.xz
 c688cd080d9ae38d6b3f8810fad74730bac3c6ab 186016 libmatio-doc_1.5.2-3_all.deb
 67d7cac510b505b200359495cdfa3dc28c72c598 82250 libmatio-dev_1.5.2-3_amd64.deb
 56096ac8c84c8e1bacbe2b5761133e7d4bea2338 78778 libmatio2_1.5.2-3_amd64.deb
 c45b3448b1025d1562404f38d690902075ef229d 174208 libmatio2-dbg_1.5.2-3_amd64.deb
Checksums-Sha256:
 ea34ddd8a12da913e05656fc7167990a067d10917150029c875bb98067f691e6 1895 
libmatio_1.5.2-3.dsc
 811504e194695c75f5f4480dd5e15abfa4f2b81d43b61878cca8378a72158411 5392 
libmatio_1.5.2-3.debian.tar.xz
 dd76269b39efc423bcf80c0b4e908b68951414364fd8f76962b664f8cd94746e 186016 
libmatio-doc_1.5.2-3_all.deb
 b74f92043ecf963a72d33c7f5ac55e945488c3e262bdc3b681d9be7217cf1dd8 82250 
libmatio-dev_1.5.2-3_amd64.deb
 0f6ded322c7c5931350c26b683b496ee56c742077df77b055683503e596e759b 78778 
libmatio2_1.5.2-3_amd64.deb
 359f0edaa3a1ae3eeb7f151ab8dd7517d806ae8ab9b497e27831050123c27002 174208 
libmatio2-dbg_1.5.2-3_amd64.deb
Files:
 0e6908d6c66f36717f4a4c24b8d2f711 186016 doc extra libmatio-doc_1.5.2-3_all.deb
 0084dced8c1d3c588b329a7df6dbf0ab 82250 libdevel optional 
libmatio-dev_1.5.2-3_amd64.deb
 de046228424a2e20a2218a292c545272 78778 libs optional 
libmatio2_1.5.2-3_amd64.deb
 2c98709db759f50542f119891d0a828a 174208 debug extra 
libmatio2-dbg_1.5.2-3_amd64.deb
 7edf139f1316b7b64c161af3c7b2939f 1895 libs optional libmatio_1.5.2-3.dsc
 6db6e26acf5cdf93f315cf311059974c 5392 libs optional 
libmatio_1.5.2-3.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJT3LU9AAoJEO/obGx//s+D7JsIAI4wGvTITsLZZW+w9l6XP/iT
AarMhCPmLMATmsUNXK3+RKVOGxiBzlvdFtOLxx3DukYzICm2jOWBxMKJDtubKkMY
sZNXv+xGOmCKHDCde04k1sax9vv0ivsVSjUC2Gwc1WvaUziWI+pSTPlc+Iq+EK7I
9KA9uDh0xWIrl9VgxuDbqYsy3IXFehU1rkMjWrMYYYaKkatK0NU65X3rzJxUGWkF
sjP0Rkcpx8r50dQ6n17leQoL0JxSAH6/mtBTlzmUxAopKAA989rz+RtLfmEViofM
nuS9RUvbYq1DocQhvrTp13CDpfXJ6ZbBhiYUa/HvQT7e1/VK8FuHgKvUcrYW03E=
=QnGk
-----END PGP SIGNATURE-----

--- End Message ---
-- 
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers

Reply via email to