summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMason James <mtj@kohaaloha.com>2023-02-01 20:53:46 +1300
committerMason James <mtj@kohaaloha.com>2023-02-01 21:27:55 +1300
commit59fa15baa4253e987a95db452f33809827f7c74b (patch)
treefd07510349c153e3656cac50bce670e0941f0c6e
parent8aaf8a27adab07d264fe0b8b8d6f110611748535 (diff)
update d/control
-rw-r--r--debian/control6
1 files changed, 2 insertions, 4 deletions
diff --git a/debian/control b/debian/control
index 6c4abf4..eb52906 100644
--- a/debian/control
+++ b/debian/control
@@ -24,7 +24,5 @@ Depends: ${misc:Depends},
${perl:Depends},
${shlibs:Depends},
libdigest-murmurhash3-pureperl-perl (>= 0.02)
-Description: Implementation of the HyperLogLog cardinality estimation algorithm
- (no description was found)
- .
- This description was automagically extracted from the module by dh-make-perl.
+Description: implementation of the HyperLogLog cardinality estimation algorithm
+ Algorithm::HyperLogLog provides an algorithm for estimating the cardinality of a set.