Your message dated Sat, 09 Aug 2014 21:36:01 +0000
with message-id <e1xgeiz-00013u...@franck.debian.org>
and subject line Bug#756707: fixed in pktools 2.5.2+20140505-2
has caused the Debian Bug report #756707,
regarding pktools: [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.)


-- 
756707: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=756707
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
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
 

--- End Message ---
--- Begin Message ---
Source: pktools
Source-Version: 2.5.2+20140505-2

We believe that the bug you reported is fixed in the latest version of
pktools, 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.
Ross Gammon <rossgam...@mail.dk> (supplier of updated pktools 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, 09 Aug 2014 11:22:46 +0200
Source: pktools
Binary: pktools pktools-dev
Architecture: source amd64
Version: 2.5.2+20140505-2
Distribution: unstable
Urgency: medium
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Ross Gammon <rossgam...@mail.dk>
Description:
 pktools    - GDAL add-on tools to perform useful raster processing
 pktools-dev - GDAL add-on tools to perform useful raster processing - developme
Closes: 756653 756707
Changes:
 pktools (2.5.2+20140505-2) unstable; urgency=medium
 .
   [ Ross Gammon ]
   * Team upload.
   * Support for hfd5 transition to v1.8.13.
     Thanks to Gilles Filippini (Closes: #756707)
 .
   [ Bas Couwenberg ]
   * Handle common watch file issues, don't match pktools-latest.tar.gz.
   * Fix duplicate short description.
   * Add patch to fix 'bandwidth' typo.
   * Use dh-autoreconf for retooling.
     (closes: #756653)
   * Add patch to set subdir-objects automake option for forward compatibility.
   * Add gbp.conf to use pristine-tar by default.
Checksums-Sha1:
 982aac9341c2527851b4ade173d855d664e5bda9 2185 pktools_2.5.2+20140505-2.dsc
 5a6728efb093c46202a470d87a6c54f1ae73bc64 4468 
pktools_2.5.2+20140505-2.debian.tar.xz
 2ead5f3bf06294e77f573a41e199efd494a06a2b 839662 
pktools_2.5.2+20140505-2_amd64.deb
 62b4275fc478a873a5521649c1b51747818f63d0 214268 
pktools-dev_2.5.2+20140505-2_amd64.deb
Checksums-Sha256:
 9d9c1f54c6206fd1dd538be204c8a26c2bf61cf16dff60585968c9536ce4960b 2185 
pktools_2.5.2+20140505-2.dsc
 a08879bdac9f1923f7a0b58f01acaa19dc6adaa31496cb4756aa8348598e3a53 4468 
pktools_2.5.2+20140505-2.debian.tar.xz
 ab0aae6687eb6789f76673f27531ee78e9e652389ccd29dc298156aa243ac2f5 839662 
pktools_2.5.2+20140505-2_amd64.deb
 bceb8caaa859528fe7ace8aa2a1926ce792fc34fd5eada473e1200bb389c469c 214268 
pktools-dev_2.5.2+20140505-2_amd64.deb
Files:
 279b9a30ffe93faddf9a34cac42ba10a 839662 science optional 
pktools_2.5.2+20140505-2_amd64.deb
 ecc543d135e12c9a60d33e512c42096e 214268 libdevel optional 
pktools-dev_2.5.2+20140505-2_amd64.deb
 afc60a83481dc953614d7b0e45993922 2185 science optional 
pktools_2.5.2+20140505-2.dsc
 f6afbeae5855d3c4e2fdcd625c215841 4468 science optional 
pktools_2.5.2+20140505-2.debian.tar.xz

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

iQIcBAEBCAAGBQJT5oSJAAoJEFeKBJTRxkbRbIwQAJLfHgGhCTqtnUCh3KXfvlBY
+7YGhQ9F6msA5k9FbBx1W0MztoDZphIaYQxIE3p8hwUV/KIvzjksQKgPxc2Duxvg
Jjn2afnfeQB4uqqlsbyyU30AxauUMML8uXsU42beNtL3TSGbEy0aB1w1deeD+GVt
JGuJzOnlRXjjlpEWFKqHvk6J5mN0gmG4E8bGAJg35Z10ebN6OsT9E95yIQAvEDAa
0x6rPSDew8uAcQqs7YV5MD1KrOOHjChbQ7dV+gypkCHR/cLNx3ScMRYQGANfxoiE
tAbnbUBSbHkYbstDunk+nLNDkhfYylKs7WtUM5LQT0yCzqE8im+wYR81WvKVSpDE
wx/+uwOtO2ZLZ+MUZCe8zhJtlx7jr0FRHKy2BG2QnKlpxE7Q4eavnr60L3LjfjJj
WakWCfssyFJuIPqSLODvMKMq90R63xy3DULbVBk/fmCDynUUy3k0ZjIxuxU/W2ed
Mh5xzBvS80QjiCqxTSJbbacbiak3G07qKGfllH92Iwr7IptGw6kkfpUdVNyXo1tH
sUhvoVPRiQ5TKdMpDzZq38NQEHtBnsdt+DBgz+wy+Sci70DFym8l0+7MkCJTucBw
ZFg13+hMxWmKw0Fx+NxGeGzRU4lTId3MuVmsT5ucdBAyIjbyWdaRowGUbnpFXYHE
TAw6j/lh/BIGf4O+IqX7
=tVft
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to