[libpdl-io-hdf5-perl] 01/07: Imported Debian patch 0.6-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 7b87e2ff8d7d5defc76c44e9f4f21c983a8e130d
Author: Henning Glawe <glaweh at debian.org>
Date:   Sun May 9 12:36:55 2010 +0200

    Imported Debian patch 0.6-1
---
 debian/README.source                               |  3 +++
 debian/changelog                                   |  7 ++++++
 debian/compat                                      |  1 +
 debian/control                                     | 15 ++++++++++++
 debian/copyright                                   | 27 ++++++++++++++++++++++
 debian/libpdl-io-hdf5-perl.docs                    |  1 +
 debian/patches/00list                              |  2 ++
 .../10-remove-interpreter-from-package.dpatch      | 16 +++++++++++++
 debian/patches/20-update-clean-target.dpatch       | 19 +++++++++++++++
 debian/rules                                       | 13 +++++++++++
 debian/watch                                       |  2 ++
 11 files changed, 106 insertions(+)

diff --git a/debian/README.source b/debian/README.source
new file mode 100644
index 0000000..0fc3b59
--- /dev/null
+++ b/debian/README.source
@@ -0,0 +1,3 @@
+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.
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..5264547
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,7 @@
+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 --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..7f8f011
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+7
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..5ebe0bf
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,15 @@
+Source: libpdl-io-hdf5-perl
+Section: perl
+Priority: optional
+Build-Depends: debhelper (>= 7), perl, pdl, libhdf5-serial-dev, dpatch
+Maintainer: Henning Glawe <glaweh at debian.org>
+Standards-Version: 3.8.4
+Homepage: http://search.cpan.org/dist/PDL-IO=HDF5/
+
+Package: libpdl-io-hdf5-perl
+Architecture: any
+Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, pdl
+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 --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..1ed12f4
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,27 @@
+Format-Specification: http://svn.debian.org/wsvn/dep/web/deps/dep5.mdwn?op=file&rev=135
+Maintainer: John Cerney <j-cerney1 at raytheon.com>
+Source: http://search.cpan.org/dist/PDL-IO-HDF5/
+Name: PDL-IO-HDF5
+Files: *
+Copyright: 2001-2010, John Cerney <j-cerney1 at raytheon.com>
+License: GPL-2+ or Artistic
+
+Files: debian/*
+Copyright: 2010, Henning Glawe <glaweh at debian.org>
+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'
diff --git a/debian/libpdl-io-hdf5-perl.docs b/debian/libpdl-io-hdf5-perl.docs
new file mode 100644
index 0000000..e845566
--- /dev/null
+++ b/debian/libpdl-io-hdf5-perl.docs
@@ -0,0 +1 @@
+README
diff --git a/debian/patches/00list b/debian/patches/00list
new file mode 100644
index 0000000..f3b8ded
--- /dev/null
+++ b/debian/patches/00list
@@ -0,0 +1,2 @@
+10-remove-interpreter-from-package
+20-update-clean-target
diff --git a/debian/patches/10-remove-interpreter-from-package.dpatch b/debian/patches/10-remove-interpreter-from-package.dpatch
new file mode 100644
index 0000000..ca59d70
--- /dev/null
+++ b/debian/patches/10-remove-interpreter-from-package.dpatch
@@ -0,0 +1,16 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 10-remove-interpreter-from-package.dpatch by Henning Glawe <glaweh at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' libpdl-io-hdf5-perl-0.6~/HDF5/tkview.pm libpdl-io-hdf5-perl-0.6/HDF5/tkview.pm
+--- libpdl-io-hdf5-perl-0.6~/HDF5/tkview.pm	2002-08-07 16:25:11.000000000 +0200
++++ libpdl-io-hdf5-perl-0.6/HDF5/tkview.pm	2010-05-09 12:53:23.694744741 +0200
+@@ -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 --git a/debian/patches/20-update-clean-target.dpatch b/debian/patches/20-update-clean-target.dpatch
new file mode 100644
index 0000000..a863e24
--- /dev/null
+++ b/debian/patches/20-update-clean-target.dpatch
@@ -0,0 +1,19 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 20-update-clean-target.dpatch by Henning Glawe <glaweh at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: No description.
+
+ at DPATCH@
+diff -urNad '--exclude=CVS' '--exclude=.svn' '--exclude=.git' '--exclude=.arch' '--exclude=.hg' '--exclude=_darcs' '--exclude=.bzr' libpdl-io-hdf5-perl-0.6~/Makefile.PL libpdl-io-hdf5-perl-0.6/Makefile.PL
+--- libpdl-io-hdf5-perl-0.6~/Makefile.PL	2010-04-28 03:29:07.000000000 +0200
++++ libpdl-io-hdf5-perl-0.6/Makefile.PL	2010-05-09 12:55:29.098744623 +0200
+@@ -137,7 +137,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 --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..9ac8220
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,13 @@
+#!/usr/bin/make -f
+
+include /usr/share/dpatch/dpatch.make
+
+build: patch-stamp
+	dh build
+
+clean: clean-patched unpatch
+clean-patched:
+	dh clean
+
+%:
+	dh $@
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..9fafe50
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://search.cpan.org/dist/PDL-IO-HDF5/   .*/PDL-IO-HDF5-v?(\d[\d.-]+)\.(?:tar(?:\.gz|\.bz2)?|tgz|zip)$

-- 
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