File: control

package info (click to toggle)
android-cuttlefish 1.0.1-0~exp2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,192 kB
  • sloc: cpp: 39,149; sh: 2,523; javascript: 242; exp: 152; python: 125; makefile: 88
file content (93 lines) | stat: -rw-r--r-- 2,688 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
83
84
85
86
87
88
89
90
91
92
93
Source: cuttlefish-common
Maintainer: Cuttlefish Team
Section: misc
Priority: optional
Build-Depends: config-package-dev,
               debhelper-compat (= 12),
               clang,
               pkg-config,
               libfmt-dev,
               libgflags-dev,
               libjsoncpp-dev,
               libcurl4-openssl-dev,
               libgoogle-glog-dev,
               libgtest-dev,
               libssl-dev,
               libxml2-dev,
               uuid-dev,
               libprotobuf-dev,
               libprotobuf-c-dev,
               protobuf-compiler,
               libz3-dev,
               sed,
               git,
               bazel [amd64]
Standards-Version: 4.5.0

Package: cuttlefish-base
Architecture: any
Depends: adduser,
         binfmt-support [arm64],
         bridge-utils,
         curl,
         dnsmasq-base,
         e2fsprogs,
         ebtables-legacy | ebtables,
         f2fs-tools,
         grub-efi-arm64-bin [arm64],
         grub-efi-ia32-bin [!arm64],
         iproute2,
         iptables,
         libarchive-tools | bsdtar,
         libcurl4,
         libdrm2,
         libfdt1,
         libfmt-dev,
         libgflags-dev,
         libgl1,
         libjsoncpp-dev,
         libprotobuf-dev,
         libssl-dev,
         libusb-1.0-0,
         libwayland-client0,
         libwayland-server0,
         libx11-6,
         libxext6,
         libxml2-dev,
         libz3-4,
         lsb-base,
         net-tools,
         openssl,
         python3,
         qemu-user-static [arm64],
         util-linux,
         ${misc:Depends},
         ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: cuttlefish-common (<= 0.9.24)
Description: Cuttlefish Android Virtual Device companion package
 Contains set of tools and binaries required to boot up and manage
 Cuttlefish Android Virtual Device that are used in all deployments.

Package: cuttlefish-common
Architecture: any
Depends: cuttlefish-base,
         cuttlefish-user,
Description: Cuttlefish Android Virtual Device companion package
 Metapackage ensuring all packages needed to run and interact with
 Cuttlefish device are installed.

Package: cuttlefish-integration
Architecture: any
Depends: cuttlefish-base,
         qemu-system-arm (>= 2.8.0),
         qemu-system-x86 (>= 2.8.0),
         qemu-system-misc (>= 2.8.0),
         ${shlibs:Depends},
         ${misc:Depends}
Pre-Depends: ${misc:Pre-Depends}
Conflicts: ${diverted-files}
Provides: ${diverted-files}
Description: Utilities for Android cuttlefish devices in the cloud
 Configuration and utilities for Android cuttlefish devices running on
 Google Compute Engine. Not intended for use on developer machines.