[h5py] 30/44: * New upstream version (Closes: #691797, #691282) * Bump compat version to 9. * Bump standards version to 3.9.4. * Provide python3 package (Closes: #670545) * Update Vcs-* field (Closes: #664325)

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Thu Jul 2 18:25:51 UTC 2015


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

ghisvail-guest pushed a commit to branch upstream/latest
in repository h5py.

commit a59723c9e1e60a20c7da7b9d53da423d2f5c42e5
Author: Soeren Sonnenburg <sonne at debian.org>
Date:   Sat Nov 16 16:30:00 2013 +0000

    * New upstream version (Closes: #691797, #691282)
    * Bump compat version to 9.
    * Bump standards version to 3.9.4.
    * Provide python3 package (Closes: #670545)
    * Update Vcs-* field (Closes: #664325)
---
 debian/README.Debian |  4 ++++
 debian/changelog     | 10 ++++++++++
 debian/compat        |  2 +-
 debian/control       | 30 ++++++++++++++++++++++++++----
 debian/copyright     | 46 +++++++++++++++++-----------------------------
 debian/rules         |  3 +++
 6 files changed, 61 insertions(+), 34 deletions(-)

diff --git a/debian/README.Debian b/debian/README.Debian
new file mode 100644
index 0000000..409b999
--- /dev/null
+++ b/debian/README.Debian
@@ -0,0 +1,4 @@
+This package was debianized by Soeren Sonnenburg <sonne at debian.org> on
+Wed, 26 Aug 2009 22:53:35 +0200.
+
+It was downloaded from http://code.google.com/p/h5py/ .
diff --git a/debian/changelog b/debian/changelog
index 559119c..d6e7ec5 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+h5py (2.2.0-1) unstable; urgency=low
+
+  * New upstream version (Closes: #691797, #691282)
+  * Bump compat version to 9.
+  * Bump standards version to 3.9.4.
+  * Provide python3 package (Closes: #670545)
+  * Update Vcs-* field (Closes: #664325)
+
+ -- Soeren Sonnenburg <sonne at debian.org>  Sat, 16 Nov 2013 06:46:45 +0100
+
 h5py (2.0.1-2) unstable; urgency=low
 
   * Build depend on libhdf5-dev instead of libhdf5-serial-dev to accomodate
diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control b/debian/control
index c180986..c7b438e 100644
--- a/debian/control
+++ b/debian/control
@@ -2,13 +2,13 @@ Source: h5py
 Section: python
 Priority: optional
 Maintainer: Soeren Sonnenburg <sonne at debian.org>
-Build-Depends: debhelper ( >=7), cdbs (>= 0.4.90~), python-all-dev (>= 2.6.6-3~),
- libhdf5-dev, python-numpy (>= 1:1.4.1-4~)
+Build-Depends: debhelper (>=9), cdbs (>= 0.4.90~), python-all-dev (>= 2.6.6-3~),
+ libhdf5-dev, python-numpy (>= 1:1.7.1), python3-numpy (>= 1:1.7.1)
 Standards-Version: 3.9.2
 X-Python-Version: >= 2.5
 Homepage: http://code.google.com/p/h5py/
-Vcs-Svn: https://bollin.googlecode.com/svn/python-h5py/
-Vcs-Browser: http://bollin.googlecode.com/svn/python-h5py/
+Vcs-Svn: https://bollin.googlecode.com/svn/h5py/
+Vcs-Browser: https://code.google.com/p/bollin/source/browse/h5py/
 
 Package: python-h5py
 Architecture: any
@@ -31,3 +31,25 @@ Description: h5py is a general-purpose Python interface to hdf5
  for example, datasets on disk are represented by a proxy class that
  supports slicing, and has dtype and shape attributes. HDF5 groups are
  presented using a dictionary metaphor, indexed by name.
+
+Package: python3-h5py
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
+Description: h5py is a general-purpose Python interface to hdf5
+ HDF5 for Python (h5py) is a general-purpose Python interface to the
+ Hierarchical Data Format library, version 5. HDF5 is a versatile, mature
+ scientific software library designed for the fast, flexible storage of
+ enormous amounts of data. 
+ . 
+ From a Python programmer's perspective, HDF5 provides a robust way to
+ store data, organized by name in a tree-like fashion. You can create
+ datasets (arrays on disk) hundreds of gigabytes in size, and perform
+ random-access I/O on desired sections. Datasets are organized in a
+ filesystem-like hierarchy using containers called "groups", and accessed
+ using the tradional POSIX /path/to/resource syntax. 
+ . 
+ H5py provides a simple, robust read/write interface to HDF5 data from
+ Python. Existing Python and Numpy concepts are used for the interface;
+ for example, datasets on disk are represented by a proxy class that
+ supports slicing, and has dtype and shape attributes. HDF5 groups are
+ presented using a dictionary metaphor, indexed by name.
diff --git a/debian/copyright b/debian/copyright
index 09f698a..3def762 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -1,31 +1,26 @@
-This package was debianized by Soeren Sonnenburg <sonne at debian.org> on
-Wed, 26 Aug 2009 22:53:35 +0200.
-
-It was downloaded from http://code.google.com/p/h5py/ .
-
-
-If not otherwise mentioned 
-
-Copyright: © 2008 Andrew Collette <collette at physics.ucla.edu>
-
-License:
+Files: debian/*
+Copyright: 2009-2013 Soeren Sonnenburg <sonne at debian.org>
+License: GPL-3+
 
+Files: *
+Copyright: 2008 Andrew Collette <collette at physics.ucla.edu>
+License: BSD-3-clause 
   Redistribution and use in source and binary forms, with or without
   modification, are permitted provided that the following conditions are
   met:
-  
+  . 
   a. Redistributions of source code must retain the above copyright
      notice, this list of conditions and the following disclaimer.
-  
+  . 
   b. Redistributions in binary form must reproduce the above copyright
      notice, this list of conditions and the following disclaimer in the
      documentation and/or other materials provided with the
      distribution.
-  
+  . 
   c. Neither the name of the author nor the names of contributors may 
      be used to endorse or promote products derived from this software 
      without specific prior written permission.
-  
+  . 
   THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
   "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT
   LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
@@ -38,21 +33,19 @@ License:
   (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-----------
-The files under lzf/lzf/* are
-
- Copyright (©) 2000-2008 Marc Alexander Lehmann <schmorp at schmorp.de>
- 
+Files: lzf/lzf/*
+Copyright: 2000-2008 Marc Alexander Lehmann <schmorp at schmorp.de>
+License:BSD-2-clause or GPL2+
  Redistribution and use in source and binary forms, with or without modifica-
  tion, are permitted provided that the following conditions are met:
- 
+ .
    1.  Redistributions of source code must retain the above copyright notice,
        this list of conditions and the following disclaimer.
- 
+ .
    2.  Redistributions in binary form must reproduce the above copyright
        notice, this list of conditions and the following disclaimer in the
        documentation and/or other materials provided with the distribution.
- 
+ .
  THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
  WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MER-
  CHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.  IN NO
@@ -63,7 +56,7 @@ The files under lzf/lzf/* are
  WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTH-
  ERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
  OF THE POSSIBILITY OF SUCH DAMAGE.
- 
+ .
  Alternatively, the contents of this file may be used under the terms of
  the GNU General Public License ("GPL") version 2 or any later version,
  in which case the provisions of the GPL are applicable instead of
@@ -74,8 +67,3 @@ The files under lzf/lzf/* are
  and other provisions required by the GPL. If you do not delete the
  provisions above, a recipient may use your version of this file under
  either the BSD or the GPL.
- 
-----------
-
-The Debian packaging is © 2009, Soeren Sonnenburg <sonne at debian.org> and
-is licensed under the GPL, see `/usr/share/common-licenses/GPL'.
diff --git a/debian/rules b/debian/rules
index 5d1570c..d5b3260 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,10 +1,13 @@
 #!/usr/bin/make -f
 include /usr/share/cdbs/1/rules/debhelper.mk
 include /usr/share/cdbs/1/class/python-distutils.mk
+include /usr/share/cdbs/1/class/python3-distutils.mk
 
 binary-install/python-h5py::
 	dh_python2
+	dh_python3
 	dh_numpy
+	dh_numpy3
 
 clean::
 	$(RM) setuptools-0.6c9-py2.5.egg

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/h5py.git



More information about the debian-science-commits mailing list