Your message dated Mon, 11 Aug 2014 17:19:51 +0000
with message-id <[email protected]>
and subject line Bug#756678: fixed in med-fichier 3.0.6-5.1
has caused the Debian Bug report #756678,
regarding med-fichier: [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.)


-- 
756678: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756678
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: med-fichier
Version: 3.0.6-5
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

iQEcBAEBCAAGBQJT2sRvAAoJEO/obGx//s+DHP0H/2vq1Dz6xjG/3ulL9xxIpgIX
+ekyJ5b9mvBeLl0NIZfaPdTo5D9EzXQ0bQadSTuhjU0Y+tfCCvmbIPXpdiBSvYiW
8LMi/20MgJH9EjSmgm59TU34psORbY1h04tKIXPmbC94MUolRuA1Ii8wWRWBsRCj
xagiA0yPJlEWBAu9S0OClLfNNzTVKy5UVaZSxQlQxY3B5tnM2Cyk9vVt0sGdQz8E
WhibR/XBs0hEFE+6yfU6mubp5yksEWj3BTyN9ZRWjhsz4KpZEIyefxxyUpWexact
sevKPFtBLR2qVqj38r6X6tDaTgUPN1rozw0zSas5scWaMoLogjpnNB3BaiodTp4=
=v5qk
-----END PGP SIGNATURE-----
diff -Nru med-fichier-3.0.6/debian/changelog med-fichier-3.0.6/debian/changelog
--- med-fichier-3.0.6/debian/changelog	2014-05-04 10:38:13.000000000 +0200
+++ med-fichier-3.0.6/debian/changelog	2014-07-25 13:15:05.000000000 +0200
@@ -1,3 +1,10 @@
+med-fichier (3.0.6-5.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Support hdf5 1.8.13 new packaging layout.
+
+ -- Gilles Filippini <[email protected]>  Fri, 25 Jul 2014 13:15:05 +0200
+
 med-fichier (3.0.6-5) unstable; urgency=medium
 
   * [e70adff] Fix autotests.
diff -Nru med-fichier-3.0.6/debian/rules med-fichier-3.0.6/debian/rules
--- med-fichier-3.0.6/debian/rules	2014-04-24 23:49:28.000000000 +0200
+++ med-fichier-3.0.6/debian/rules	2014-07-31 10:28:57.000000000 +0200
@@ -2,8 +2,18 @@
 %:
 	dh $@  --parallel --with autoreconf
 
+# Which MPI implementation?
+# set ARCH_DEFAULT_MPI_IMPL
+include /usr/share/mpi-default-dev/debian_defaults
+
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/$(ARCH_DEFAULT_MPI_IMPL)/libhdf5.so),)
+  HDF5_CPPFLAGS := -I/usr/include/hdf5/$(ARCH_DEFAULT_MPI_IMPL) -DOMPI_SKIP_MPICXX=1 -DMPICH_SKIP_MPICXX=1
+  HDF5_LDFLAGS := -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/$(ARCH_DEFAULT_MPI_IMPL)
+endif
+
 export OMPI_MCA_orte_rsh_agent=/bin/false                #workaround to start MPI-applications in chroot
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
+export DEB_CPPFLAGS_MAINT_APPEND := -I/usr/include/$(ARCH_DEFAULT_MPI_IMPL) $(HDF5_CPPFLAGS)
+export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed $(HDF5_LDFLAGS)
 
 override_dh_auto_install:
 	dh_auto_install

--- End Message ---
--- Begin Message ---
Source: med-fichier
Source-Version: 3.0.6-5.1

We believe that the bug you reported is fixed in the latest version of
med-fichier, 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 med-fichier 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 17:56:12 +0200
Source: med-fichier
Binary: libmed-dev libmed-doc libmed-tools libmed1 libmedc-dev libmedc1 
libmedimport-dev libmedimport0
Architecture: source amd64 all
Version: 3.0.6-5.1
Distribution: unstable
Urgency: low
Maintainer: Debian Science Maintainers 
<[email protected]>
Changed-By: Gilles Filippini <[email protected]>
Description:
 libmed-dev - Development files for libmed
 libmed-doc - Documentation for the MED-fichier library
 libmed-tools - Runtime tools to handle MED files
 libmed1    - Library to exchange meshed data (Fortran version)
 libmedc-dev - Development files for libmedc
 libmedc1   - Library to exchange meshed data (C version)
 libmedimport-dev - Development files for libmedimport0
 libmedimport0 - Library to import old version files
Closes: 756678
Changes:
 med-fichier (3.0.6-5.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Support hdf5 1.8.13 new packaging layout (closes: #756678).
Checksums-Sha1:
 ac895c2eb80b53de69e5f037cfa9c9e922274bb2 2272 med-fichier_3.0.6-5.1.dsc
 7819810140c146a8bb9c81e73ec829bfe9296b41 9360 
med-fichier_3.0.6-5.1.debian.tar.xz
 df43391199de02d59909460e265ebc94d533b8de 433410 libmed-dev_3.0.6-5.1_amd64.deb
 f9a9f7f989af45aeeab50193085da9d8e3d24316 8068018 libmed-doc_3.0.6-5.1_all.deb
 8864d17b8b349c936adf0733a2368ea2d7ba7f7e 52250 libmed-tools_3.0.6-5.1_amd64.deb
 e1f584d5ec01a3be4e7d52c92f4a524ca12b74d5 398324 libmed1_3.0.6-5.1_amd64.deb
 389957ae3df07bd7dbef71db9a1d04f366c5c4e8 402138 libmedc-dev_3.0.6-5.1_amd64.deb
 6a36f4aa0e6d729beb802a994c1923940cb5f3ad 357720 libmedc1_3.0.6-5.1_amd64.deb
 6a7008beec2ca641b3f3b3c3ac080f0fcb77ccf9 129284 
libmedimport-dev_3.0.6-5.1_amd64.deb
 023bde1094115c20b0f6785fe3dfce0c579e2cd6 112282 
libmedimport0_3.0.6-5.1_amd64.deb
Checksums-Sha256:
 b5cf46da0eb2b6baedd45ddc0fa6291a187a82ba11f38b3cf4602e7c05b62a56 2272 
med-fichier_3.0.6-5.1.dsc
 29c38a000976c0ed77f3c5e87da02cd6045eecf835b7554009528bfd5e30ee56 9360 
med-fichier_3.0.6-5.1.debian.tar.xz
 c5cbc167c27452f7c504479215c596b229b7c0b5625e7bb28abdd474203a70ac 433410 
libmed-dev_3.0.6-5.1_amd64.deb
 893d387b9c77d5d763744137b4cdc0acef3405ddec707cb578f6a09cdabf718f 8068018 
libmed-doc_3.0.6-5.1_all.deb
 f194a85a37b9ac242f68ff0ec011b1b1c5d4a4c277c0f9cb78cc74fdb022cc9f 52250 
libmed-tools_3.0.6-5.1_amd64.deb
 edabed905fec36ce6118ffbc89a055d454d8d69d731dbd25c7a2c83443064fea 398324 
libmed1_3.0.6-5.1_amd64.deb
 4931a150c063dcb506bc360c7d59747c6092601b3724f47e6b5062b101b09834 402138 
libmedc-dev_3.0.6-5.1_amd64.deb
 53276c31f31618db0a28b69d383236279713accc8b699eccd2e5401c9412a60c 357720 
libmedc1_3.0.6-5.1_amd64.deb
 e69ce41bdc4133929d6b3a13aba4c2c8db7b1c053cfd9ec2f18396d3d8b54d74 129284 
libmedimport-dev_3.0.6-5.1_amd64.deb
 ce2a3ae83906e9f5d5701a3bca3788eb942498616f70b57776253f6bee203b80 112282 
libmedimport0_3.0.6-5.1_amd64.deb
Files:
 f4969b675e5eb7289886d9a77d55ed2a 433410 libdevel optional 
libmed-dev_3.0.6-5.1_amd64.deb
 28d1d8160feda0c1238d41585d7fba14 8068018 doc optional 
libmed-doc_3.0.6-5.1_all.deb
 255e42c26d096ac2d60e49cf3d324643 52250 science optional 
libmed-tools_3.0.6-5.1_amd64.deb
 fc77a43044ede4a20c54916a21cab540 398324 libs optional 
libmed1_3.0.6-5.1_amd64.deb
 53b4e13cbe96acb9fe731d5c595420a3 402138 libdevel optional 
libmedc-dev_3.0.6-5.1_amd64.deb
 e350eb99744abcb2d2beb0e06ecba131 357720 libs optional 
libmedc1_3.0.6-5.1_amd64.deb
 5850d0a67005f93e155e7f99c0b08131 129284 libdevel optional 
libmedimport-dev_3.0.6-5.1_amd64.deb
 1274492408a0547468e62eb4d14b86a1 112282 libs optional 
libmedimport0_3.0.6-5.1_amd64.deb
 b0e12507bda15273dc8329b7be17ad5b 2272 libs optional med-fichier_3.0.6-5.1.dsc
 42869906619d0290ce740ca1b23133aa 9360 libs optional 
med-fichier_3.0.6-5.1.debian.tar.xz

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

iQEcBAEBCAAGBQJT4l3AAAoJEO/obGx//s+DXVoH/Am7G0IkQhdB8bEcVYCM3cW6
i8rD/S+xOTj3CYBHKhUkyNHdx9LWx37Sp+rMZcs2hhbfg20Z/vo2yrFaRwXL/wbP
T2oxKzFgDYPlINtOrDu5DpYZziCBfJISKD18cpThl3T6I7jED+VVHQBRxoqKfkEL
A72UBbM3mBgOe4sYoAAWs1BITiBid/ummgNX0Qx3+iMR9PGJOQVlaRm4uq912Dw8
lWTJEQ6oPkKHxHWLYsdjCxnvg7Bq8cidWVGi3s7nJ/sVoZp0Pu0XWs3plHau4to8
e5iauCEWyBzelZ5kkqfQ7kr1OVBaoGvy6xEDQGv+b1nfSFR9+8HpAQJ+d8ecm70=
=odfC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to