[python-fabio] 58/73: add a few build-deps

Frédéric-Emmanuel Picca picca at moszumanska.debian.org
Tue Jan 5 11:34:12 UTC 2016


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

picca pushed a commit to branch master
in repository python-fabio.

commit 47899ecdaf7db869434f9464459e98fb5ca80893
Author: Picca Frédéric-Emmanuel <picca at synchrotron-soleil.fr>
Date:   Thu Jul 23 10:35:49 2015 +0200

    add a few build-deps
---
 debian/changelog | 5 +++++
 debian/control   | 6 ++++--
 debian/rules     | 2 +-
 3 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8818cea..7605774 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,11 @@ python-fabio (0.2.2+dfsg-1) unstable; urgency=medium
 
   * Imported Upstream version 0.2.2+dfsg
   * Repack in order to exclude third_party modules
+  * debian/control
+    - Add Build-Depends: python-six, pymca,
+      python-sphinxcontrib.programoutput
+  * debian/patchs
+    - 0001-fix-the-build-system.patch (added)
   * debian/watch
     - use the PyPi redirector
 
diff --git a/debian/control b/debian/control
index 568c3f8..79beb64 100644
--- a/debian/control
+++ b/debian/control
@@ -8,6 +8,7 @@ Build-Depends: cython,
                cython-dbg,
                debhelper (>= 9),
                dh-python,
+               pymca,
                python-all-dev,
                python-all-dbg,
                python-imaging,
@@ -18,7 +19,8 @@ Build-Depends: cython,
                python-numpy-dbg,
                python-setuptools,
                python-six,
-               python-sphinx (>= 1.0.7+dfsg-1~)
+               python-sphinx (>= 1.0.7+dfsg-1~),
+               python-sphinxcontrib.programoutput
 Standards-Version: 3.9.5
 Vcs-Browser: http://git.epn-campus.eu/projects/fabio/repository
 Vcs-Git: git://git@git.epn-campus.eu:python-fabio
@@ -31,12 +33,12 @@ Section: python
 Depends: ${misc:Depends},
          ${python:Depends},
          ${shlibs:Depends},
+         pymca,
          python-six
 Recommends: python-imaging,
             python-lxml,
             python-matplotlib
 Suggests: pyfai,
-          pymca,
           python-fabio-doc
 Description: I/O library for images produced by 2D X-ray detector
  FabIO is an I/O library for images produced by 2D X-ray detectors and
diff --git a/debian/rules b/debian/rules
index 59d05df..507324c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_build:
 	PYBUILD_BUILD_ARGS="PYTHONPATH={build_dir} http_proxy='localhost' sphinx-build -N -bhtml doc/source build/html" dh_auto_build  # HTML generator
 
 # unactive test for now
-#override_dh_auto_test:
+override_dh_auto_test:
 #	PYBUILD_SYSTEM=custom \
 #	PYBUILD_TEST_ARGS="PYTHONPATH={build_dir} {interpreter} test/test_all.py" dh_auto_test
 

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



More information about the debian-science-commits mailing list