Your message dated Mon, 11 Aug 2014 15:39:38 +0000
with message-id <e1xgrhc-0003v1...@franck.debian.org>
and subject line Bug#756687: fixed in netcdf 1:4.1.3-7.1
has caused the Debian Bug report #756687,
regarding netcdf: [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.)


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

iQEcBAEBCAAGBQJT2sZvAAoJEO/obGx//s+D2PEIAJcmArcRXIGelsXsqqMM7PrT
byMkj4xlYfDpApDMRLwLcTTBq2RgfVhdIFQfVB4NKThF05NWHCBMSnGOQSPJWzhr
nrOe2EcHVK4V9gOCcfC1Mqv+EA7++0rUU2YVH9gqSo/Oqdx+Y+GoZQtkmUhpNGSn
ZCkVurs/W275hDh1mhErhQfO13Wx5Hwxy/uItF9yEA+T+AFqDnw9LVk51Cft5cK1
p3S8vQB8J30NpVSdikPxy1W2Mi4AHnK3FjDZVc6S5V3blX4KgoWsAsep6R6yMnKV
pQdRoHu8AKE5lw3Yod3jEOT/cnORsrCWTx9JhL35TEAxdo0heXWq0Pibov2wdAg=
=ckTm
-----END PGP SIGNATURE-----
diff -Nru netcdf-4.1.3/debian/changelog netcdf-4.1.3/debian/changelog
--- netcdf-4.1.3/debian/changelog	2013-10-09 14:50:35.000000000 +0200
+++ netcdf-4.1.3/debian/changelog	2014-07-24 16:11:22.000000000 +0200
@@ -1,3 +1,10 @@
+netcdf (1:4.1.3-7.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Support hdf5 1.8.13 new packaging layout.
+
+ -- Gilles Filippini <p...@debian.org>  Thu, 24 Jul 2014 16:11:22 +0200
+
 netcdf (1:4.1.3-7) unstable; urgency=low
 
   * Team upload
diff -Nru netcdf-4.1.3/debian/rules netcdf-4.1.3/debian/rules
--- netcdf-4.1.3/debian/rules	2013-10-09 14:35:06.000000000 +0200
+++ netcdf-4.1.3/debian/rules	2014-07-31 11:08:32.000000000 +0200
@@ -9,14 +9,19 @@
 # skipping of fort-nc4.c without that.
 #
 # Remote sites could be not available at check time, so disabling some tests...
-#DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-hdf5=/usr --with-libcf --enable-dap 
+#DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-libcf --enable-dap 
 # This is useful to avoid remote Nap checks
-DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-hdf5=/usr --with-libcf --enable-dap --disable-dap-remote-tests
+DEB_CONFIGURE_EXTRA_FLAGS := --enable-shared --enable-pic --enable-docs-install --enable-netcdf-4  --with-libcf --enable-dap --disable-dap-remote-tests
 DEB_CONFIGURE_SCRIPT_ENV += FC="gfortran"
 DEB_CONFIGURE_SCRIPT_ENV += CXX="g++"
 DEB_CONFIGURE_SCRIPT_ENV += CC="gcc"
 DEB_CONFIGURE_SCRIPT_ENV += CPPFLAGS="-DgFortran"
 
+ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),)
+  CFLAGS += -I/usr/include/hdf5/serial
+  LDFLAGS += -Wl,-L/usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial
+endif
+
 DEB_MAKE_CHECK_TARGET = check
 
 DEB_INSTALL_CHANGELOGS_ALL = $(CURDIR)/RELEASE_NOTES

--- End Message ---
--- Begin Message ---
Source: netcdf
Source-Version: 1:4.1.3-7.1

We believe that the bug you reported is fixed in the latest version of
netcdf, 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.
Gilles Filippini <p...@debian.org> (supplier of updated netcdf 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: Thu, 24 Jul 2014 16:11:22 +0200
Source: netcdf
Binary: netcdf-doc libnetcdfc7 libnetcdff5 libnetcdfc++4 libcf0 netcdf-dbg 
libnetcdf-dev netcdf-bin
Architecture: source all amd64
Version: 1:4.1.3-7.1
Distribution: unstable
Urgency: low
Maintainer: Debian GIS Project <pkg-grass-devel@lists.alioth.debian.org>
Changed-By: Gilles Filippini <p...@debian.org>
Description:
 libcf0     - Interface for scientific data access to large binary data
 libnetcdf-dev - Development kit for NetCDF
 libnetcdfc++4 - Interface for scientific data access to large binary data
 libnetcdfc7 - Interface for scientific data access to large binary data
 libnetcdff5 - Interface for scientific data access to large binary data
 netcdf-bin - Programs for reading and writing NetCDF files
 netcdf-dbg - debugging symbols for NetCDF
 netcdf-doc - Documentation for NetCDF and CF
Closes: 756687
Changes:
 netcdf (1:4.1.3-7.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Support hdf5 1.8.13 new packaging layout (closes: #756687).
Checksums-Sha1:
 d5875b464dffac7473527101f444726170154e7e 2083 netcdf_4.1.3-7.1.dsc
 2207b72f12391d2b29a14d00e0f668b1981569eb 10372 netcdf_4.1.3-7.1.debian.tar.xz
 a8a408b5181e76919b4b2eb6e852a5431f84bb41 4428130 netcdf-doc_4.1.3-7.1_all.deb
 7b8d348bdc697bd1956751cd1292df4cd57e618e 272962 libnetcdfc7_4.1.3-7.1_amd64.deb
 fd12e869ae479b3d98d67760332fba4d9d39d64c 100316 libnetcdff5_4.1.3-7.1_amd64.deb
 61eb8d98a42fbbf1261eae620f84d0054b303d55 53762 
libnetcdfc++4_4.1.3-7.1_amd64.deb
 7f214a40479f1691b3f160ea2955b39be70e05ef 45272 libcf0_4.1.3-7.1_amd64.deb
 993e484787cdc0f08995c337486a4066ce51d5a2 930942 netcdf-dbg_4.1.3-7.1_amd64.deb
 ff0da6f3970c16b15e7ba468c0f24abc3a5060c7 464850 
libnetcdf-dev_4.1.3-7.1_amd64.deb
 827cdbcc2787debce490d0b00982e7e0eb192111 180408 netcdf-bin_4.1.3-7.1_amd64.deb
Checksums-Sha256:
 3d057211e573719319aa3b5d7dd93a7e4726d8b47410a91b5ac12d0c34cec5f5 2083 
netcdf_4.1.3-7.1.dsc
 8852abf2b95c821a72358180ae2e9fc3ebaa82b1276b30e53a1515d546983c5d 10372 
netcdf_4.1.3-7.1.debian.tar.xz
 72826e938d7e3fcd2da441d299c53bf81d6d930e3035fc2bf349aed2b9b58558 4428130 
netcdf-doc_4.1.3-7.1_all.deb
 68b0dab1c4f6c46e1700830d9eab8f91adaa53405421322ce2b4041dfa9786bb 272962 
libnetcdfc7_4.1.3-7.1_amd64.deb
 78a529eacb19f6d42b6d848e3c578df318e7cb302e7f62e66d5e205dd824f4e0 100316 
libnetcdff5_4.1.3-7.1_amd64.deb
 895033e4bfd6438e18917e9f20ad8d5eff593a25f55c20821c990cde248c903d 53762 
libnetcdfc++4_4.1.3-7.1_amd64.deb
 421e1fadc632c33a83cdbd8f75aec8a4141dbc524190b8577fa18b0ca2a81dd9 45272 
libcf0_4.1.3-7.1_amd64.deb
 69904cd6409b1700d2fbef28de906c8466e23016271d07abd811c4d709516002 930942 
netcdf-dbg_4.1.3-7.1_amd64.deb
 0bb352efe7acfaf7dc8df5b31212cef6ad97e1edb4b0c70b6da4b42a47b7e649 464850 
libnetcdf-dev_4.1.3-7.1_amd64.deb
 c07e9fe05274c0513b23996dfb3b7c80a9c3cc1763afcde09adc0627ba2a824c 180408 
netcdf-bin_4.1.3-7.1_amd64.deb
Files:
 e8d8f06f8eda897fb59458a9ec9b7620 4428130 doc optional 
netcdf-doc_4.1.3-7.1_all.deb
 ced878b5746874b5b2934dfbe5082d7d 272962 libs optional 
libnetcdfc7_4.1.3-7.1_amd64.deb
 66463e4c5a41b54cb8b4ad667c676329 100316 libs optional 
libnetcdff5_4.1.3-7.1_amd64.deb
 17a086c53566f1d5929fc2f6cdca9651 53762 libs optional 
libnetcdfc++4_4.1.3-7.1_amd64.deb
 9ee8b04ef03b24412cc9e2f76da3bcaf 45272 libs optional libcf0_4.1.3-7.1_amd64.deb
 10ccefdbb2cf5c9255d538724571a69f 930942 debug extra 
netcdf-dbg_4.1.3-7.1_amd64.deb
 5b7941df188d68e530d3900ab2507128 464850 libdevel optional 
libnetcdf-dev_4.1.3-7.1_amd64.deb
 45febf63934fc4c888e31c628087ec65 180408 science optional 
netcdf-bin_4.1.3-7.1_amd64.deb
 5d8e58313cdfab4e53b5998c1f3cc2e6 2083 science optional netcdf_4.1.3-7.1.dsc
 c580f2ce04d014a67cfe411a5ace3cfe 10372 science optional 
netcdf_4.1.3-7.1.debian.tar.xz

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

iQEcBAEBCAAGBQJT4kCCAAoJEO/obGx//s+D6jAH/0GilDrNz61tSOoK5sbI/yEo
BMjDCoiP4PH6yvl+baQYi4L1qWlK3MQwe4T+f///Lnn9Xl8uMGm3lgx30WVqu0O/
LNtH4pSyOXgTQ/8rGM8JbjM/S/k0d1DxMrKTEPXW8sIcfBy1OTjRegfNT/MIJqzN
qB9xOwv1jCfy7yZDngN12KMU5QJi5LXyXl/J9ovi0MdhDpBQboAC5UX4lPl1EwQX
aI6QjlfyWuO/SchuSbZhZvD4bf9pQVQDZtWm3DZJVIjLLFbpgZ1JwdK5zqH0Kb9P
GVQ0QZ2HVu82CDTL2YLeZ+TZy3H4OEzPtq1+yNb6ZH7PW/pMab0/X7ICg6cq3Uw=
=TVtM
-----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