summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2019-11-14 20:03:45 +0100
committergregor herrmann <gregoa@debian.org>2019-11-14 20:03:45 +0100
commit0e3624da46642fa3a2eda5dc17a8ec581cd73304 (patch)
tree8b2c5bd41b4cd5107e1e33c02c716a636fc9d9f0
parente29db7c78e396ee350d7a98c4aeea92d4f34f4b3 (diff)
Drop unneeded version constraints from (build) dependencies.
-rw-r--r--debian/control8
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 254ff65..f6e665f 100644
--- a/debian/control
+++ b/debian/control
@@ -7,9 +7,9 @@ Priority: optional
Build-Depends: debhelper (>= 11)
Build-Depends-Indep: libdata-dump-perl <!nocheck>,
libhtml-parser-perl <!nocheck>,
- libmoo-perl (>= 1.002000) <!nocheck>,
+ libmoo-perl <!nocheck>,
libnamespace-clean-perl <!nocheck>,
- libscalar-list-utils-perl (>= 1:1.33) <!nocheck>,
+ libscalar-list-utils-perl <!nocheck>,
libsub-quote-perl <!nocheck>,
libtest-fatal-perl <!nocheck>,
libtest-most-perl <!nocheck>,
@@ -27,9 +27,9 @@ Depends: ${misc:Depends},
${perl:Depends},
libdata-dump-perl,
libhtml-parser-perl,
- libmoo-perl (>= 1.002000),
+ libmoo-perl,
libnamespace-clean-perl,
- libscalar-list-utils-perl (>= 1:1.33),
+ libscalar-list-utils-perl,
libsub-quote-perl,
libtype-tiny-perl (>= 1.002001),
liburi-perl