File: control

package info (click to toggle)
golang-github-stacktic-dropbox 0.0~git20160424.0.58f839b-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster, stretch
  • size: 184 kB
  • ctags: 262
  • sloc: makefile: 2
file content (29 lines) | stat: -rw-r--r-- 1,251 bytes parent folder | download | duplicates (2)
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
Source: golang-github-stacktic-dropbox
Section: devel
Priority: extra
Maintainer: Debian Go Packaging Team <pkg-go-maintainers@lists.alioth.debian.org>
Uploaders: Dr. Tobias Quathamer <toddy@debian.org>
Build-Depends: debhelper (>= 10),
               dh-golang,
               golang-any,
               golang-golang-x-net-dev,
               golang-golang-x-oauth2-dev
Standards-Version: 3.9.8
Homepage: https://github.com/stacktic/dropbox
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-go/packages/golang-github-stacktic-dropbox.git
Vcs-Git: https://anonscm.debian.org/git/pkg-go/packages/golang-github-stacktic-dropbox.git
XS-Go-Import-Path: github.com/stacktic/dropbox

Package: golang-github-stacktic-dropbox-dev
Architecture: all
Depends: ${shlibs:Depends},
         ${misc:Depends},
         golang-golang-x-net-dev,
         golang-golang-x-oauth2-dev
Description: Go client library for the Dropbox core and Datastore API
 Dropbox Go client library for the Dropbox core and Datastore API with
 support for uploading and downloading encrypted files.
 .
 Support of the Datastore API should be considered as a beta version.
 To use this library, you must have a valid client ID (app key) and
 client secret (app secret) provided by Dropbox.