Your message dated Sun, 03 Aug 2014 13:19:17 +0000
with message-id <[email protected]>
and subject line Bug#756683: fixed in meep-openmpi 1.2.1-2
has caused the Debian Bug report #756683,
regarding meep-openmpi: [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.)


-- 
756683: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756683
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: meep-openmpi
Version: 1.2.1-1
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

iQEcBAEBCAAGBQJT2sVgAAoJEO/obGx//s+DIewH/3aZLNrrM13Gw/qmM2EhyqyE
sFUywPVpYLx1YTetWIcev1I7ccHHstmYkFjsbDKsvYHC9cFEN3Z8Y6DXRE0t6XWp
zVHP870nerSvPNi1Z6AQ+pLA+WUCVLSdq8Pg1a7NMvU9jmlCWtNk7ed2qKWACE+I
HYQunQ6QtdjL+A72/GnmP0+oen4AjltKHLxoywce0wL7xG3RzthWzT0jdqB+qLvX
X70SLZGel1+jC7JBuz1yNQqXEEoRUI1Er2541nadJGGtkdBG0oV3RVruPVhJzOx+
QNOSNe+MnBxVyeLGNy/ITB4Hs0WBKuYUJff6cufd0MUQhyauZr94MHIaqMpmVRg=
=NhPM
-----END PGP SIGNATURE-----
diff -Nru meep-openmpi-1.2.1/debian/changelog meep-openmpi-1.2.1/debian/changelog
--- meep-openmpi-1.2.1/debian/changelog	2014-05-11 14:25:10.000000000 +0200
+++ meep-openmpi-1.2.1/debian/changelog	2014-07-25 14:11:39.000000000 +0200
@@ -1,3 +1,10 @@
+meep-openmpi (1.2.1-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Support hdf5 1.8.13 new packaging layout.
+
+ -- Gilles Filippini <[email protected]>  Fri, 25 Jul 2014 14:11:39 +0200
+
 meep-openmpi (1.2.1-1) unstable; urgency=medium
 
   * new upstream version
diff -Nru meep-openmpi-1.2.1/debian/rules meep-openmpi-1.2.1/debian/rules
--- meep-openmpi-1.2.1/debian/rules	2014-05-12 14:05:16.000000000 +0200
+++ meep-openmpi-1.2.1/debian/rules	2014-07-31 10:47:53.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/openmpi/libhdf5.so),)
+  export DEB_CPPFLAGS_MAINT_APPEND := -I/usr/include/hdf5/openmpi
+  export DEB_LDFLAGS_MAINT_APPEND := -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/openmpi
+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-openmpi
Source-Version: 1.2.1-2

We believe that the bug you reported is fixed in the latest version of
meep-openmpi, 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-openmpi 
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-openmpi
Binary: meep-openmpi libmeep-openmpi7 libmeep-openmpi-dev
Architecture: source i386
Version: 1.2.1-2
Distribution: unstable
Urgency: medium
Maintainer: Thorsten Alteholz <[email protected]>
Changed-By: Thorsten Alteholz <[email protected]>
Description:
 libmeep-openmpi-dev - development library for using parallel (OpenMPI) version 
of meep
 libmeep-openmpi7 - library for using parallel (OpenMPI) version of meep
 meep-openmpi - software package for FDTD simulation, parallel (OpenMPI) version
Closes: 756683
Changes:
 meep-openmpi (1.2.1-2) unstable; urgency=medium
 .
   * Support hdf5 1.8.13 new packaging layout. (Closes: #756683)
     (patch by Gilles Filippini <[email protected]>)
Checksums-Sha1:
 9ce2a71ef43f368ad305a7daf6e9264d4ea1b6fb 1463 meep-openmpi_1.2.1-2.dsc
 1970c183aed60af4326bb51dea9c54e71e54b6d3 731272 meep-openmpi_1.2.1.orig.tar.gz
 f1a9e6a005370dccf60dbe9a5f7f10aabe619c77 6972 
meep-openmpi_1.2.1-2.debian.tar.xz
 b8c4d609de5e00821a5f6f8c1f9c342d63919b8e 173192 meep-openmpi_1.2.1-2_i386.deb
 e2f8aad4988112952e0e3b84109582db054cdbee 269912 
libmeep-openmpi7_1.2.1-2_i386.deb
 5038b1603dc0885fb6b2b8f8baeaca72b2fc6d51 292534 
libmeep-openmpi-dev_1.2.1-2_i386.deb
Checksums-Sha256:
 56d2303b9d7346c1e0452a9b7082f273b092f3473f53423b6adb93f8d86e82f2 1463 
meep-openmpi_1.2.1-2.dsc
 f1f0683e5688d231f7dd1863939677148fc27a6744c03510e030c85d6c518ea5 731272 
meep-openmpi_1.2.1.orig.tar.gz
 d338e4c446da6333126ea9a4d5dfb2e186f8583d727aca031e46c3866846ae33 6972 
meep-openmpi_1.2.1-2.debian.tar.xz
 65d6acc5e673eeefd261456cccff4e1cede259a5bebac0e33d89d34b7ff12a8f 173192 
meep-openmpi_1.2.1-2_i386.deb
 b9c2121e630aa91879cdd07d568b3696befa6c8eee1fd9443a762035aa08df4a 269912 
libmeep-openmpi7_1.2.1-2_i386.deb
 0ae40348834b9c9037328e1361ec8d5d800bb9807f9b85771383467466a913e7 292534 
libmeep-openmpi-dev_1.2.1-2_i386.deb
Files:
 2f06c354dc354a2acb0e3219a845ebc6 173192 science optional 
meep-openmpi_1.2.1-2_i386.deb
 bed9349c1beecbbebbd3637d2af6d0a5 269912 libs optional 
libmeep-openmpi7_1.2.1-2_i386.deb
 cb499b99c0fc1f3962c6ee5ce853a66b 292534 libdevel optional 
libmeep-openmpi-dev_1.2.1-2_i386.deb
 79bcd7f661f17c43560ae6c31b6dd5ac 1463 science optional meep-openmpi_1.2.1-2.dsc
 9be2e743c3a832ae922de9d955d016c5 731272 science optional 
meep-openmpi_1.2.1.orig.tar.gz
 0d980c8bdaac54ad885400f35138b77d 6972 science optional 
meep-openmpi_1.2.1-2.debian.tar.xz

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

iEYEARECAAYFAlPeNHkACgkQ02K2KlS5mJBRLACghutHKB3PzXDkWpOBHtr3A4Yy
RsYAoILJnD9D9OZ6ZZb/DcuwopmneCdf
=La/F
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to