File: control

package info (click to toggle)
golang-github-jacobsa-gcloud 0.0~git20150709-1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 484 kB
  • ctags: 542
  • sloc: makefile: 4
file content (48 lines) | stat: -rw-r--r-- 2,169 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
Source: golang-github-jacobsa-gcloud
Section: devel
Priority: extra
Maintainer: pkg-go <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Michael Stapelberg <stapelberg@debian.org>
Build-Depends: debhelper (>= 9),
               dh-golang,
               golang-go,
               golang-github-jacobsa-fuse-dev,
               golang-github-jacobsa-oglematchers-dev,
               golang-github-jacobsa-oglemock-dev,
               golang-github-jacobsa-ogletest-dev,
               golang-github-jacobsa-reqtrace-dev,
               golang-github-jacobsa-syncutil-dev,
               golang-github-jacobsa-timeutil-dev,
               golang-github-jacobsa-util-dev,
               golang-golang-x-net-dev | golang-go.net-dev (>= 0.0+git20150226.3d87fd6),
               golang-golang-x-oauth2-dev,
               golang-golang-x-sys-dev,
               golang-google-api-dev
Standards-Version: 3.9.6
Homepage: https://github.com/jacobsa/gcloud
Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-go/packages/golang-github-jacobsa-gcloud.git;a=summary
Vcs-Git: git://anonscm.debian.org/pkg-go/packages/golang-github-jacobsa-gcloud.git

Package: golang-github-jacobsa-gcloud-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-go,
         golang-github-jacobsa-fuse-dev,
         golang-github-jacobsa-oglematchers-dev,
         golang-github-jacobsa-oglemock-dev,
         golang-github-jacobsa-ogletest-dev,
         golang-github-jacobsa-reqtrace-dev,
         golang-github-jacobsa-syncutil-dev,
         golang-github-jacobsa-timeutil-dev,
         golang-github-jacobsa-util-dev,
         golang-golang-x-net-dev | golang-go.net-dev (>= 0.0+git20150226.3d87fd6),
         golang-golang-x-oauth2-dev,
         golang-golang-x-sys-dev,
         golang-google-api-dev
Built-Using: ${misc:Built-Using}
Description: convenience wrapper around google cloud platform APIs
 This repo contains unofficial code related to Google Cloud Platform services;
 in particular a package for interacting with Google Cloud Storage. The latter
 is just a wrapper around code that exists elsewhere, presenting it with a
 different API.