Your message dated Thu, 31 Jul 2014 23:34:40 +0000
with message-id <[email protected]>
and subject line Bug#756688: fixed in nexus 4.3.2-svn1921-2
has caused the Debian Bug report #756688,
regarding nexus: [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.)
--
756688: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756688
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: nexus
Version: 4.3.2-svn1921-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
iQEcBAEBCAAGBQJT2sa4AAoJEO/obGx//s+D/s4H/iRRgdl0cyyiB0QIsi6To/Lz
ioXdBzl4yA4OGtBIHbmppYAjAbb0gqtpvEfRcHyVnfzAJ+7v+hc4F4iAd53J6ZlN
0JwgiG6MUjTRnuUHcCBjy4xWzTLQ8pnXb08r5Ql/L75X2siILMM8fKFjcGjaGmNE
C8Zh1LFKhuK/S2J4MkVjEJ/dnfRToKvQJB3UntltTl20wq5qTRuELa9IiTNi/rXg
h0yeaAoXg2IzBavyHK+02GXBN5O2um4lfns36v2WksidmWVgXnwFBoDOJBrcMkNI
OnGjkuO1gUOmGJktHGUEiE7pvZ3HjSc0y/sn2jYuDzx7+q7PvCmyDD+Sj6SVXQQ=
=Pw8U
-----END PGP SIGNATURE-----
diff -Nru nexus-4.3.2-svn1921/debian/changelog nexus-4.3.2-svn1921/debian/changelog
--- nexus-4.3.2-svn1921/debian/changelog 2014-04-16 22:08:23.000000000 +0200
+++ nexus-4.3.2-svn1921/debian/changelog 2014-07-25 14:50:53.000000000 +0200
@@ -1,3 +1,10 @@
+nexus (4.3.2-svn1921-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:35:37 +0200
+
nexus (4.3.2-svn1921-1) unstable; urgency=low
* disginguish between static and dynamic linking, fix
diff -Nru nexus-4.3.2-svn1921/debian/rules nexus-4.3.2-svn1921/debian/rules
--- nexus-4.3.2-svn1921/debian/rules 2014-04-16 22:00:58.000000000 +0200
+++ nexus-4.3.2-svn1921/debian/rules 2014-07-31 11:11:55.000000000 +0200
@@ -19,6 +19,12 @@
CXXFLAGS:=$(shell dpkg-buildflags --get CXXFLAGS)
LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+ HDF5_DIR := /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+else
+ HDF5_DIR := /usr
+endif
+
# shared library versions, option 1
#version=2.0.5
#major=2
@@ -41,7 +47,7 @@
ifneq "$(wildcard /usr/share/misc/config.guess)" ""
cp -f /usr/share/misc/config.guess config.guess
endif
- ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-hdf5=/usr CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS) -Wl,-z,defs" CPPFLAGS="$(CPPFLAGS)" CXXFLAGS="$(CXXFLAGS)" --with-java-home=/usr/lib/jvm/default-java --with-python=/usr JAVACFLAGS="-source 1.5 -target 1.5"
+ ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --with-hdf5=$(HDF5_DIR) CFLAGS="$(CFLAGS)" LDFLAGS="$(LDFLAGS) -Wl,-z,defs" CPPFLAGS="$(CPPFLAGS)" CXXFLAGS="$(CXXFLAGS)" --with-java-home=/usr/lib/jvm/default-java --with-python=/usr JAVACFLAGS="-source 1.5 -target 1.5"
sed < libtool > libtool-2 -e 's/^hardcode_libdir_flag_spec.*$$/hardcode_libdir_flag_spec=" -D__LIBTOOL_IS_A_FOOL__ "/' -e '/^archive_cmds="/s/"$$/ \\$$deplibs"/'
mv libtool-2 libtool
chmod 755 libtool
@@ -57,11 +63,11 @@
$(MAKE)
touch $@
-clean: config.status
+clean:
dh_testdir
dh_testroot
rm -f build-stamp
- $(MAKE) maintainer-clean
+ -$(MAKE) maintainer-clean
rm -f config.sub config.guess
rm -fr config || true
rm -fr .pc || true
--- End Message ---
--- Begin Message ---
Source: nexus
Source-Version: 4.3.2-svn1921-2
We believe that the bug you reported is fixed in the latest version of
nexus, 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.
Tobias Stefan Richter <[email protected]> (supplier of updated nexus 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: Fri, 1 Aug 2014 00:21:53 +0100
Source: nexus
Binary: libnexus0 libnexus0-dev libnexus0-java python-nxs nexus-tools
Architecture: source all amd64
Version: 4.3.2-svn1921-2
Distribution: unstable
Urgency: low
Maintainer: Tobias Stefan Richter <[email protected]>
Changed-By: Tobias Stefan Richter <[email protected]>
Description:
libnexus0 - NeXus scientific data file format - runtime libraries
libnexus0-dev - NeXus scientific data file format - development libraries
libnexus0-java - NeXus scientific data file format - java libraries
nexus-tools - NeXus scientific data file format - applications
python-nxs - NeXus scientific data file format - python binding
Closes: 756688
Changes:
nexus (4.3.2-svn1921-2) unstable; urgency=low
.
* Support hdf5 1.8.13 new packaging layout.
Patch by Gilles Filippini <[email protected]>
(Closes: #756688)
Checksums-Sha1:
c516fb761427c353a849c2d20fe1aa982bf1c170 2051 nexus_4.3.2-svn1921-2.dsc
caedf0f453f1be50d6828ebf66619be304292e57 7352
nexus_4.3.2-svn1921-2.debian.tar.xz
d1f5de5cbdce1940934df2e63b487dcac73a744b 44154
python-nxs_4.3.2-svn1921-2_all.deb
2f818fe9d855258a32bf1564972bf1ec2c6cc7e5 95840
libnexus0_4.3.2-svn1921-2_amd64.deb
c165caefbd2d3abb3cbbaffcee66471b0d607433 126836
libnexus0-dev_4.3.2-svn1921-2_amd64.deb
d571264c3bf77aed610568abddc4071babd3b7da 37058
libnexus0-java_4.3.2-svn1921-2_amd64.deb
9057e63861b5f4d443d10fe274e7ba95d832d725 410230
nexus-tools_4.3.2-svn1921-2_amd64.deb
Checksums-Sha256:
76a45c6300678f837993d029a6b62ec94ee2f734745d072ceb844e5454ccd9dc 2051
nexus_4.3.2-svn1921-2.dsc
9cf050e091f4c81c127e4a777958300abcc8106efc5661b0a9788eec0cab296e 7352
nexus_4.3.2-svn1921-2.debian.tar.xz
a49282dbd3acce659ff0cef40471aecf96bcbd0166651e9e4d923375dd7da260 44154
python-nxs_4.3.2-svn1921-2_all.deb
023725da88b464560762eef6b64a96234cc1b9a4e98e952fd93b3db9ecc33232 95840
libnexus0_4.3.2-svn1921-2_amd64.deb
69d74d5283ba57701eb065dea5d7da1a0237b9fe2536181ac48f8e17a8fe8549 126836
libnexus0-dev_4.3.2-svn1921-2_amd64.deb
b9ba3955f87bdbd2f26eaf4e9e85aa42c955d22404ed6e7436e13e760694011b 37058
libnexus0-java_4.3.2-svn1921-2_amd64.deb
acce2a22c08953eb5c517bd536a21449392a498e0c0dd9a0384854b93faa7b89 410230
nexus-tools_4.3.2-svn1921-2_amd64.deb
Files:
fc5da8f38b480d708ca2ac4d15f37412 2051 libs extra nexus_4.3.2-svn1921-2.dsc
750a814a3342fbd147f56adb4447e7d4 7352 libs extra
nexus_4.3.2-svn1921-2.debian.tar.xz
d4df3f17c3a199b7a0c98c4c40631f23 44154 python extra
python-nxs_4.3.2-svn1921-2_all.deb
a70bed8471105fd8b2bf718552587ff5 95840 libs extra
libnexus0_4.3.2-svn1921-2_amd64.deb
3692f7326dcd035c8478a2582e4828f3 126836 libdevel extra
libnexus0-dev_4.3.2-svn1921-2_amd64.deb
5fa3530143e002ec7419d5157bec9e19 37058 java extra
libnexus0-java_4.3.2-svn1921-2_amd64.deb
11584456b14cf9b87b2b15aef25e9ca0 410230 science extra
nexus-tools_4.3.2-svn1921-2_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQIcBAEBCAAGBQJT2s6FAAoJEMG808cqootrQrgP/jmWgGss9ngCzd1zl4iedVjn
AuWeOaR9rS9CBwN+1YCxqpBgwj/msr3itCanUKArG7c3GEPkN2dAUQp/DUqQIT5h
1vgNbhtuT7XYeYtVO/jxbO+8pqTNfyYwBpFelTFCkZksHIvyGMwvNpTE6hzzD9U2
O2FIoGneBn8NhuqtW18Ppy5VNtGfnZqCk+lZDGS+JOtuWXDICAW4eiDqY774T9vI
HfTuVXGOucmBKD+anmcDbh12vY9Mbv/WtRuy5A4xPCxJ8JzR1cs9S1E1g3TWXyDu
wsdTMHfzE08MhJzBSoUKkD08VJckKpnpCqC3/uC5+j92lcCuhK06BI/n1WY0+GfN
6KTnFqMhUobP6DzdSbT8PBZGPJjOF/Gpi78P6JDyP0FZOdj2Hc7VbH73Hi3bN0hk
aOhbCv8w+NHs+wxYGdsdofmrPxYHXw4woS1t8p0Wsd6ZEZDpw1K6f0QgU8DMBTEE
VvcZQBB4U1cPqPgU9up9jOZL0NBlyrdEtEUUfBc5voPzJwUYZOUiB2Ra09/o6J8y
iRCz5uTYicf8hdD8Ta0/s9mkD7kQhM5KQXSuRVAJkOCwcEgZImhMWLi9MNqk8XCy
g5Td9kTWkZaKSjsCFWCkFDEZgfdneak7mlBB2WQpOyyKsHzSkMvxvPUBbBbcgJ52
SJezSyVNUmli8p/nOP/c
=sOS5
-----END PGP SIGNATURE-----
--- End Message ---