summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog7
-rw-r--r--debian/tests/control2
2 files changed, 8 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 77f0460..439ca26 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,10 @@
+plakativ (0.5-2) unstable; urgency=medium
+
+ * debian/tests/control: depend on python3-all to pull in all python versions
+ returned by py3versions -s (closes: #1001366)
+
+ -- Johannes Schauer Marin Rodrigues <josch@debian.org> Thu, 09 Dec 2021 10:56:40 +0100
+
plakativ (0.5-1) unstable; urgency=medium
* New upstream version 0.5
diff --git a/debian/tests/control b/debian/tests/control
index d2842c3..1c9b195 100644
--- a/debian/tests/control
+++ b/debian/tests/control
@@ -1,2 +1,2 @@
Tests: testsuite
-Depends: @, python3-pytest
+Depends: @, python3-pytest, python3-all