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

Dear Maintainer,

As subject. Nothing ensures that a non-default version of Python 3 is installed,
so running the tests with a non-default version of Python 3 fails.

Attaching the patch I uploaded to Ubuntu.

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 qscintilla2-2.9.3+dfsg/debian/changelog qscintilla2-2.9.3+dfsg/debian/changelog
--- qscintilla2-2.9.3+dfsg/debian/changelog	2017-06-08 11:22:26.000000000 +1200
+++ qscintilla2-2.9.3+dfsg/debian/changelog	2017-06-13 11:49:04.000000000 +1200
@@ -1,3 +1,10 @@
+qscintilla2 (2.9.3+dfsg-4ubuntu1) artful; urgency=medium
+
+  * Add python3-all to d/tests/control to ensure all supported versions of
+    Python 3 are actually installed. 
+
+ -- Michael Hudson-Doyle <michael.hud...@ubuntu.com>  Tue, 13 Jun 2017 11:48:42 +1200
+
 qscintilla2 (2.9.3+dfsg-4build1) artful; urgency=medium
 
   * No change rebuild to add Python 3.6 support.
diff -Nru qscintilla2-2.9.3+dfsg/debian/control qscintilla2-2.9.3+dfsg/debian/control
--- qscintilla2-2.9.3+dfsg/debian/control	2016-11-14 18:24:06.000000000 +1300
+++ qscintilla2-2.9.3+dfsg/debian/control	2017-06-13 11:49:09.000000000 +1200
@@ -1,6 +1,7 @@
 Source: qscintilla2
 Priority: optional
-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: Torsten Marek <shlo...@debian.org>,
            Gudjon I. Gudjonsson <gud...@gudjon.org>,
            Scott Kitterman <sc...@kitterman.com>
diff -Nru qscintilla2-2.9.3+dfsg/debian/tests/control qscintilla2-2.9.3+dfsg/debian/tests/control
--- qscintilla2-2.9.3+dfsg/debian/tests/control	2016-08-13 08:36:40.000000000 +1200
+++ qscintilla2-2.9.3+dfsg/debian/tests/control	2017-06-13 11:48:39.000000000 +1200
@@ -2,4 +2,5 @@
 Depends: python-qscintilla2,
          python3-pyqt4.qsci,
          python-pyqt5.qsci,
-         python3-pyqt5.qsci
+         python3-pyqt5.qsci,
+         python3-all
_______________________________________________
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