summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorSimon McVittie <smcv@debian.org>2019-11-04 16:58:18 +0000
committerSimon McVittie <smcv@debian.org>2019-11-04 16:58:18 +0000
commitd5eb88dcca378c13d1ecf646fcfad0517e0e6092 (patch)
tree678e89aa7e6a7c4552a03ba308fce4e09cdc4813 /debian
parente3a902758ba4e90eae2aaf29e1145c309051b81b (diff)
d/tests/build2, d/tests/python2: Use python2, not python
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rwxr-xr-xdebian/tests/build26
-rw-r--r--debian/tests/control5
3 files changed, 6 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog
index 6d56e97..50e5431 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
dbus-python (1.2.12-2) UNRELEASED; urgency=medium
* Standards-Version: 4.4.1 (no changes required)
+ * d/tests/build2, d/tests/python2: Use python2, not python
-- Simon McVittie <smcv@debian.org> Tue, 01 Oct 2019 09:52:33 +0100
diff --git a/debian/tests/build2 b/debian/tests/build2
index ff97206..29d279a 100755
--- a/debian/tests/build2
+++ b/debian/tests/build2
@@ -35,7 +35,5 @@ test_build () {
"from _dbus_test_bindings import DBusGMainLoop"
}
-for p in python $(pyversions -s); do
- test_build "$p"
- test_build "$p-dbg"
-done
+test_build python2
+test_build python2-dbg
diff --git a/debian/tests/control b/debian/tests/control
index f4afbe6..8da82b6 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -3,11 +3,11 @@ Restrictions: skip-not-installable
Depends:
build-essential,
libglib2.0-dev,
- python-all-dbg,
- python-all-dev,
python-dbus,
python-dbus-dbg,
python-dbus-dev,
+ python2-dbg,
+ python2-dev,
Tests: build3
Depends:
@@ -27,6 +27,7 @@ Depends:
python-dbus-tests,
python-gi,
python-tap,
+ python2,
Tests: python3
Depends: