File: control

package info (click to toggle)
google-compute-image-packages 20190124-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 1,344 kB
  • sloc: python: 6,338; sh: 1,748; cpp: 1,535; ansic: 404; makefile: 160
file content (62 lines) | stat: -rw-r--r-- 2,713 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
Source: google-compute-image-packages
Section: admin
Priority: optional
Maintainer: Debian Cloud Team <debian-cloud@lists.debian.org>
Uploaders: Lucas Kanashiro <lucas.kanashiro@collabora.com>
Build-Depends: debhelper (>= 12),
               dh-python,
               libcurl4-openssl-dev,
               libjson-c-dev,
               libpam0g-dev,
               python3-all,
               python3-boto,
               python3-distro,
               python3-pytest,
               python3-setuptools
Standards-Version: 4.3.0
Testsuite: autopkgtest-pkg-python
Vcs-Git: https://salsa.debian.org/debian/google-compute-image-packages.git
Vcs-Browser: https://salsa.debian.org/debian/google-compute-image-packages
Homepage: https://github.com/GoogleCloudPlatform/compute-image-packages

Package: google-compute-engine
Architecture: all
Depends: google-compute-engine-oslogin,
         python3-google-compute-engine (= ${source:Version}),
         ${misc:Depends}
Description: Google Compute Engine guest environment for cloud images
 This package contains a set of scripts, configuration, and systemd init files
 for features specific to the Google Compute Engine cloud environment. These
 features are Google Compute Engine specific and need to be configured by
 special daemons provided by this package. Some examples of these services are:
 configure specific network settings, run startup/shutdown scripts and store
 user provided ssh keys for machine access.

Package: python3-google-compute-engine
Section: python
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Python library for Google Compute Engine interaction (Python 3)
 Python 3.x library used to setup and manage resources in Google Compute Engine
 guests machines in a cloud environment such as accounts, clock skew, disk
 expand, instance setup, network and metadata scripts.

Package: google-compute-engine-oslogin
Architecture: any
Depends: ${misc:Depends},
         ${shlibs:Depends}
Description: OS Login guest environment for Google Compute Engine
 Contains applications and configurations for using OS Login on Google Compute
 Engine Virtual Machine Instances.
 .
 It is composed by:
  * Authorized Keys Command to fetch SSH keys from the user's OS Login profile
    and make them available to sshd.
  * NSS Module to provide support for making OS Login user and group
    information available to the system, using NSS (Name Service Switch)
    functionality.
  * PAM Module to provide authorization and authentication support allowing
    the system to use data stored in Google Cloud IAM permissions to control
    both, the ability to log into an instance, and to perform operations as
    root (sudo).