[python-imageio] 05/07: Fixup the nodoc build profile

Ghislain Vaillant ghisvail-guest at moszumanska.debian.org
Sun Jun 4 11:05:57 UTC 2017


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

ghisvail-guest pushed a commit to branch master
in repository python-imageio.

commit eb310c09337d01a6d8015efb0026aaf179cfccfe
Author: Ghislain Antony Vaillant <ghisvail at gmail.com>
Date:   Thu May 25 17:23:18 2017 +0100

    Fixup the nodoc build profile
---
 debian/control | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index 001b6af..e16f2f5 100644
--- a/debian/control
+++ b/debian/control
@@ -12,7 +12,7 @@ Build-Depends: debhelper (>= 10),
                python-pytest <!nocheck>,
                python-setuptools,
                python3-all,
-               python3-numpy <!nocheck>,
+               python3-numpy <!nocheck> <!nodoc>,
                python3-numpydoc <!nodoc>,
                python3-pil <!nocheck>,
                python3-pytest <!nocheck>,
@@ -32,7 +32,7 @@ Depends: ${misc:Depends},
          ${python:Depends}
 Suggests: python-astropy,
           python-gdal,
-          python-imageio-doc
+          python-imageio-doc <!nodoc>
 Description: library for reading and writing image data (Python 2)
  Imageio is a Python library that provides an easy interface to read and write
  a wide range of image data, including animated images, video, volumetric data,
@@ -44,7 +44,7 @@ Package: python3-imageio
 Architecture: all
 Depends: ${misc:Depends},
          ${python3:Depends}
-Suggests: python-imageio-doc,
+Suggests: python-imageio-doc <!nodoc>,
           python3-astropy,
           python3-gdal
 Description: library for reading and writing image data (Python 3)

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



More information about the debian-science-commits mailing list