File: control

package info (click to toggle)
buildstream 1.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,104 kB
  • sloc: python: 24,670; makefile: 71; sh: 25
file content (80 lines) | stat: -rw-r--r-- 3,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
# This file is autogenerated. DO NOT EDIT!
#
# Modifications should be made to debian/control.in instead.
# This file is regenerated automatically in the clean target.
Source: buildstream
Section: gnome
Priority: optional
Maintainer: Debian GNOME Maintainers <pkg-gnome-maintainers@lists.alioth.debian.org>
Uploaders: Jeremy Bicha <jbicha@debian.org>
Build-Depends: debhelper-compat (= 12),
               bubblewrap,
               dh-python,
               gnome-pkg-tools (>= 0.10),
               libfuse-dev <!nocheck>,
               pylint3 <!nocheck>,
               python3,
               python3-click <!nocheck>,
               python3-coverage <!nocheck>,
               python3-grpcio <!nocheck>,
               python3-jinja2 <!nocheck>,
               python3-pip <!nocheck>,
               python3-psutil <!nocheck>,
               python3-pluginbase <!nocheck>,
               python3-protobuf <!nocheck>,
               python3-pytest <!nocheck>,
               python3-pytest-cov <!nocheck>,
               python3-pytest-pep8 <!nocheck>,
               python3-pytest-pylint <!nocheck>,
               python3-pytest-runner,
               python3-pytest-timeout <!nocheck>,
               python3-pytest-xdist <!nocheck>,
               python3-ruamel.yaml <!nocheck>,
               python3-setuptools,
               python3-wheel <!nocheck>,
Standards-Version: 4.3.0
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: python3-bst-external
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},
         ${python3:Depends}
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.