Your message dated Mon, 11 Aug 2014 21:49:21 +0000
with message-id <[email protected]>
and subject line Bug#756647: fixed in adios 1.7.0-2.1
has caused the Debian Bug report #756647,
regarding adios: [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.)


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

iQEcBAEBCAAGBQJT2otNAAoJEO/obGx//s+DyMsH/A1lYmiuoxsVSiFOiSejWhU2
Otsy6i5EXMzGRZEQSyNWOsCSE6sdWGVPZQT0aqPBRiaYWS/cip5cR/dWn4wcbu2I
thQVlPmdabqUtcvOs5QYjuMy2V9igDtsOHzzqKLlLROmolqnuoNSVrPHP/9G/6wI
a5T3pi7cEDlFUk2TjJTq0A0Ga+X/Fo3gYuQN6irv76wQeQx7iFkfNwSDh6zYaZbL
vntwyfNQq/BvHgfzMXfkHu78AfFPIYJffTueaB438st4+OTxKMEc8y1zfgl9w/Q3
ruXAOjS8PMNY8NInUa7e9scbUGFvrYUKQHS7Ngr2k/r3gOJDVw95RY9XTgre3Nc=
=HONl
-----END PGP SIGNATURE-----
diff -Nru adios-1.7.0/debian/changelog adios-1.7.0/debian/changelog
--- adios-1.7.0/debian/changelog	2014-06-17 17:32:39.000000000 +0200
+++ adios-1.7.0/debian/changelog	2014-07-24 13:17:00.000000000 +0200
@@ -1,3 +1,10 @@
+adios (1.7.0-2.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Support hdf5 1.8.13 new packaging layout
+
+ -- Gilles Filippini <[email protected]>  Thu, 24 Jul 2014 13:16:55 +0200
+
 adios (1.7.0-2) unstable; urgency=medium
 
   * PATH not inherited correctly. export it.
diff -Nru adios-1.7.0/debian/rules adios-1.7.0/debian/rules
--- adios-1.7.0/debian/rules	2014-06-17 17:32:39.000000000 +0200
+++ adios-1.7.0/debian/rules	2014-07-31 09:08:20.000000000 +0200
@@ -48,6 +48,11 @@
 ifeq ($(ARCH),kfreebsd-i386)
   WITH_IBVERBS:=
 endif
+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=/usr
+endif
 
 DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
 
@@ -74,7 +79,7 @@
 
 override_dh_auto_configure:
 	dh_auto_configure --  $(WITH_LUSTRE) $(WITH_IBVERBS) --enable-shared \
-		--with-hdf5=/usr --with-bzip2=/usr  --with-zlib=/usr \
+		$(WITH_HDF5) --with-bzip2=/usr  --with-zlib=/usr \
 		--prefix=$(DESTDIR) MPIFC=mpif77 CC=$(CC) # CFLAGS='-fPIC'
 
 override_dh_auto_build:

--- End Message ---
--- Begin Message ---
Source: adios
Source-Version: 1.7.0-2.1

We believe that the bug you reported is fixed in the latest version of
adios, 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 adios 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 19:17:45 +0200
Source: adios
Binary: libadios-dev libadios-bin python-adios python3-adios
Architecture: source amd64
Version: 1.7.0-2.1
Distribution: unstable
Urgency: medium
Maintainer: Alastair McKinstry <[email protected]>
Changed-By: Gilles Filippini <[email protected]>
Description:
 libadios-bin - ADIOS Adaptable IO system for simulations - binaries
 libadios-dev - ADIOS Adaptable IO system for simulations
 python-adios - Python interace to the ADIOS IO system
 python3-adios - Python3 interace to the ADIOS IO system
Closes: 756647
Changes:
 adios (1.7.0-2.1) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Support hdf5 1.8.13 new packaging layout (closes: #756647).
Checksums-Sha1:
 0fe3e339a77d6b461cc07bad3b21827802972269 1852 adios_1.7.0-2.1.dsc
 8c40b10c86882f7c808ca05a2bc634723aa8caf7 16396 adios_1.7.0-2.1.debian.tar.xz
 c04da303defafbc9c5bf86594c5986a9841c535c 8660640 
libadios-dev_1.7.0-2.1_amd64.deb
 69770b517c24bc4895ce842d49dd368b57a95a9e 327428 
libadios-bin_1.7.0-2.1_amd64.deb
 e657ba3a0d913eb03c45fe19d1e63cfa388634c4 294674 
python-adios_1.7.0-2.1_amd64.deb
 b3f9ffc7d1b7a99b22cd7eae1527028d75d5c04b 290392 
python3-adios_1.7.0-2.1_amd64.deb
Checksums-Sha256:
 a79ca35fe82fde66630a1bb16914c57bf9d951f2e613c1a8abdfa431df08243b 1852 
adios_1.7.0-2.1.dsc
 8378f14042f03cb64f255a535629094ab18bec2871f976cf4347a4ff3fd3808c 16396 
adios_1.7.0-2.1.debian.tar.xz
 bb47218f7ef8de887e85a9f2554a9888d2bcde6dda2720d47d4e7f83ff8a86d6 8660640 
libadios-dev_1.7.0-2.1_amd64.deb
 4b764d99a1d43ee72169eacdc988eef425818a1bb906d1133ed299fa69e87544 327428 
libadios-bin_1.7.0-2.1_amd64.deb
 559fcd120711635d8e5719b8b1964beaa3f72e04213d5393250fd6d2638d8797 294674 
python-adios_1.7.0-2.1_amd64.deb
 941fed14eb26263bb6a82184931b11ea5c6d20bc2891442316aaf4d488a2e63b 290392 
python3-adios_1.7.0-2.1_amd64.deb
Files:
 11f567ca537476f821874a911b413345 8660640 libdevel optional 
libadios-dev_1.7.0-2.1_amd64.deb
 d3e635cee3d1dac640462bcd5cabd140 327428 science optional 
libadios-bin_1.7.0-2.1_amd64.deb
 484a9447883bbb5dcdeca934c5ade0c4 294674 python optional 
python-adios_1.7.0-2.1_amd64.deb
 0f6643063b9b64931d16bee74e66198e 290392 python optional 
python3-adios_1.7.0-2.1_amd64.deb
 ccd7bb08125aebbae66ecdcce5bad1dc 1852 science optional adios_1.7.0-2.1.dsc
 b613d34f159af42c525ba2ab32d2bc06 16396 science optional 
adios_1.7.0-2.1.debian.tar.xz

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

iQEcBAEBCAAGBQJT4mfpAAoJEO/obGx//s+Dk8kH/Ra0ZZs2VFCXetKzQPPbT8y+
MghRkBVTSMbjgpAppDB3pYUkw+oyY6jat5B/P+TU57a5SRJcBGMvPioXKsBdKfQU
l7aAYuRhug/10LCqcb4n5jpdvikmJY1YbjBUcvSdhYaMLHROFrkKcRpdUAMsiLVC
Pc/KQLsHsmvXU9JpTI6pVXZe9PY4kzE7q8bxpQI8Vl9tcu5vphnzpnnGn3Ws0fPT
yZMVCkyo0LjUQcQlvqLtPoueCMhxEf1+/2PsTStDArGPSV4IkaFRUgaEAwYlUufm
4mGnB75ziKaKXS0Cu2/C67dqbyW4aJoiGksDAGGn5i2gTZpNceHW1NTIsXSDqEo=
=uOvC
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to