File: control

package info (click to toggle)
cloudsql-proxy 1.33.14-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 900 kB
  • sloc: sh: 57; makefile: 25
file content (82 lines) | stat: -rw-r--r-- 3,780 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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
Source: cloudsql-proxy
Section: golang
Priority: optional
Maintainer: Debian Go Packaging Team <team+pkg-go@tracker.debian.org>
Uploaders: Manoj Srivastava <srivasta@debian.org>,
           Anthony Fok <foka@debian.org>
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
               dh-sequence-golang,
               golang-any (>= 2:1.17~),
               golang-github-coreos-go-systemd-dev (>= 22.5.0),
               golang-github-go-sql-driver-mysql-dev (>= 1.7.1),
               golang-github-hanwen-go-fuse-dev (>= 2.4.0),
               golang-github-jackc-pgx-v4-dev (>= 4.18.1),
               golang-github-lib-pq-dev (>= 1.10.9),
#              golang-github-microsoft-go-mssqldb-dev (>= 1.6.0),
               golang-go.uber-zap-dev (>= 1.26.0),
               golang-golang-x-net-dev (>= 1:0.18.0),
               golang-golang-x-oauth2-google-dev (>= 0.14.0),
               golang-golang-x-sys-dev (>= 0.14.0),
               golang-golang-x-time-dev (>= 0.4.0),
               golang-google-api-dev,
               golang-google-cloud-dev,
Testsuite: autopkgtest-pkg-go
Standards-Version: 4.6.2
Vcs-Browser: https://salsa.debian.org/go-team/packages/cloudsql-proxy
Vcs-Git: https://salsa.debian.org/go-team/packages/cloudsql-proxy.git
Homepage: https://github.com/GoogleCloudPlatform/cloudsql-proxy
XS-Go-Import-Path: github.com/GoogleCloudPlatform/cloudsql-proxy

Package: cloudsql-proxy
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Recommends: fuse
Built-Using: ${misc:Built-Using}
Static-Built-Using: ${misc:Static-Built-Using}
Description: connect securely to a 2nd generation Cloud SQL DB
 The Cloud SQL Proxy allows a user with the appropriate permissions to
 connect to a Second Generation Google Cloud SQL database without having
 to deal with IP whitelisting or SSL certificates manually. It works by
 opening unix/tcp sockets on the local machine and proxying
 connections to the associated Cloud SQL instances when the sockets
 are used.
 .
 Optional functionality can be enabled (--fuse) with access to `/dev/fuse`
 as well as the `fusermount` binary.
 .
 By default, the proxy will authenticate under the default service account
 of the Compute Engine VM it is running on. Therefore, the VM must have at
 least the sqlservice.admin API scope
 ("https://www.googleapis.com/auth/sqlservice.admin")
 and the associated project must have the SQL Admin API enabled.  The default
 service account must also have at least WRITER/EDITOR privileges to any
 projects of target SQL instances.

Package: golang-github-googlecloudplatform-cloudsql-proxy-dev
Architecture: all
Multi-Arch: foreign
Depends: golang-github-coreos-go-systemd-dev (>= 22.5.0),
         golang-github-go-sql-driver-mysql-dev (>= 1.7.1),
         golang-github-hanwen-go-fuse-dev (>= 2.4.0),
         golang-github-jackc-pgx-v4-dev (>= 4.18.1),
         golang-github-lib-pq-dev (>= 1.10.9),
         golang-go.uber-zap-dev (>= 1.26.0),
         golang-golang-x-net-dev (>= 1:0.18.0),
         golang-golang-x-oauth2-google-dev (>= 0.14.0),
         golang-golang-x-sys-dev (>= 0.14.0),
         golang-golang-x-time-dev (>= 0.4.0),
         golang-google-api-dev,
         golang-google-cloud-dev,
         ${misc:Depends}
Description: connect securely to a 2nd generation Cloud SQL DB (Go library)
 The Cloud SQL Proxy allows a user with the appropriate permissions to
 connect to a Second Generation Google Cloud SQL database without having
 to deal with IP whitelisting or SSL certificates manually. It works by
 opening unix/tcp sockets on the local machine and proxying
 connections to the associated Cloud SQL instances when the sockets
 are used.
 .
 This package contains the github.com/GoogleCloudPlatform/cloudsql-proxy
 Go library.