summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgregor herrmann <gregoa@debian.org>2023-02-03 14:05:22 +0100
committergregor herrmann <gregoa@debian.org>2023-02-03 14:05:22 +0100
commit6aca132bcf1dcf43d21edcb2200e54dc5e990a13 (patch)
treea0d3f63a6207f88b3b8c163b53d3de39e08d2c83
parent2da33eee8533eb400b0bc17e2050d5c717f7834e (diff)
remove version constraint from new package
Gbp-Dch: Ignore
-rw-r--r--debian/control4
1 files changed, 2 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index eb52906..fc55302 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Section: perl
Testsuite: autopkgtest-pkg-perl
Priority: optional
Build-Depends: debhelper-compat (= 13),
- libdigest-murmurhash3-pureperl-perl (>= 0.02) <!nocheck>,
+ libdigest-murmurhash3-pureperl-perl <!nocheck>,
libmodule-build-perl,
libmodule-build-xsutil-perl,
libtest-fatal-perl <!nocheck>,
@@ -23,6 +23,6 @@ Architecture: any
Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
- libdigest-murmurhash3-pureperl-perl (>= 0.02)
+ libdigest-murmurhash3-pureperl-perl
Description: implementation of the HyperLogLog cardinality estimation algorithm
Algorithm::HyperLogLog provides an algorithm for estimating the cardinality of a set.