summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-01-08 20:49:03 +0100
committergregor herrmann <gregoa@debian.org>2023-01-08 20:49:03 +0100
commitff72c6a226e48bc91277b8d790af36976ab4cdb7 (patch)
tree62a07ea22ee01a47d2523aa63c1eab348ad95594
parent2cf32c870c98120559282710e1269d1e5daeb7a1 (diff)
Refresh list of test and runtime dependencies.
-rw-r--r--debian/control9
1 files changed, 6 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 6a10869..b9d0a31 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,8 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13)
-Build-Depends-Indep: libtest-simple-perl <!nocheck>,
+Build-Depends-Indep: libscalar-list-utils-perl <!nocheck>,
+ libtest-simple-perl <!nocheck>,
perl
Standards-Version: 4.6.1
Vcs-Browser: https://salsa.debian.org/perl-team/modules/packages/libtest-deep-perl
@@ -16,9 +17,11 @@ Rules-Requires-Root: no
Package: libtest-deep-perl
Architecture: all
-Depends: ${misc:Depends},
- ${perl:Depends}
Multi-Arch: foreign
+Depends: ${misc:Depends},
+ ${perl:Depends},
+ libscalar-list-utils-perl,
+ libtest-simple-perl
Description: Perl module for extremely flexible deep comparisons
Test::Deep gives you very flexible ways to check that the result you got is
the result you were expecting. At it's simplest it compares two structures by