summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2022-06-07 19:48:56 +0200
committergregor herrmann <gregoa@debian.org>2022-06-07 19:48:56 +0200
commit0fa8b5002bf1672d1bfa8838d1a6dd63312aac33 (patch)
tree48663815360386f2f5d2de3e0162080fff70508e /debian
parent9a8ae1916d33178540d4d4c63c5e77e10197b7f0 (diff)
Make (test) dependency on libobject-pad-perl versioned.
Diffstat (limited to 'debian')
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index f92de5f..e1a6c47 100644
--- a/debian/control
+++ b/debian/control
@@ -10,7 +10,7 @@ Build-Depends: debhelper-compat (= 13),
Build-Depends-Indep: libfeature-compat-try-perl <!nocheck>,
libfuture-asyncawait-perl <!nocheck>,
libfuture-perl <!nocheck>,
- libobject-pad-perl <!nocheck>,
+ libobject-pad-perl (>= 0.57) <!nocheck>,
libparser-mgc-perl <!nocheck>,
libscalar-list-utils-perl <!nocheck>,
libstruct-dumb-perl <!nocheck>,
@@ -34,7 +34,7 @@ Depends: ${misc:Depends},
libfeature-compat-try-perl,
libfuture-asyncawait-perl,
libfuture-perl,
- libobject-pad-perl,
+ libobject-pad-perl (>= 0.57),
libparser-mgc-perl,
libscalar-list-utils-perl,
libstruct-dumb-perl,