-
Notifications
You must be signed in to change notification settings - Fork 595
/
Copy pathcontrol
145 lines (136 loc) · 4.62 KB
/
control
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
Source: snapd
Section: devel
Priority: optional
Maintainer: Ubuntu Developers <[email protected]>
Build-Depends: autoconf,
autoconf-archive,
automake,
autotools-dev,
bash-completion,
ca-certificates,
dbus,
debhelper (>= 9),
debhelper (>= 9.20160709~) | dh-systemd,
dh-apparmor,
dh-autoreconf,
dh-golang (>=1.7),
fakeroot,
flake8,
gcc-multilib [amd64],
gettext,
gnupg2,
golang-go (>=2:1.18~) [!powerpc] | golang-1.18 [!powerpc] | golang-1.21,
grub-common,
indent,
init-system-helpers,
libapparmor-dev,
libcap-dev,
libfuse3-dev (>= 3.10.5-1) | libfuse-dev,
libglib2.0-dev,
liblzma-dev,
liblzo2-dev,
libseccomp-dev,
libudev-dev,
openssh-client,
pkg-config,
python3,
python3-bs4,
python3-docutils,
python3-markdown,
python3-pytest,
squashfs-tools,
tzdata,
udev,
xfslibs-dev
Standards-Version: 3.9.7
Homepage: https://github.com/snapcore/snapd
Vcs-Browser: https://github.com/snapcore/snapd
Vcs-Git: https://github.com/snapcore/snapd.git
Package: golang-github-ubuntu-core-snappy-dev
Architecture: all
Depends: golang-github-snapcore-snapd-dev, ${misc:Depends}
Section: oldlibs
Description: transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: golang-github-snapcore-snapd-dev
Architecture: all
Breaks: golang-github-ubuntu-core-snappy-dev (<< 2.0.6),
golang-snappy-dev (<< 1.7.3+20160303ubuntu4)
Replaces: golang-github-ubuntu-core-snappy-dev (<< 2.0.6),
golang-snappy-dev (<< 1.7.3+20160303ubuntu4)
Depends: ${misc:Depends}
Description: snappy development go packages.
Use these to use the snappy API.
Package: snapd
Architecture: any
Depends: adduser,
apparmor (>= 2.10.95-0ubuntu2.2),
ca-certificates,
fuse3 (>= 3.10.5-1) | fuse,
openssh-client,
squashfs-tools,
systemd,
udev,
${dbussession:Depends},
${misc:Depends},
${shlibs:Depends}
Replaces: snap-confine (<< 2.23),
snapd-xdg-open (<= 0.0.0),
ubuntu-core-launcher (<< 2.22),
ubuntu-snappy (<< 1.9),
ubuntu-snappy-cli (<< 1.9)
Breaks: snap-confine (<< 2.23),
snapd-xdg-open (<= 0.0.0),
ubuntu-core-launcher (<< 2.22),
ubuntu-snappy (<< 1.9),
ubuntu-snappy-cli (<< 1.9),
${snapd:Breaks}
Recommends: gnupg
Suggests: zenity | kdialog
Conflicts: snap (<< 2013-11-29-1ubuntu1)
Built-Using: ${Built-Using} ${misc:Built-Using}
Description: Daemon and tooling that enable snap packages
Install, configure, refresh and remove snap packages. Snaps are
'universal' packages that work across many different Linux systems,
enabling secure distribution of the latest apps and utilities for
cloud, servers, desktops and the internet of things.
.
Start with 'snap list' to see installed snaps.
Package: ubuntu-snappy
Architecture: all
Depends: snapd, ${misc:Depends}
Section: oldlibs
Description: transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: ubuntu-snappy-cli
Architecture: all
Depends: snapd, ${misc:Depends}
Section: oldlibs
Description: transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: ubuntu-core-snapd-units
Architecture: all
Depends: snapd, ${misc:Depends}
Section: oldlibs
Description: transitional dummy package
This is a transitional dummy package. It can safely be removed.
Package: snap-confine
Architecture: any
Section: oldlibs
Depends: snapd (= ${binary:Version}), ${misc:Depends}
Description: Transitional package for snapd
This is a transitional dummy package. It can safely be removed.
Package: ubuntu-core-launcher
Architecture: any
Depends: snapd (= ${binary:Version}), ${misc:Depends}
Section: oldlibs
Pre-Depends: dpkg (>= 1.15.7.2)
Description: Transitional package for snapd
This is a transitional dummy package. It can safely be removed.
Package: snapd-xdg-open
Architecture: any
Depends: snapd (= ${binary:Version}), ${misc:Depends}
Section: oldlibs
Pre-Depends: dpkg (>= 1.15.7.2)
Description: Transitional package for snapd-xdg-open
This is a transitional dummy package. It can safely be removed.