[pytables] 01/01: Added an explicit build dependency from dh-python

Antonio Valentino a_valentino-guest at moszumanska.debian.org
Sun Aug 3 08:30:22 UTC 2014


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

a_valentino-guest pushed a commit to branch master
in repository pytables.

commit 06c9746fe27e57248ece13fecaddd4910cc6c527
Author: Antonio Valentino <antonio.valentino at tiscali.it>
Date:   Sun Aug 3 08:18:16 2014 +0000

    Added an explicit build dependency from dh-python
---
 debian/changelog |  2 ++
 debian/control   | 62 ++++++++++++++++++++++++++++++++++++++++----------------
 2 files changed, 47 insertions(+), 17 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2e7631d..f477419 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ pytables (3.1.1-2) UNRELEASED; urgency=medium
 
   * debian/patches
     - new patch that fixes an import issue with cython > 0.20.2
+  * debian/control
+    - added an explicit build dependency from dh-python
 
  -- Antonio Valentino <antonio.valentino at tiscali.it>  Thu, 19 Jun 2014 20:23:50 +0000
 
diff --git a/debian/control b/debian/control
index 47ef43e..81daca0 100644
--- a/debian/control
+++ b/debian/control
@@ -9,24 +9,42 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=debian-science/packages/pytable
 Standards-Version: 3.9.5
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2
-Build-Depends: debhelper (>= 9.0.0), libhdf5-dev,
-               python-all-dev, python-all-dbg,
-               python3-all-dev, python3-all-dbg,
-               python-numpy, python-numpy-dbg,
-               python3-numpy, python3-numpy-dbg,
-               python-numexpr (>= 2.1), python-numexpr-dbg,
-               python3-numexpr, python3-numexpr-dbg,
-               cython (>= 0.13), cython-dbg, cython3, cython3-dbg,
-               zlib1g-dev, liblzo2-dev, liblz4-dev (>= 0.0~r114),
-               libsnappy-dev, libbz2-dev, python-sphinx (>= 1.0.7+dfsg),
-               texlive-latex-recommended, texlive-latex-extra,
+Build-Depends: debhelper (>= 9.0.0),
+               dh-python,
+               libhdf5-dev,
+               python-all-dev,
+               python-all-dbg,
+               python3-all-dev,
+               python3-all-dbg,
+               python-numpy,
+               python-numpy-dbg,
+               python3-numpy,
+               python3-numpy-dbg,
+               python-numexpr (>= 2.1),
+               python-numexpr-dbg,
+               python3-numexpr,
+               python3-numexpr-dbg,
+               cython (>= 0.13),
+               cython-dbg,
+               cython3,
+               cython3-dbg,
+               zlib1g-dev,
+               liblzo2-dev,
+               liblz4-dev (>= 0.0~r114),
+               libsnappy-dev,
+               libbz2-dev,
+               python-sphinx (>= 1.0.7+dfsg),
+               texlive-latex-recommended,
+               texlive-latex-extra,
                texlive-fonts-recommended,
                libjs-jquery-cookie
 XS-Testsuite: autopkgtest
 
 Package: python-tables
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends},
          python-tables-lib (>= ${source:Version}),
          python-tables-lib (<< ${source:Version}.1~),
          python-tables-data (= ${source:Version}),
@@ -81,10 +99,14 @@ Package: python-tables-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}, ${python:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends},
+         ${python:Depends},
+         ${shlibs:Depends},
          python-tables (= ${source:Version}),
          python-tables-lib (= ${binary:Version}),
-         python-dbg, python-numpy-dbg, python-numexpr-dbg
+         python-dbg,
+         python-numpy-dbg,
+         python-numexpr-dbg
 Recommends: ${shlibs:Recommends}
 Suggests: python-tables-doc, python-netcdf, ${shlibs:Suggests}
 Description: hierarchical database for Python based on HDF5 (debug extension)
@@ -108,7 +130,9 @@ Description: hierarchical database for Python based on HDF5 (debug extension)
 
 Package: python3-tables
 Architecture: all
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends},
          python3-tables-lib (>= ${source:Version}),
          python3-tables-lib (<< ${source:Version}.1~),
          python-tables-data (= ${source:Version}),
@@ -163,10 +187,14 @@ Package: python3-tables-dbg
 Section: debug
 Priority: extra
 Architecture: any
-Depends: ${misc:Depends}, ${python3:Depends}, ${shlibs:Depends},
+Depends: ${misc:Depends},
+         ${python3:Depends},
+         ${shlibs:Depends},
          python3-tables (= ${source:Version}),
          python3-tables-lib (= ${binary:Version}),
-         python3-dbg, python3-numpy-dbg, python3-numexpr-dbg
+         python3-dbg,
+         python3-numpy-dbg,
+         python3-numexpr-dbg
 Recommends: ${shlibs:Recommends}
 Suggests: python-tables-doc, python-netcdf, ${shlibs:Suggests}
 Description: hierarchical database for Python 3 based on HDF5 (debug extension)

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



More information about the debian-science-commits mailing list