summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog11
-rw-r--r--debian/control4
2 files changed, 13 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 5dc2364..13c8c86 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,14 @@
+libtangence-perl (0.30-2) unstable; urgency=medium
+
+ * Team upload.
+ * Bump test and runtime dependency on libfuture-asyncawait-perl
+ to >= 0.60.
+ Needed indirectly via libsyntax-keyword-dynamically-perl 0.11.
+ Thanks to Paul Gevers for the bug report.
+ (Closes: #1025978)
+
+ -- gregor herrmann <gregoa@debian.org> Tue, 13 Dec 2022 19:50:16 +0100
+
libtangence-perl (0.30-1) unstable; urgency=medium
* Team upload.
diff --git a/debian/control b/debian/control
index ff1e833..78a739d 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Build-Depends: debhelper-compat (= 13),
libmodule-build-perl,
perl
Build-Depends-Indep: libfeature-compat-try-perl <!nocheck>,
- libfuture-asyncawait-perl <!nocheck>,
+ libfuture-asyncawait-perl (>= 0.60) <!nocheck>,
libfuture-perl <!nocheck>,
libobject-pad-perl (>= 0.70) <!nocheck>,
libparser-mgc-perl <!nocheck>,
@@ -32,7 +32,7 @@ Architecture: all
Depends: ${misc:Depends},
${perl:Depends},
libfeature-compat-try-perl,
- libfuture-asyncawait-perl,
+ libfuture-asyncawait-perl (>= 0.60),
libfuture-perl,
libobject-pad-perl (>= 0.70),
libparser-mgc-perl,