debian/0000755000000000000000000000000012231761000007156 5ustar debian/watch0000644000000000000000000000016311760641501010220 0ustar version=3 http://search.cpan.org/dist/PDL-IO-HDF5/ .*/PDL-IO-HDF5-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$ debian/README.source0000644000000000000000000000023311760641501011344 0ustar Patch system: This package uses dpatch to manage patches on top of the released tarballs, please check /usr/share/doc/dpatch/README.source.gz for details. debian/libpdl-io-hdf5-perl.docs0000644000000000000000000000000711760641501013475 0ustar README debian/rules0000755000000000000000000000030211760651433010247 0ustar #!/usr/bin/make -f export DEB_LDFLAGS_MAINT_APPEND:=-Wl,--as-needed build: dh build clean: dh clean # Build architecture-dependent files here. override_dh_perl: dh_perl dh_pdl %: dh $@ debian/copyright0000644000000000000000000000205211760641501011121 0ustar Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135 Maintainer: John Cerney Source: http://search.cpan.org/dist/PDL-IO-HDF5/ Name: PDL-IO-HDF5 Files: * Copyright: 2001-2010, John Cerney License: GPL-2+ or Artistic Files: debian/* Copyright: 2010, Henning Glawe License: GPL-2+ or Artistic License: Artistic This program is free software; you can redistribute it and/or modify it under the terms of the Artistic License, which comes with Perl. . On Debian GNU/Linux systems, the complete text of the Artistic License can be found in `/usr/share/common-licenses/Artistic' License: GPL-2+ This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2, or (at your option) any later version. . On Debian GNU/Linux systems, the complete text of the GNU General Public License can be found in `/usr/share/common-licenses/GPL-2' debian/source/0000755000000000000000000000000011760642341010472 5ustar debian/source/format0000644000000000000000000000001411760642341011700 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000011760644645010632 5ustar debian/patches/remove-interpreter-from-package.patch0000644000000000000000000000030411760643766020043 0ustar --- a/HDF5/tkview.pm +++ b/HDF5/tkview.pm @@ -1,5 +1,3 @@ -#!/usr/local/bin/perl -w - package PDL::IO::HDF5::tkview; # Experimental module to view HDF5 using perl/tk and PDL::IO::HDF5 modules debian/patches/clean_newFile_hd5.patch0000644000000000000000000000057011760644421015140 0ustar --- a/Makefile.PL +++ b/Makefile.PL @@ -144,7 +144,7 @@ 'INC' => &PDL_INCLUDE()." -I$hdf5_include_path", 'LIBS' => [$LIBS], 'clean' => {'FILES' => - 'HDF5.pm HDF5.xs HDF5.o HDF5.c'}, + 'HDF5.pm HDF5.xs HDF5.o HDF5.c newFile.hd5'}, 'dist' => { COMPRESS => 'gzip', SUFFIX => 'gz' }, ); debian/patches/ccflags-5.14.patch0000644000000000000000000000071511760644645013645 0ustar --- a/Makefile.PL +++ b/Makefile.PL @@ -131,7 +131,7 @@ $package = ["hdf5.pd",HDF5,PDL::IO::HDF5]; WriteMakefile( 'NAME' => 'PDL::IO::HDF5', - 'CCFLAGS' => "$define_bool $define_win32HDF -DH5_USE_16_API -g", + 'CCFLAGS' => "$define_bool $define_win32HDF -DH5_USE_16_API $Config{ccflags}", 'PREREQ_PM' => { PDL => 2.1 }, 'VERSION_FROM' => 'hdf5.pd', 'TYPEMAPS' => [&PDL_TYPEMAP()], debian/patches/series0000644000000000000000000000012111760644544012037 0ustar remove-interpreter-from-package.patch clean_newFile_hd5.patch ccflags-5.14.patch debian/compat0000644000000000000000000000000211760643014010366 0ustar 9 debian/control0000644000000000000000000000121611761614712010577 0ustar Source: libpdl-io-hdf5-perl Section: perl Priority: optional Build-Depends: libhdf5-serial-dev, pdl (>>1:2.4.11-3), perl, debhelper (>= 9), dpkg-dev (>= 1.16.1~) Maintainer: Henning Glawe Standards-Version: 3.9.3 Homepage: http://search.cpan.org/dist/PDL-IO=HDF5/ Package: libpdl-io-hdf5-perl Architecture: any Depends: ${pdl:Depends}, ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends} Description: PDL Interface to the HDF5 Data Format. This package provides an object-oriented interface for PDLs to the HDF5 data-format. Information on the HDF5 Format can be found at the NCSA's web site at http://www.hdfgroup.org . debian/changelog0000644000000000000000000000242512231761000011033 0ustar libpdl-io-hdf5-perl (0.63-3build1) trusty; urgency=low * Rebuild for Perl 5.18. -- Colin Watson Wed, 23 Oct 2013 15:49:36 +0100 libpdl-io-hdf5-perl (0.63-3) unstable; urgency=low * rebuild with fixed pdl dh_pdl, update build-dep -- Henning Glawe Thu, 31 May 2012 09:11:32 +0200 libpdl-io-hdf5-perl (0.63-2) unstable; urgency=low * update pdl dependency to >= 1:2.4.11 (I did not put the epoch before) -- Henning Glawe Mon, 28 May 2012 14:10:49 +0200 libpdl-io-hdf5-perl (0.63-1) unstable; urgency=low * new upstream version (closes: #663598, #670667) * acknowledge NMU * switch to source format "3.0 (quilt)" -- Henning Glawe Mon, 28 May 2012 11:35:00 +0200 libpdl-io-hdf5-perl (0.6-1.1) unstable; urgency=low * Non-maintainer upload. * Add $Config{ccflags} to CCFLAGS, to fix FTBFS with perl 5.14 (Closes: #636656) -- Dominic Hargreaves Sat, 20 Aug 2011 18:27:30 +0100 libpdl-io-hdf5-perl (0.6-1) unstable; urgency=low * Initial release. (Closes: #580696: ITP: libpdl-io-hdf5-perl -- PDL Interface to the HDF5 Data Format) (Closes: #478079: pdl: Please enable HDF5 support) -- Henning Glawe Sun, 09 May 2010 12:36:55 +0200