[libpdl-io-hdf5-perl] 03/07: Imported Debian patch 0.63-1

Bas Couwenberg sebastic at debian.org
Sun Jun 12 17:42:51 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository libpdl-io-hdf5-perl.

commit 8bed8a28d2a199988ef9a56b44f7110d8ddb6119
Merge: c6627d1 0a4a162
Author: Henning Glawe <glaweh at debian.org>
Date:   Mon May 28 11:35:00 2012 +0200

    Imported Debian patch 0.63-1

 ChangeLog                                          |  53 ++++++
 HDF5/Dataset.pm                                    | 211 +++++++++++++++++----
 HDF5/Group.pm                                      | 167 ++--------------
 Makefile.PL                                        |  11 +-
 README                                             |   2 +-
 debian/changelog                                   |   8 +
 debian/compat                                      |   2 +-
 debian/control                                     |  15 +-
 debian/patches/00list                              |   3 -
 .../10-remove-interpreter-from-package.dpatch      |  16 --
 debian/patches/20-update-clean-target.dpatch       |  19 --
 debian/patches/30-ccflags-5.14.dpatch              |  19 --
 debian/patches/ccflags-5.14.patch                  |  11 ++
 debian/patches/clean_newFile_hd5.patch             |  11 ++
 .../patches/remove-interpreter-from-package.patch  |   8 +
 debian/patches/series                              |   3 +
 debian/rules                                       |  11 +-
 debian/source/format                               |   1 +
 hdf5.pd                                            |  93 ++++++++-
 t/attribPDL.t                                      |  22 ++-
 t/vlenString.t                                     |  57 ++++++
 varlen.h5                                          | Bin 0 -> 12288 bytes
 22 files changed, 483 insertions(+), 260 deletions(-)

diff --cc debian/changelog
index dc9a339,0000000..7d13ca6
mode 100644,000000..100644
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,15 -1,0 +1,23 @@@
++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 <glaweh at debian.org>  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 <dom at earth.li>  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 <glaweh at debian.org>  Sun, 09 May 2010 12:36:55 +0200
diff --cc debian/compat
index 7f8f011,0000000..ec63514
mode 100644,000000..100644
--- a/debian/compat
+++ b/debian/compat
@@@ -1,1 -1,0 +1,1 @@@
- 7
++9
diff --cc debian/control
index 5ebe0bf,0000000..802617a
mode 100644,000000..100644
--- a/debian/control
+++ b/debian/control
@@@ -1,15 -1,0 +1,24 @@@
 +Source: libpdl-io-hdf5-perl
 +Section: perl
 +Priority: optional
- Build-Depends: debhelper (>= 7), perl, pdl, libhdf5-serial-dev, dpatch
++Build-Depends:
++ libhdf5-serial-dev,
++ pdl (>=2.4.11),
++ perl,
++ debhelper (>= 9),
++ dpkg-dev (>= 1.16.1~)
 +Maintainer: Henning Glawe <glaweh at debian.org>
- Standards-Version: 3.8.4
++Standards-Version: 3.9.3
 +Homepage: http://search.cpan.org/dist/PDL-IO=HDF5/
 +
 +Package: libpdl-io-hdf5-perl
 +Architecture: any
- Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, pdl
++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 .
diff --cc debian/patches/ccflags-5.14.patch
index 0000000,0000000..f91125c
new file mode 100644
--- /dev/null
+++ b/debian/patches/ccflags-5.14.patch
@@@ -1,0 -1,0 +1,11 @@@
++--- 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()], 
diff --cc debian/patches/clean_newFile_hd5.patch
index 0000000,0000000..9651207
new file mode 100644
--- /dev/null
+++ b/debian/patches/clean_newFile_hd5.patch
@@@ -1,0 -1,0 +1,11 @@@
++--- 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' },	
++ 	      );
++ 
diff --cc debian/patches/remove-interpreter-from-package.patch
index 0000000,0000000..3dbfa26
new file mode 100644
--- /dev/null
+++ b/debian/patches/remove-interpreter-from-package.patch
@@@ -1,0 -1,0 +1,8 @@@
++--- 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
diff --cc debian/patches/series
index 0000000,0000000..1a2cae9
new file mode 100644
--- /dev/null
+++ b/debian/patches/series
@@@ -1,0 -1,0 +1,3 @@@
++remove-interpreter-from-package.patch
++clean_newFile_hd5.patch
++ccflags-5.14.patch
diff --cc debian/rules
index 9ac8220,0000000..1043472
mode 100755,000000..100755
--- a/debian/rules
+++ b/debian/rules
@@@ -1,13 -1,0 +1,16 @@@
 +#!/usr/bin/make -f
 +
- include /usr/share/dpatch/dpatch.make
++export DEB_LDFLAGS_MAINT_APPEND:=-Wl,--as-needed
 +
- build: patch-stamp
++build:
 +	dh build
 +
- clean: clean-patched unpatch
- clean-patched:
++clean:
 +	dh clean
++# Build architecture-dependent files here.
++override_dh_perl:
++	dh_perl
++	dh_pdl
 +
 +%:
 +	dh $@
diff --cc debian/source/format
index 0000000,0000000..163aaf8
new file mode 100644
--- /dev/null
+++ b/debian/source/format
@@@ -1,0 -1,0 +1,1 @@@
++3.0 (quilt)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libpdl-io-hdf5-perl.git



More information about the Pkg-perl-cvs-commits mailing list