Your message dated Sat, 02 Aug 2014 09:41:49 +0000
with message-id <e1xdvoz-0000ys...@franck.debian.org>
and subject line Bug#756702: fixed in xmds2 2.2.0+dfsg1-3
has caused the Debian Bug report #756702,
regarding xmds2: [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 ow...@bugs.debian.org
immediately.)
--
756702: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756702
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: xmds2
Version: 2.2.0+dfsg1-2
Severity: important
Tags: patch
User: p...@debian.org
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
iQEcBAEBCAAGBQJT2sk7AAoJEO/obGx//s+Do2UH/1CdVUd2SVp5wxwzLsxa1P9O
LeeNMaO9jjK5Qjn6BYHU2zKm4iYKPbBGw9LatPs752YtMQ/+M9FmZOSrUeL+SZgB
zQfHSvughvotFJvhU3o9VTAt7qKvadYPAmV9fga19zTXp3PUvnNvDmpWHEy788vU
fmHLu0zIIFstu0AEYLWkWuAm7y4B7pxCXyQ4kotsmovjaWmk9EhiMAGd57ubUgpI
UXfqmnNoQuE0+ISM1iKtthudwKC+EfRylt5fQcC2BPqv3VKz6HZdbSYNtaRzvQXM
qelgIW1enCPNpia6cA5C+xhnBQwyF3bRdzTsH1FkyP1M5qIk3AFoFJP4S1E32ck=
=rvKb
-----END PGP SIGNATURE-----
diff -Nru xmds2-2.2.0+dfsg1/debian/changelog xmds2-2.2.0+dfsg1/debian/changelog
--- xmds2-2.2.0+dfsg1/debian/changelog 2014-04-09 20:04:41.000000000 +0200
+++ xmds2-2.2.0+dfsg1/debian/changelog 2014-07-26 20:14:09.000000000 +0200
@@ -1,3 +1,10 @@
+xmds2 (2.2.0+dfsg1-2.1) unstable; urgency=low
+
+ * Non-maintainer upload.
+ * Support hdf5 1.8.13 new packaging layout.
+
+ -- Gilles Filippini <p...@debian.org> Sat, 26 Jul 2014 20:14:09 +0200
+
xmds2 (2.2.0+dfsg1-2) unstable; urgency=medium
* Team upload.
diff -Nru xmds2-2.2.0+dfsg1/debian/rules xmds2-2.2.0+dfsg1/debian/rules
--- xmds2-2.2.0+dfsg1/debian/rules 2014-04-09 20:04:01.000000000 +0200
+++ xmds2-2.2.0+dfsg1/debian/rules 2014-07-31 18:57:05.000000000 +0200
@@ -3,6 +3,11 @@
XMDS_USER_DATA = $(CURDIR)/debian/xmds-user-data
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+ HDF5_PATHS := --include-path=/usr/include/hdf5/serial \
+ --lib-path=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+endif
+
#DH_VERBOSE=1
%:
@@ -19,7 +24,7 @@
export OMPI_MCA_plm_rsh_agent=/bin/false ; \
mkdir bin-test ; \
install -m 755 bin/* bin-test ; \
- xmds2 --reconfigure ; \
+ xmds2 --reconfigure $(HDF5_PATHS) ; \
./run_tests.py ; \
cd ./examples ; \
xmds2 lorenz.xmds ; \
--- End Message ---
--- Begin Message ---
Source: xmds2
Source-Version: 2.2.0+dfsg1-3
We believe that the bug you reported is fixed in the latest version of
xmds2, 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 756...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.
Debian distribution maintenance software
pp.
Rafael Laboissiere <raf...@laboissiere.net> (supplier of updated xmds2 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 ftpmas...@ftp-master.debian.org)
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
Format: 1.8
Date: Sat, 02 Aug 2014 10:17:24 +0200
Source: xmds2
Binary: xmds2 xmds2-doc
Architecture: source all
Version: 2.2.0+dfsg1-3
Distribution: unstable
Urgency: medium
Maintainer: Debian Science Team
<debian-science-maintainers@lists.alioth.debian.org>
Changed-By: Rafael Laboissiere <raf...@laboissiere.net>
Description:
xmds2 - eXtensible Multi-Dimensional Simulator
xmds2-doc - documentation for the eXtensible Multi-Dimensional Simulator
Closes: 756702
Changes:
xmds2 (2.2.0+dfsg1-3) unstable; urgency=medium
.
* Support hdf5 1.8.13 new packaging layout.
Thanks to Gilles Filippini for the patch (Closes: 756702)
Checksums-Sha1:
ece6a3ea9fec8adb374693a02c794083c4ea7cfa 2245 xmds2_2.2.0+dfsg1-3.dsc
d60e64055031b3ba24f072e3214ceddc61540d91 8060 xmds2_2.2.0+dfsg1-3.debian.tar.xz
2fcfee88c94062cf8518fdbbb13f4b2f84620ebd 490752 xmds2_2.2.0+dfsg1-3_all.deb
8be1244852d5d6aef72d1c1500cc9f29fa6db926 8137420
xmds2-doc_2.2.0+dfsg1-3_all.deb
Checksums-Sha256:
6d722df816f74c95bd4e454f5f68fd518562c78c252db8b0781d7c6a519ddcc4 2245
xmds2_2.2.0+dfsg1-3.dsc
7cd034f50a7ec54bab50c65a086f1e7e469129d1312ef3ce99ba95adbf05307d 8060
xmds2_2.2.0+dfsg1-3.debian.tar.xz
0c727698445316bc9437cc6efce5663f7f8c0e3cfb9edfcabc3c831740a7cae2 490752
xmds2_2.2.0+dfsg1-3_all.deb
420194c16bf9e83f5adaf34a3db9673c85b56d006969a3e24d4e70511631c048 8137420
xmds2-doc_2.2.0+dfsg1-3_all.deb
Files:
3a7435e31c9d229e516193538e7366ca 490752 science optional
xmds2_2.2.0+dfsg1-3_all.deb
4749086af69b8db37c66eda72c9cdfd9 8137420 doc optional
xmds2-doc_2.2.0+dfsg1-3_all.deb
6679043b84b332cc3889900d6042e382 2245 science optional xmds2_2.2.0+dfsg1-3.dsc
ea5cef4620c5b5d1a0c16490298a9e1e 8060 science optional
xmds2_2.2.0+dfsg1-3.debian.tar.xz
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJT3KFLAAoJECzs6TUOzr5KDeQP/0tY+G32rub+Td6Lj9DSMnO8
hqIofd544t87SiXP18PkjEMlyL8fOwp6RtJWAkFLJiy5GUNcvb4qD+P7+pxTeEhe
MmowePBbbie1h8XQXhKbZIoZ3WKRAW2Baf4YG4MNww90lWR+f0etMgHbXW81pZwf
GXNjxQEPLMw6f9gvlen1q73OWyklhRtrX3c94UZ35mDiGQAgKtfxCaQM03SrIpPe
fy2j3oXG43o2tiaY3zymE/1A0VQfML2nOTZBPiOy1xVPMysgrOobpXbtTuLK6TLN
+WzR55fH+RwMXcaNZHpMNW1JI4D5ugKEr5YEoRWJYdfA81welk+gUepptlojC9OW
4H/kPyksFKMXmuGmwmWn3XQtLZ9kevMmEt+/4nrDVzlM7cK+ZhvNDkndkbLNpBlw
InFQKeEjS1ZrKIXxyytMYShJLI4knWr/u5cAoCSL3nuDAJEyVzijbYkimrGYIa89
25tbJQRSuUJCBliitTdNhNZ8ROwwDHzuCmGytnQAlQFwX23AIi6lDeiW21QkggLh
oj8xeVSOkIAifXczops3pH+JJfsbdMSpjl7v77ZdSf4WxPFblmsGrX34d2jpG/hM
GZjOlvI5oMQpILatXYxScE0AQmgW2EkGdBFa5qlmnVcF0LJ73jBBNoKCGBz/6PLm
wlsURWJpeYy2i5nuuR+q
=F8zL
-----END PGP SIGNATURE-----
--- End Message ---
--
debian-science-maintainers mailing list
debian-science-maintainers@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-science-maintainers