Source: pktools
Version: 2.5.2+20140505-1
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

iQEcBAEBCAAGBQJT2soXAAoJEO/obGx//s+DwNIH/3FnBJv6OWX9y0UNr0XbUb+y
6PMVX0WZhuQ7Euy9CpzwFi+4+V87dVYd7Gk+I2wJ21u7ZLqxwfDAtVYepxCVlNbE
68iRDo6CcJQ6fIvBCtJi0c2yhsm2By0RnaJY9KL/fv4A3oPy/pnQSjuFYr7l7EQs
8XyHa3tejs6vTGnP2lycpM3V0bXo1/Ka3vUMbqiOtqJocw/ez6ExPk73RFjeXD3P
D2/P3szeK0Tx/TNX8dSOk8fWD7PPsewLhEM8sTlCGi5ikY1DZ6KUKOE7g2rvtv2H
3dLC09CbNCkd3he7lYECD5yayhSEvPQDkDFHoscmNrWGHgh1iq15MZQ6d+liolI=
=6N9K
-----END PGP SIGNATURE-----
diff -Nru pktools-2.5.2+20140505/debian/changelog pktools-2.5.2+20140505/debian/changelog
--- pktools-2.5.2+20140505/debian/changelog	2014-05-07 09:26:17.000000000 +0200
+++ pktools-2.5.2+20140505/debian/changelog	2014-07-24 14:29:13.000000000 +0200
@@ -1,3 +1,10 @@
+pktools (2.5.2+20140505-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Support hdf5 1.8.13 new packaging layout.
+
+ -- Gilles Filippini <p...@debian.org>  Thu, 24 Jul 2014 14:29:01 +0200
+
 pktools (2.5.2+20140505-1) unstable; urgency=low
 
   * Initial release (closes: #732531).
diff -Nru pktools-2.5.2+20140505/debian/rules pktools-2.5.2+20140505/debian/rules
--- pktools-2.5.2+20140505/debian/rules	2014-05-07 09:26:17.000000000 +0200
+++ pktools-2.5.2+20140505/debian/rules	2014-07-31 19:34:42.000000000 +0200
@@ -4,6 +4,10 @@
 # Uncomment this to turn on verbose mode.
 #export DH_VERBOSE=1
 
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+  export DEB_CXXFLAGS_MAINT_APPEND := -I/usr/include/hdf5/serial
+endif
+
 %:
 	dh $@  --buildsystem autoconf
 

Reply via email to