Source: python-scipy
Severity: normal
Tags: patch
User: debian-pyt...@lists.debian.org
Usertags: python3.6

Dear Maintainer,

The debian/tests/python3-smoke test does not depends on python3-all-dbg
and so fails when more than one python 3 version is supported. Simple patch
attached.

Cheers,
mwh

-- System Information:
Debian Release: stretch/sid
  APT prefers xenial-updates
  APT policy: (500, 'xenial-updates'), (500, 'xenial-security'), (500, 
'xenial'), (400, 'xenial-proposed'), (100, 'xenial-backports')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.4.0-78-generic (SMP w/4 CPU cores)
Locale: LANG=en_NZ.UTF-8, LC_CTYPE=en_NZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)
diff -Nru python-scipy-0.18.1/debian/changelog python-scipy-0.18.1/debian/changelog
--- python-scipy-0.18.1/debian/changelog	2017-06-08 11:24:46.000000000 +1200
+++ python-scipy-0.18.1/debian/changelog	2017-06-13 12:31:33.000000000 +1200
@@ -1,3 +1,9 @@
+python-scipy (0.18.1-2ubuntu1) artful; urgency=medium
+
+  * d/tests/control: Add python3-all-dbg to dependencies of python3-smoke test. 
+
+ -- Michael Hudson-Doyle <michael.hud...@ubuntu.com>  Tue, 13 Jun 2017 12:31:02 +1200
+
 python-scipy (0.18.1-2build1) artful; urgency=medium
 
   * No change rebuild to add Python 3.6 support.
diff -Nru python-scipy-0.18.1/debian/control python-scipy-0.18.1/debian/control
--- python-scipy-0.18.1/debian/control	2016-10-22 05:56:42.000000000 +1300
+++ python-scipy-0.18.1/debian/control	2017-06-13 12:31:35.000000000 +1200
@@ -1,7 +1,8 @@
 Source: python-scipy
 Section: python
 Priority: extra
-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
+Maintainer: Ubuntu Developers <ubuntu-devel-disc...@lists.ubuntu.com>
+XSBC-Original-Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
 Uploaders: Alexandre Fayolle <afayo...@debian.org>,
            Ondrej Certik <ond...@certik.cz>,
            David Cournapeau <courn...@gmail.com>,
diff -Nru python-scipy-0.18.1/debian/tests/control python-scipy-0.18.1/debian/tests/control
--- python-scipy-0.18.1/debian/tests/control	2016-10-22 05:56:42.000000000 +1300
+++ python-scipy-0.18.1/debian/tests/control	2017-06-13 12:30:52.000000000 +1200
@@ -10,7 +10,7 @@
 
 # short test on all python versions including debug
 Tests: python3-smoke
-Depends: python3-scipy, python3-scipy-dbg, python3-nose, python3-all
+Depends: python3-scipy, python3-scipy-dbg, python3-nose, python3-all, python3-all-dbg
 
 #needs root for update-alternatives, build-essential for libc6-dev (ctype libm.so)
 Tests: openblas
_______________________________________________
Python-modules-team mailing list
Python-modules-team@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/python-modules-team

Reply via email to