Automated cme fixes.
Martina Ferrari
3 years ago
11 | 11 |
* Update debhelper version to 12.
|
12 | 12 |
* Add debian/watch file.
|
13 | 13 |
|
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
|
15 | 18 |
|
16 | 19 |
golang-github-beorn7-perks (0.0~git20160804.0.4c0e845-1) unstable; urgency=medium
|
17 | 20 |
|
0 | 0 |
Source: golang-github-beorn7-perks
|
1 | |
Section: devel
|
2 | |
Priority: optional
|
3 | 1 |
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
|
4 | 2 |
Uploaders: Dmitry Smirnov <onlyjob@debian.org>,
|
5 | 3 |
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
|
7 | 8 |
Build-Depends: debhelper-compat (= 12),
|
8 | 9 |
dh-golang,
|
9 | 10 |
golang-any,
|
10 | 11 |
Standards-Version: 4.4.1
|
11 | |
Rules-Requires-Root: no
|
12 | |
Homepage: https://github.com/beorn7/perks
|
13 | 12 |
Vcs-Browser: https://salsa.debian.org/go-team/packages/golang-github-beorn7-perks
|
14 | 13 |
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
|
15 | 16 |
XS-Go-Import-Path: github.com/beorn7/perks
|
16 | 17 |
|
17 | 18 |
Package: golang-github-beorn7-perks-dev
|
|
21 | 22 |
Description: effective computation of things
|
22 | 23 |
This is a fork of github.com/bmizerany/perks (now unmaintained).
|
23 | 24 |
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
|
25 | 26 |
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
|
27 | 28 |
unbounded data stream within low memory and CPU bounds.
|