Your message dated Mon, 11 Aug 2014 17:36:09 +0000
with message-id <[email protected]>
and subject line Bug#756700: fixed in tessa 0.3.1-6.1
has caused the Debian Bug report #756700,
regarding tessa: [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 [email protected]
immediately.)
--
756700: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756700
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: tessa
Version: 0.3.1-6
Severity: important
Tags: patch
User: [email protected]
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
iQEcBAEBCAAGBQJT2sjSAAoJEO/obGx//s+DAHQH/i7hUOiEK7hViUkXRXFtxgRz
2zALukbqYkzGh+zbFPO4pZ3YH05m1uSVIxbq8N8Tg9wFiT8425KPssJMCef/XDaT
kNtLlc292Qg29IBwGAzFeZQKEbx0vI4fbRqKNNtR9KMviHycLKliCDqJMiIUuo8l
BB73uo3hIRrZWdwiqhlzH8oPZZ3PLofR6BoeKQupbjgbCVpFIXAoTRspzXzl1o/m
EqFBwJPn4VtavCxTtHkLRZu9B4q4uVk/zRa85ETInyrAu3oI1x8Il3cvd42nE3CP
RGopla8QWVqXYLhTqSBrWVZsFAyv4pBoYUrgN64tNkVcjGzJ+3qgu61wAeprqLA=
=d0++
-----END PGP SIGNATURE-----
diff -u tessa-0.3.1/debian/changelog tessa-0.3.1/debian/changelog
--- tessa-0.3.1/debian/changelog
+++ tessa-0.3.1/debian/changelog
@@ -1,3 +1,10 @@
+tessa (0.3.1-6.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Support hdf5 1.8.13 new packaging layout.
+
+ -- Gilles Filippini <[email protected]> Sat, 26 Jul 2014 19:17:56 +0200
+
tessa (0.3.1-6) unstable; urgency=low
* Whoops. Only use MPI on supported arches.
diff -u tessa-0.3.1/debian/rules tessa-0.3.1/debian/rules
--- tessa-0.3.1/debian/rules
+++ tessa-0.3.1/debian/rules
@@ -6,9 +6,15 @@
DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE)
DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE)
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+ HDF5_CPPFLAGS := -I/usr/include/hdf5/serial
+ HDF5_LDFLAGS := -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+endif
+
CONFIG_OPTS = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--cache-file=../config.cache --prefix=/usr \
- CPPFLAGS=-DH5_USE_16_API
+ CPPFLAGS="$(HDF5_CPPFLAGS) -DH5_USE_16_API" \
+ LDFLAGS="$(HDF5_LDFLAGS)"
clean:
dh_testdir
--- End Message ---
--- Begin Message ---
Source: tessa
Source-Version: 0.3.1-6.1
We believe that the bug you reported is fixed in the latest version of
tessa, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Gilles Filippini <[email protected]> (supplier of updated tessa 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 [email protected])
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Wed, 06 Aug 2014 18:59:14 +0200
Source: tessa
Binary: tessa tessa-mpi
Architecture: source amd64
Version: 0.3.1-6.1
Distribution: unstable
Urgency: medium
Maintainer: Josselin Mouette <[email protected]>
Changed-By: Gilles Filippini <[email protected]>
Description:
tessa - simulation of 3D optical systems with the FDTD method
tessa-mpi - simulation of 3D optical systems using FDTD on MPI clusters
Closes: 756700
Changes:
tessa (0.3.1-6.1) unstable; urgency=medium
.
* Non-maintainer upload.
* Support hdf5 1.8.13 new packaging layout (closes: #756700).
Checksums-Sha1:
4c8975677bbd8374494a1c2c578b516f4d8b441c 1426 tessa_0.3.1-6.1.dsc
466991c98d3c01e9fc9013b0bb6dc3ea26b9bad1 2868 tessa_0.3.1-6.1.diff.gz
88bb1b232d519ebb943515cff069ef930c8f537a 49488 tessa_0.3.1-6.1_amd64.deb
e14526bc84749845aeebcf85f2ea14d79fb9213e 39704 tessa-mpi_0.3.1-6.1_amd64.deb
Checksums-Sha256:
39c1b8e90b3a7b7647145db766e633253a739ea04dd704966bf3eda5f55b53b8 1426
tessa_0.3.1-6.1.dsc
5e1d09772731135611542c156356642e1c12702931aa2eeeccc4a66cd1d4c17d 2868
tessa_0.3.1-6.1.diff.gz
8b26f53c6e20da654e6386deb08ddeec40074afd27eab63d1a8c5f0524a84681 49488
tessa_0.3.1-6.1_amd64.deb
310cf37b1ad26247fb008b74027c3a67fe1f9296afded2ab6403a2d1e030651d 39704
tessa-mpi_0.3.1-6.1_amd64.deb
Files:
ca0272d194b1ea2d68b57c74ac5eb6cc 49488 science optional
tessa_0.3.1-6.1_amd64.deb
21624393a35415ade86e1bacbe0317fd 39704 science extra
tessa-mpi_0.3.1-6.1_amd64.deb
1087481a69c36698a00552eecc925dd1 1426 science optional tessa_0.3.1-6.1.dsc
76a9b307fb1cb4a8aeed274d3b31b158 2868 science optional tessa_0.3.1-6.1.diff.gz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQEcBAEBCAAGBQJT4mJoAAoJEO/obGx//s+DVacH/3sYwbCxQRnQmeNntw9JVkRI
Khr0RrNkhulcENlOQmpE8ah4emmSFUiq3WnJm/z5hdA2qPhECKg9fNOujzN3iiY/
fhWsQSL0+jzqVyeSu8dFsjt99SxlxzlUB4vEmcbix7ISMWI90f8sFyqb1WZnwKTu
DCNy1NY8TC/SFj60Vflg37/AHRZfQuzVJxQl6QaAXvmpOapu2IvzuM+KoKuL1583
hjUFXh4HMpAiedYc6S9/GlLfhZEUQ78KjPovf5St0zvqQOnCBqlemn81NB/wUCBe
6T85mtugHmFJCv+NIzV4Lv04x9KqE+p3seY+F4z9nQ0QcCJ5ahT7UpfbSRUunhE=
=Uc77
-----END PGP SIGNATURE-----
--- End Message ---