tags 729343 + patch tags 729343 + pending tags 756676 + pending thanks Dear maintainer,
I've prepared an NMU for libpdl-io-hdf5-perl (versioned as 0.63-3.1) and uploaded it to DELAYED/5. Please feel free to tell me if I should delay it longer. Regards. _g. diff -Nru libpdl-io-hdf5-perl-0.63/debian/changelog libpdl-io-hdf5-perl-0.63/debian/changelog --- libpdl-io-hdf5-perl-0.63/debian/changelog 2012-05-31 09:11:55.000000000 +0200 +++ libpdl-io-hdf5-perl-0.63/debian/changelog 2014-08-06 09:00:13.000000000 +0200 @@ -1,3 +1,11 @@ +libpdl-io-hdf5-perl (0.63-3.1) unstable; urgency=medium + + * Non-maintainer upload. + * New patch support-hdf5-1.8.13.patch: support hdf5 1.8.13 new + packaging layout (closes: #756676, #729343). + + -- Gilles Filippini <p...@debian.org> Wed, 06 Aug 2014 08:58:17 +0200 + libpdl-io-hdf5-perl (0.63-3) unstable; urgency=low * rebuild with fixed pdl dh_pdl, update build-dep diff -Nru libpdl-io-hdf5-perl-0.63/debian/patches/series libpdl-io-hdf5-perl-0.63/debian/patches/series --- libpdl-io-hdf5-perl-0.63/debian/patches/series 2012-05-28 11:46:12.000000000 +0200 +++ libpdl-io-hdf5-perl-0.63/debian/patches/series 2014-08-06 08:57:38.000000000 +0200 @@ -1,3 +1,4 @@ remove-interpreter-from-package.patch clean_newFile_hd5.patch ccflags-5.14.patch +support-hdf5-1.8.13.patch diff -Nru libpdl-io-hdf5-perl-0.63/debian/patches/support-hdf5-1.8.13.patch libpdl-io-hdf5-perl-0.63/debian/patches/support-hdf5-1.8.13.patch --- libpdl-io-hdf5-perl-0.63/debian/patches/support-hdf5-1.8.13.patch 1970-01-01 01:00:00.000000000 +0100 +++ libpdl-io-hdf5-perl-0.63/debian/patches/support-hdf5-1.8.13.patch 2014-08-06 08:57:38.000000000 +0200 @@ -0,0 +1,20 @@ +Index: libpdl-io-hdf5-perl-0.63/Makefile.PL +=================================================================== +--- libpdl-io-hdf5-perl-0.63.orig/Makefile.PL 2014-07-25 11:39:35.000000000 +0200 ++++ libpdl-io-hdf5-perl-0.63/Makefile.PL 2014-07-31 10:21:48.402573366 +0200 +@@ -39,6 +39,7 @@ + $ENV{'HOME'} = '' unless defined( $ENV{'HOME'} ) ; + + foreach my $libdir ( ++ "$ENV{HDF5_LIBDIR}", + '/usr/local/hdf5/lib', + '/usr/local/lib', + '/opt/local/lib', +@@ -70,6 +71,7 @@ + } + + foreach my $incdir ( ++ "$ENV{HDF5_INCDIR}", + '/usr/local/hdf5/include', + '/usr/local/include', + '/opt/local/include', diff -Nru libpdl-io-hdf5-perl-0.63/debian/rules libpdl-io-hdf5-perl-0.63/debian/rules --- libpdl-io-hdf5-perl-0.63/debian/rules 2012-05-28 12:27:39.000000000 +0200 +++ libpdl-io-hdf5-perl-0.63/debian/rules 2014-08-06 08:57:38.000000000 +0200 @@ -2,6 +2,14 @@ export DEB_LDFLAGS_MAINT_APPEND:=-Wl,--as-needed +ifneq ($(wildcard /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial/libhdf5.so),) + export HDF5_INCDIR := /usr/include/hdf5/serial + export HDF5_LIBDIR := /usr/lib/$(DEB_HOST_MULTIARCH)/hdf5/serial +else + export HDF5_INCDIR := /usr/include + export HDF5_LIBDIR := /usr/lib/$(DEB_HOST_MULTIARCH) +endif + build: dh build -- To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org