Initial commit
Dmitry Smirnov
7 years ago
0 | golang-github-beorn7-perks (0.0~git20150223.0.b965b61-1) UNRELEASED; urgency=medium | |
1 | ||
2 | * Initial release (Closes: TODO) | |
3 | ||
4 | -- Dmitry Smirnov <onlyjob@debian.org> Thu, 05 Nov 2015 15:59:29 +1100 |
0 | 9 |
0 | Source: golang-github-beorn7-perks | |
1 | Section: devel | |
2 | Priority: extra | |
3 | Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org> | |
4 | Uploaders: Dmitry Smirnov <onlyjob@debian.org> | |
5 | Build-Depends: debhelper (>= 9), | |
6 | dh-golang, | |
7 | golang-go | |
8 | Standards-Version: 3.9.6 | |
9 | Homepage: https://github.com/beorn7/perks | |
10 | Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-beorn7-perks.git | |
11 | Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-beorn7-perks.git | |
12 | XS-Go-Import-Path: github.com/beorn7/perks | |
13 | ||
14 | Package: golang-github-beorn7-perks-dev | |
15 | Architecture: all | |
16 | Depends: ${shlibs:Depends}, | |
17 | ${misc:Depends}, | |
18 | golang-go | |
19 | Description: effective computation of things | |
20 | Perks contains the Go package quantile that computes approximate quantiles | |
21 | over an unbounded data stream within low memory and CPU bounds. |
0 | Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ | |
1 | Upstream-Name: perks | |
2 | Source: https://github.com/beorn7/perks | |
3 | ||
4 | Files: * | |
5 | Copyright: 2013 Blake Mizerany | |
6 | License: Expat | |
7 | ||
8 | Files: debian/* | |
9 | Copyright: 2015 Dmitry Smirnov <onlyjob@debian.org> | |
10 | License: Expat | |
11 | ||
12 | License: Expat | |
13 | Permission is hereby granted, free of charge, to any person obtaining a | |
14 | copy of this software and associated documentation files (the "Software"), | |
15 | to deal in the Software without restriction, including without limitation | |
16 | the rights to use, copy, modify, merge, publish, distribute, sublicense, | |
17 | and/or sell copies of the Software, and to permit persons to whom the | |
18 | Software is furnished to do so, subject to the following conditions: | |
19 | . | |
20 | The above copyright notice and this permission notice shall be included | |
21 | in all copies or substantial portions of the Software. | |
22 | . | |
23 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR | |
24 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, | |
25 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL | |
26 | THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER | |
27 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING | |
28 | FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER | |
29 | DEALINGS IN THE SOFTWARE. |
0 | #!/usr/bin/make -f | |
1 | ||
2 | export DH_GOLANG_INSTALL_ALL := 1 | |
3 | ||
4 | %: | |
5 | dh $@ --buildsystem=golang --with=golang |
0 | 3.0 (quilt) |