File: control

package info (click to toggle)
snapd 2.21-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 7,912 kB
  • ctags: 8,412
  • sloc: ansic: 3,930; sh: 1,505; python: 414; makefile: 398; exp: 177
file content (116 lines) | stat: -rw-r--r-- 4,398 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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
Source: snapd
Section: devel
Priority: optional
Maintainer: Steve Langasek <vorlon@debian.org>
Uploaders: Michael Hudson-Doyle <michael.hudson@ubuntu.com>,
	Zygmunt Krynicki <me@zygoon.pl>,
	Luke Faraone <lfaraone@debian.org>
Build-Depends: autoconf,
               automake,
               autotools-dev,
               bash-completion,
               debhelper (>= 9),
               dh-apparmor,
               dh-autoreconf,
               dh-golang (>=1.7),
               dh-systemd,
               fakeroot,
               gettext,
               gnupg2,
               golang-check.v1-dev,
               golang-context-dev,
               golang-github-coreos-go-systemd-dev,
               golang-github-gorilla-mux-dev,
               golang-github-gosexy-gettext-dev,
               golang-github-mvo5-goconfigparser-dev,
               golang-github-mvo5-uboot-go-dev,
               golang-go,
               golang-go-flags-dev,
               golang-golang-x-crypto-dev,
               golang-golang-x-net-dev,
               golang-gopkg-tomb.v2-dev (>= 0.0~git20161208.0.d5d1b58-1),
               golang-gopkg-cheggaaa-pb.v1-dev,
               golang-websocket-dev,
               golang-yaml.v2-dev,
               golang-gopkg-macaroon.v1-dev,
               golang-gopkg-retry.v1-dev,
               golang-github-gosexy-gettext-dev,
               golang-any (>=2:1.6) | golang-1.6,
               indent,
               init-system-helpers,
               libapparmor-dev,
               libglib2.0-dev,
               libseccomp-dev,
               libudev-dev,
               pkg-config,
               python3,
               python3-docutils,
               python3-markdown,
               squashfs-tools,
               tzdata,
               udev
Standards-Version: 3.9.8
Homepage: https://github.com/snapcore/snapd
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/snapd.git
Vcs-Git: git://anonscm.debian.org/collab-maint/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,
         gnupg1 | gnupg,
         snap-confine (= ${binary:Version}),
         squashfs-tools,
         systemd,
         ubuntu-core-launcher (= ${binary:Version}),
         ${misc:Depends},
         ${shlibs:Depends}
Breaks: snap (<< 2013-11-29-5~)
Replaces: snap (<< 2013-11-29-5~)
Built-Using: ${misc:Built-Using}
Description: Tool to interact with Ubuntu Core Snappy.
 Manage an Ubuntu system with snappy.
 .
 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.
 .
 This is the CLI for snapd, a background service that takes care of
 snaps on the system. Start with 'snap list' to see installed snaps.

Package: snap-confine
Architecture: any
Breaks: ubuntu-core-launcher (<< 1.0.32)
Replaces: ubuntu-core-launcher (<< 1.0.32)
Depends: apparmor (>= 2.10.95-0ubuntu2.2), ${misc:Depends}, ${shlibs:Depends}
Description: Support executable to apply confinement for snappy apps
 This package contains an internal tool for applying confinement to snappy app.
 The executable (snap-confine) is ran internally by snapd to apply confinement
 to the started application process. The tool is written in C and carefully
 reviewed to limit the attack surface on the security model of snapd.

Package: ubuntu-core-launcher
Architecture: any
Depends: snap-confine (= ${binary:Version}), ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: dpkg (>= 1.15.7.2)
Description: Launcher for ubuntu-core (snappy) apps
 This package contains the launcher for launching snappy applications