File: control

package info (click to toggle)
buildstream 1.6.9-3
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 7,560 kB
  • sloc: python: 28,787; sh: 1,339; makefile: 137; ansic: 48
file content (77 lines) | stat: -rw-r--r-- 3,195 bytes parent folder | download | duplicates (2)
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
Source: buildstream
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy BĂ­cha <jbicha@ubuntu.com>
Build-Depends: debhelper-compat (= 13),
               bubblewrap,
               dh-sequence-python3,
               python3,
               python3-click <!nocheck>,
               python3-coverage <!nocheck>,
               python3-fuse <!nocheck>,
               python3-grpcio <!nocheck>,
               python3-jinja2 <!nocheck>,
               python3-pluginbase <!nocheck>,
               python3-protobuf <!nocheck>,
               python3-psutil <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pytest-pylint <!nocheck>,
               python3-pytest-runner,
               python3-pytest-timeout <!nocheck>,
               python3-pytest-xdist <!nocheck>,
               python3-ruamel.yaml <!nocheck>,
               python3-setuptools,
               python3-ujson <!nocheck>,
Standards-Version: 4.6.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/gnome-team/buildstream
Vcs-Git: https://salsa.debian.org/gnome-team/buildstream.git
Homepage: https://buildstream.build/

Package: buildstream
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
         python3-buildstream (= ${binary:Version})
Recommends: gir1.2-ostree-1.0,
            git,
            python3-bst-external,
            python3-gi
Description: toolset for the Buildstream project
 BuildStream is a GNOME project to improve the continuous integration
 of complex systems and applications. The project aims to pay special
 attention to those developers and integrators who care about the
 maintainability of their projects during a long period of time.
 .
 BuildStream is also a powerful and flexible software integration toolset.
 It has been designed to create different outputs out of a unique input
 and, at the same time, it is able to adapt to complex workflows, even
 when additional build tools are required. An important part of
 BuildStream is a sister project called BuildGrid, that allows
 BuildStream to build at scale.
 .
 This package provides the toolset, accessible with the `bst` command.

Package: python3-buildstream
Section: python
Architecture: all
Depends: ${misc:Depends},
         bubblewrap,
         ${python3:Depends},
         python3-fuse
Description: Python library for BuildStream toolset
 BuildStream is a GNOME project to improve the continuous integration
 of complex systems and applications. The project aims to pay special
 attention to those developers and integrators who care about the
 maintainability of their projects during a long period of time.
 .
 BuildStream is also a powerful and flexible software integration toolset.
 It has been designed to create different outputs out of a unique input
 and, at the same time, it is able to adapt to complex workflows, even
 when additional build tools are required. An important part of
 BuildStream is a sister project called BuildGrid, that allows
 BuildStream to build at scale.
 .
 This package provides the Python3 libraries.