Your message dated Sun, 03 Aug 2014 13:04:18 +0000
with message-id <[email protected]>
and subject line Bug#756681: fixed in meep-mpich2 1.2.1-3
has caused the Debian Bug report #756681,
regarding meep-mpich2: [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.)
--
756681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756681
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: meep-mpich2
Version: 1.2.1-2
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
iQEcBAEBCAAGBQJT2sUKAAoJEO/obGx//s+DBooIAKIyky8cdAx0WInUML0rk9aS
P6pHxiJpu9jP7T4kTleboAC9HUGGQEO1DBKxnF8u/ZLisdh0jmfxVst3GKHx2WNQ
8dKKPT8JfZg28EpD/Wig628d8RO36xqZj43kcJ1+k/KalC2TpwKW43lnleENC6Il
D9IdO6qDZpniJADlKnaHwlwRyNaSayqjAs9WLOvxFj9Vh4pVEkp+YDCtpQ+WXDYS
5VunOv8ZOT8KuAMbcJPYJXdIIqoK3dVqr5VVlRMmAQu5LemClmE+jVl5hM23x9Pp
akJxbaYf4yul8s7QQZ+f5NX0cwJhbbioHgD7rA9SRFKsImwKfb1A2isF4B40ViE=
=VnwT
-----END PGP SIGNATURE-----
diff -Nru meep-mpich2-1.2.1/debian/changelog meep-mpich2-1.2.1/debian/changelog
--- meep-mpich2-1.2.1/debian/changelog 2014-05-25 19:25:30.000000000 +0200
+++ meep-mpich2-1.2.1/debian/changelog 2014-07-25 14:02:11.000000000 +0200
@@ -1,3 +1,10 @@
+meep-mpich2 (1.2.1-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Support hdf5 1.8.13 new packaging layout.
+
+ -- Gilles Filippini <[email protected]> Fri, 25 Jul 2014 14:02:11 +0200
+
meep-mpich2 (1.2.1-2) unstable; urgency=medium
* debian/control: add Conflicts: with old lib (Closes: #748660)
diff -Nru meep-mpich2-1.2.1/debian/rules meep-mpich2-1.2.1/debian/rules
--- meep-mpich2-1.2.1/debian/rules 2014-05-12 15:37:18.000000000 +0200
+++ meep-mpich2-1.2.1/debian/rules 2014-07-31 10:43:28.000000000 +0200
@@ -9,6 +9,11 @@
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/mpich/libhdf5.so),)
+ export DEB_CPPFLAGS_MAINT_APPEND := -I/usr/include/hdf5/mpich
+ export DEB_LDFLAGS_MAINT_APPEND := -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/mpich
+endif
+
CONFIGURE_FLAGS = --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) \
--prefix=/usr --mandir=\$${prefix}/share/man \
--infodir=\$${prefix}/share/info \
--- End Message ---
--- Begin Message ---
Source: meep-mpich2
Source-Version: 1.2.1-3
We believe that the bug you reported is fixed in the latest version of
meep-mpich2, 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.
Thorsten Alteholz <[email protected]> (supplier of updated meep-mpich2 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: SHA1
Format: 1.8
Date: Sun, 03 Aug 2014 14:30:00 +0200
Source: meep-mpich2
Binary: meep-mpich2 libmeep-mpich2-7 libmeep-mpich2-dev
Architecture: source i386
Version: 1.2.1-3
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Description:
libmeep-mpich2-7 - library for using parallel (OpenMPI) version of meep
libmeep-mpich2-dev - development library for using parallel (OpenMPI) version
of meep
meep-mpich2 - software package for FDTD simulation, parallel (OpenMPI) version
Closes: 756681
Changes:
meep-mpich2 (1.2.1-3) unstable; urgency=medium
.
* Support hdf5 1.8.13 new packaging layout. (Closes: #756681)
(patch by Gilles Filippini <[email protected]>)
Checksums-Sha1:
138582ace48740c07fe1aa8e829526794e2d2024 1471 meep-mpich2_1.2.1-3.dsc
1970c183aed60af4326bb51dea9c54e71e54b6d3 731272 meep-mpich2_1.2.1.orig.tar.gz
61a457c1d2b9c9921f62ddfc7294bedbeefed6b4 5532 meep-mpich2_1.2.1-3.debian.tar.xz
ea12a3377872489560296c756aca0e6a9efa83b0 171432 meep-mpich2_1.2.1-3_i386.deb
a3748053ed4288689630bcaefddd89c705ee8159 255066
libmeep-mpich2-7_1.2.1-3_i386.deb
9ec722c642d043f4c4b19228d0751998e4336bde 274988
libmeep-mpich2-dev_1.2.1-3_i386.deb
Checksums-Sha256:
af392b67f5e1b8f21f3a9e3c9a71cf9df0d1110e9408bc4445e55b4969e11463 1471
meep-mpich2_1.2.1-3.dsc
f1f0683e5688d231f7dd1863939677148fc27a6744c03510e030c85d6c518ea5 731272
meep-mpich2_1.2.1.orig.tar.gz
4fed5e1bfd03711c82925291f32f790343f0aa223b45bf9e5ee9d5a2c6c90f32 5532
meep-mpich2_1.2.1-3.debian.tar.xz
beb82a4f045b85d933eb94c720f5bc77a78a1e6bb16ece04c0e6497af0a6935a 171432
meep-mpich2_1.2.1-3_i386.deb
7e4e040cea065b450bd5db7964dc87cddb207efb7af29c00dfae318c5f9a6638 255066
libmeep-mpich2-7_1.2.1-3_i386.deb
ec3353dbfc70d4461dde691c577213e5c81fd8ddba5b947e41c7f1940ace357a 274988
libmeep-mpich2-dev_1.2.1-3_i386.deb
Files:
5d6ec6626962ccf8ec088412f9802548 171432 science optional
meep-mpich2_1.2.1-3_i386.deb
fb1945c8a759b5e9e0f37dac4fe4c393 255066 libs optional
libmeep-mpich2-7_1.2.1-3_i386.deb
f09d6c13072a4c9d68a0838552fbc0c5 274988 libdevel optional
libmeep-mpich2-dev_1.2.1-3_i386.deb
844450ab7f1cedd2923bfc8549571294 1471 science optional meep-mpich2_1.2.1-3.dsc
9be2e743c3a832ae922de9d955d016c5 731272 science optional
meep-mpich2_1.2.1.orig.tar.gz
2bdc7081b09cc371ef4d93a0441e4a66 5532 science optional
meep-mpich2_1.2.1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iEYEARECAAYFAlPeMfkACgkQ02K2KlS5mJDJdwCZATelGd4EJxURux46DViCX2sy
k2QAoIpt6kI6s5Mey9FPpmiSlkvCLNRf
=JIQF
-----END PGP SIGNATURE-----
--- End Message ---