~sergiusens/snapcraft/meta-all-yaml

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
Source: snapcraft
Section: utils
Priority: extra
Maintainer: Snapcraft Team <snappy-devel@lists.ubuntu.com>
Build-Depends: bzr,
               cmake,
               debhelper (>= 9),
               dh-python,
               git,
               mercurial,
               pep8,
               plainbox,
               pyflakes,
               python3 (>= 3.2),
               python3-apt,
               python3-fixtures,
               python3-setuptools,
               python3-testscenarios,
               python3-yaml,
               ubuntu-snappy-cli,
               wget,
               xz-utils,
Homepage: https://launchpad.net/snapcraft
Vcs-Bzr: lp:snapcraft
Standards-Version: 3.9.6

Package: snapcraft
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         bzr,
         devscripts,
         dpkg-dev,
         git,
         python3-apt,
         python3-yaml,
         mercurial,
         sudo,
         ubuntu-snappy-cli,
         wget,
         xz-utils,
Description: easily craft snaps
 Snapcraft aims to make upstream developers' lives easier and as such is not
 a single toolset, but instead is a collection of tools that enable the
 natural workflow of an upstream to be extended with a simple release step
 into Snappy.