[h5py] 04/08: d/control: fix duplicate short and long descr.

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Wed Apr 1 07:17:38 UTC 2015


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

ghisvail-guest pushed a commit to branch debian/experimental
in repository h5py.

commit 14b599b2689a69b5835012f285370c96f62be3ac
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Tue Mar 31 23:47:26 2015 +0100

    d/control: fix duplicate short and long descr.
---
 debian/control | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 7f3354e..80e42dc 100644
--- a/debian/control
+++ b/debian/control
@@ -28,7 +28,7 @@ Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python:Depends}
-Description: h5py is a general-purpose Python interface to hdf5
+Description: General-purpose Python interface to hdf5 (Python 2)
  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
@@ -46,13 +46,15 @@ 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.
+ .
+ This package provides the Python 2 version of h5py.
 
 Package: python3-h5py
 Architecture: any
 Depends: ${shlibs:Depends},
          ${misc:Depends},
          ${python3:Depends}
-Description: h5py is a general-purpose Python interface to hdf5
+Description: General-purpose Python interface to hdf5 (Python 3)
  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
@@ -70,3 +72,5 @@ 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.
+ .
+ This package provides the Python 3 version of h5py.

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