Codebase list golang-github-beorn7-perks / aef9efb
Automated cme fixes. Martina Ferrari 4 years ago
2 changed file(s) with 12 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
1111 * Update debhelper version to 12.
1212 * Add debian/watch file.
1313
14 -- Daniel Swarbrick <daniel.swarbrick@cloud.ionos.com> Wed, 15 Jan 2020 13:56:23 +0100
14 [ Martina Ferrari ]
15 * Automated cme fixes.
16
17 -- Martina Ferrari <tincho@debian.org> Thu, 16 Jan 2020 12:08:37 +0000
1518
1619 golang-github-beorn7-perks (0.0~git20160804.0.4c0e845-1) unstable; urgency=medium
1720
00 Source: golang-github-beorn7-perks
1 Section: devel
2 Priority: optional
31 Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
42 Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
53 Tim Potter <tpot@hpe.com>,
6 Martín Ferrari <tincho@debian.org>
4 Martín Ferrari <tincho@debian.org>,
5 Section: devel
6 Testsuite: autopkgtest-pkg-go
7 Priority: optional
78 Build-Depends: debhelper-compat (= 12),
89 dh-golang,
910 golang-any,
1011 Standards-Version: 4.4.1
11 Rules-Requires-Root: no
12 Homepage: https://github.com/beorn7/perks
1312 Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-beorn7-perks
1413 Vcs-Git: https://salsa.debian.org/go-team/packages/golang-github-beorn7-perks.git
14 Homepage: https://github.com/beorn7/perks
15 Rules-Requires-Root: no
1516 XS-Go-Import-Path: github.com/beorn7/perks
1617
1718 Package: golang-github-beorn7-perks-dev
2122 Description: effective computation of things
2223 This is a fork of github.com/bmizerany/perks (now unmaintained).
2324 The package contains:
24 * github.com/beorn7/perks/histogram: a Go implementation of BigML's histogram
25 * github.com/beorn7/perks/histogram: a Go implementation of BigML's histogram
2526 package for Clojure/Java.
26 * github.com/beorn7/perks/quantile: computes approximate quantiles over an
27 * github.com/beorn7/perks/quantile: computes approximate quantiles over an
2728 unbounded data stream within low memory and CPU bounds.