Codebase list golang-github-jacobsa-ratelimit / 48f4c25
Initial packaging Michael Stapelberg 8 years ago
7 changed file(s) with 75 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 golang-github-jacobsa-ratelimit (0.0~git20150723.0.2ca5e0c-1) unstable; urgency=medium
1
2 * Initial release (Closes: #793646)
3
4 -- Michael Stapelberg <stapelberg@debian.org> Sat, 25 Jul 2015 23:26:34 +0200
0 Source: golang-github-jacobsa-ratelimit
1 Section: devel
2 Priority: extra
3 Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
4 Uploaders: Michael Stapelberg <stapelberg@debian.org>
5 Build-Depends: debhelper (>= 9),
6 dh-golang,
7 golang-go,
8 golang-github-jacobsa-gcloud-dev,
9 golang-github-jacobsa-oglematchers-dev,
10 golang-github-jacobsa-ogletest-dev,
11 golang-github-jacobsa-syncutil-dev,
12 golang-golang-x-net-dev
13 Standards-Version: 3.9.6
14 Homepage: https://github.com/jacobsa/ratelimit
15 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-github-jacobsa-ratelimit.git;a=summary
16 Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-jacobsa-ratelimit.git
17
18 Package: golang-github-jacobsa-ratelimit-dev
19 Architecture: all
20 Depends: ${shlibs:Depends},
21 ${misc:Depends},
22 golang-go,
23 golang-github-jacobsa-gcloud-dev,
24 golang-github-jacobsa-oglematchers-dev,
25 golang-github-jacobsa-ogletest-dev,
26 golang-github-jacobsa-syncutil-dev,
27 golang-golang-x-net-dev
28 Built-Using: ${misc:Built-Using}
29 Description: Go package for rate limiting
30 This package contains code for dealing with rate limiting. See the
31 reference (http://godoc.org/github.com/jacobsa/ratelimit) for more info.
0 Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: ratelimit
2 Source: https://github.com/jacobsa/ratelimit
3
4 Files: *
5 Copyright: 2015 Aaron Jacobs
6 License: Apache-2.0
7
8 Files: debian/*
9 Copyright: 2015 Michael Stapelberg <stapelberg@debian.org>
10 License: Apache-2.0
11 Comment: Debian packaging is licensed under the same terms as upstream
12
13 License: Apache-2.0
14 Licensed under the Apache License, Version 2.0 (the "License");
15 you may not use this file except in compliance with the License.
16 You may obtain a copy of the License at
17 .
18 http://www.apache.org/licenses/LICENSE-2.0
19 .
20 Unless required by applicable law or agreed to in writing, software
21 distributed under the License is distributed on an "AS IS" BASIS,
22 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
23 See the License for the specific language governing permissions and
24 limitations under the License.
25 .
26 On Debian systems, the complete text of the Apache version 2.0 license
27 can be found in "/usr/share/common-licenses/Apache-2.0".
0 [DEFAULT]
1 pristine-tar = True
0 #!/usr/bin/make -f
1
2 export DH_GOPKG := github.com/jacobsa/ratelimit
3
4 %:
5 dh $@ --buildsystem=golang --with=golang
0 3.0 (quilt)