summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2024-03-05 20:44:33 +0100
committergregor herrmann <gregoa@debian.org>2024-03-05 20:45:29 +0100
commit1af022d86449b7a0b4738bcadbd8754f4f8b4264 (patch)
treec10c620c99ecb75202293ef8206b6bb5bff2027c
parentdf9c1ba0b680293c0314a19b03d802d5466e41f6 (diff)
Drop unneeded version constraints and Breaks/Replaces.
-rw-r--r--debian/control9
1 files changed, 3 insertions, 6 deletions
diff --git a/debian/control b/debian/control
index c31dcbb..748e6a7 100644
--- a/debian/control
+++ b/debian/control
@@ -6,8 +6,8 @@ Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
# make sure those are more recent than the ones embedded in inc/
- libcapture-tiny-perl (>= 0.48),
- libconfig-autoconf-perl (>= 0.319),
+ libcapture-tiny-perl,
+ libconfig-autoconf-perl,
libtest-leaktrace-perl <!nocheck>,
libtest-simple-perl <!nocheck>,
perl-xs-dev,
@@ -22,11 +22,8 @@ Package: liblist-moreutils-xs-perl
Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
- ${shlibs:Depends},
- perl
+ ${shlibs:Depends}
Enhances: liblist-moreutils-perl
-Breaks: liblist-moreutils-perl (<< 0.417)
-Replaces: liblist-moreutils-perl (<< 0.417)
Description: Perl module providing compiled List::MoreUtils functions
List::MoreUtils::XS is a backend for List::MoreUtils. Even if it's possible
to have it practically independent from List::MoreUtils, it technically