[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#756677: marked as done (libvigraimpex: [hdf5 transition] please support hdf5 1.8.13 new packaging layout)



Your message dated Sat, 02 Aug 2014 13:35:41 +0000
with message-id <E1XDZTJ-0003uo-O7@franck.debian.org>
and subject line Bug#756677: fixed in libvigraimpex 1.10.0+dfsg-7
has caused the Debian Bug report #756677,
regarding libvigraimpex: [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 owner@bugs.debian.org
immediately.)


-- 
756677: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756677
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Source: libvigraimpex
Version: 1.9.0+dfsg-8
Severity: important
Tags: patch
User: pini@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

iQEcBAEBCAAGBQJT2sQYAAoJEO/obGx//s+DyQIIAJMHna2NKnDf/EfJxIKB4c3d
G8S1+p5jeKbRcLShXFrHfrw597IuYb21+dVKZCC/krerpSY+an846P6Oa4nZC43H
XF9Ryko0/KtaX3DBfRer5HI0Q2bvIIOGZkBjUMA8zmNP7IUo+t9NSioKnJ106ASm
62iN1v2FIa+kro2XN0fH9D9uvlGE3ssPMAo327pvcXdp7YcqlppsmqDXF50N7VX3
vOnNU+fY9hyGXfuF29EPLuWWjhjEgQFwam3Zh8YjssXbSLsP3FowIS9DDUBlW3P/
F1VQDzFceqEhtMFEJfZt4MFlL/8E19C8P6Rv0yjZSqbuHUJ/fWaGtLhfwA+SSos=
=8mXE
-----END PGP SIGNATURE-----
diff -Nru libvigraimpex-1.9.0+dfsg/debian/changelog libvigraimpex-1.9.0+dfsg/debian/changelog
--- libvigraimpex-1.9.0+dfsg/debian/changelog	2014-07-25 12:40:52.000000000 +0200
+++ libvigraimpex-1.9.0+dfsg/debian/changelog	2014-07-25 13:10:56.000000000 +0200
@@ -1,3 +1,9 @@
+libvigraimpex (1.9.0+dfsg-9) unstable; urgency=low
+
+  * Support hdf5 1.8.13 new packaging layout.
+
+ -- Gilles Filippini <pini@debian.org>  Fri, 25 Jul 2014 13:10:56 +0200
+
 libvigraimpex (1.9.0+dfsg-8) unstable; urgency=medium
 
   * QA upload.
diff -Nru libvigraimpex-1.9.0+dfsg/debian/rules libvigraimpex-1.9.0+dfsg/debian/rules
--- libvigraimpex-1.9.0+dfsg/debian/rules	2014-07-25 12:40:44.000000000 +0200
+++ libvigraimpex-1.9.0+dfsg/debian/rules	2014-07-31 10:25:10.000000000 +0200
@@ -25,6 +25,11 @@
 current_version = $(shell cd $(here) && dpkg-parsechangelog | sed -n -r -e "/Version: (.*)/ { s//\1/p; q; }")
 upstream_version = $(firstword $(subst -,$(space),$(current_version)))
 
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+  export CMAKE_INCLUDE_PATH=/usr/include/hdf5/serial
+  export CMAKE_LIBRARY_PATH=/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+endif
+
 cmake_options = \
     -DCMAKE_INSTALL_PREFIX=/usr \
     -DCMAKE_VERBOSE_MAKEFILE=ON \

--- End Message ---
--- Begin Message ---
Source: libvigraimpex
Source-Version: 1.10.0+dfsg-7

We believe that the bug you reported is fixed in the latest version of
libvigraimpex, 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 756677@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Andreas Metzler <ametzler@debian.org> (supplier of updated libvigraimpex 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 ftpmaster@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Sat, 02 Aug 2014 14:31:14 +0200
Source: libvigraimpex
Binary: libvigraimpex-dev libvigraimpex5 libvigraimpex-doc python-vigra python-vigra-doc
Architecture: source i386 all
Version: 1.10.0+dfsg-7
Distribution: experimental
Urgency: medium
Maintainer: Debian QA Group <packages@qa.debian.org>
Changed-By: Andreas Metzler <ametzler@debian.org>
Description:
 libvigraimpex-dev - development files for the C++ computer vision library
 libvigraimpex-doc - Documentation for the C++ computer vision library
 libvigraimpex5 - C++ computer vision library
 python-vigra - Python bindings for the C++ computer vision library
 python-vigra-doc - Documentation for Python bindings for the C++ computer vision lib
Closes: 756677
Changes:
 libvigraimpex (1.10.0+dfsg-7) experimental; urgency=medium
 .
   * QA upload.
   * Support hdf5 1.8.13 new packaging layout. (Patch by Gilles Filippini)
     Closes: #756677
Checksums-Sha1:
 697627092a6af3875636856c76451bf1b7a576f4 2363 libvigraimpex_1.10.0+dfsg-7.dsc
 b6280cc886ded39b7573e3ba3a094af6b15b65bc 14056 libvigraimpex_1.10.0+dfsg-7.debian.tar.xz
 1ecabc5c4ce9ea242358f5a8b052d1506c3f9641 1882726 libvigraimpex-dev_1.10.0+dfsg-7_i386.deb
 102756b03c66d1f917f9e4f74566aea130fc6419 174236 libvigraimpex5_1.10.0+dfsg-7_i386.deb
 0b4c4f9f147dc17ca21835bd526b1d3c5c40bfaf 2028184 python-vigra_1.10.0+dfsg-7_i386.deb
 3519f915ca45084d4aae8c4fd2fc0078bd626899 3425234 libvigraimpex-doc_1.10.0+dfsg-7_all.deb
 7413cf8390d0d631edce43cd65b7a36056287a70 101740 python-vigra-doc_1.10.0+dfsg-7_all.deb
Checksums-Sha256:
 c5202028ee9366d3dd721ff3fa6a26a5ff96a6468a8ee2fe8c72a92fcfd316ce 2363 libvigraimpex_1.10.0+dfsg-7.dsc
 c455c569b719c82fbb873d5a0a11b0aa1ab04df1f71b00e0599c034a530b5d75 14056 libvigraimpex_1.10.0+dfsg-7.debian.tar.xz
 f045b86ccfa980cae6d648fd277ea88f87ab0d3f52baa55ce43c08c0c26ecedf 1882726 libvigraimpex-dev_1.10.0+dfsg-7_i386.deb
 f2dc09abc7bd4550b583d5c9c56d10093f050b182172b9f9d53d2ad105986836 174236 libvigraimpex5_1.10.0+dfsg-7_i386.deb
 1750f6d07f85401dcb7284b8ebe7cec8af5654a10a33191d107c131cdcf34950 2028184 python-vigra_1.10.0+dfsg-7_i386.deb
 366cce4b2f6f2249c089698c1631f833b25792e2bfd4e869d855a7af9ceec805 3425234 libvigraimpex-doc_1.10.0+dfsg-7_all.deb
 4da3411cd20fa9479da79a1676b5a1fb59b0deefdddd7f29ece7535c9240cc90 101740 python-vigra-doc_1.10.0+dfsg-7_all.deb
Files:
 1248588944c7b207c21c6187f1acf784 1882726 libdevel optional libvigraimpex-dev_1.10.0+dfsg-7_i386.deb
 8c358416ded4038be0e3cf0a38ba9478 174236 libs optional libvigraimpex5_1.10.0+dfsg-7_i386.deb
 cd070b3882e8f5f4115d9918d6bd55bf 2028184 python optional python-vigra_1.10.0+dfsg-7_i386.deb
 189b4deda8c018f8d0a14f371974216b 3425234 doc optional libvigraimpex-doc_1.10.0+dfsg-7_all.deb
 edc57ac4b1c37da45f259d7e87ba0628 101740 doc optional python-vigra-doc_1.10.0+dfsg-7_all.deb
 f96f94d7c578ac381490a63e7eb77285 2363 libs optional libvigraimpex_1.10.0+dfsg-7.dsc
 244e0afb4e7abdd2c53fca261fa3be4f 14056 libs optional libvigraimpex_1.10.0+dfsg-7.debian.tar.xz

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

iQIcBAEBCgAGBQJT3ORxAAoJEKVPAYVDghSEs/8P/17z9YQwJBuMkwhtxFOQn2jH
bFFodwx2HquzUQzGkdWvoFjWObRcIS+aRYifsYHWNSVDcFZ9xsWZI4QbvH9b/iVC
peFg01MsJ0hLHN8nvAIPhbzCpWBUwZsGZbFBR9fBdZKaHGKtPxqqgTKah/6auOfP
bQeyoeAOy+/4vXvh2BJ8H5Tqp/loxfxHwy24AtLC6C176s5pTCnZrU5YNbBgcJTr
FWt8oO2vrxaX+Dv951f11gvD7x8WTgcKryYHojPpTpOiNlTkmomYjY4AXp1dpZJb
QXv6kJNa/E6TzRbGrUNZHWJ76m9jcZXPOXFmGxLauglA3aimfn7dgJW8RCWjwLge
HUOFGSJlfBjLrptgXCMv/G15IlH7yuXDNEWYsjp2ijZwX+F6AzdQZIyniepJJ1e4
FRCzS9PM27nXmE9FlNJtk+xQ9eUhv6p2O9XOvYlyrCUK1ReTlXtrc05BDopYsETD
o+Jp60zEhwba3Jc68xBocEm7LDlRlsPzb6HwmvMMJrHR8gTf+HFfE1j6nPRB6UPw
raJLn+YL1osDisTUlkN0+iYeaxTVZ2TIAunds/BsY/z+XVk1VhNgQ84yRTA+m0Rw
09TW9XBXTrw59UbPFj8BIF4XuBsMyHGjTZX2qqhbGEx4uhHvw0gBWxBHrnN7802y
rpzrpqHn/hvwOUPQmI7c
=cVl6
-----END PGP SIGNATURE-----

--- End Message ---

Reply to: