File: debcargo.toml

package info (click to toggle)
rust-ognibuild 0.2.6-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,676 kB
  • sloc: makefile: 17
file content (30 lines) | stat: -rw-r--r-- 760 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
overlay = "."
uploaders = ["Jelmer Vernooij <jelmer@debian.org>"]
bin = true
collapse_features = true

[packages.lib]
test_depends = ["mmdebstrap"]
test_architecture = ["!riscv64"]

[packages."lib+upstream"]
test_is_broken=true

[packages."lib+default"]
test_architecture = []
test_is_broken=false

[packages.bin]
recommends = ["brz-debian", "python3-build"]
summary = "Detect and run any build system"
section = "devel"
description = """
Ognibuild is a simple wrapper with a common interface for invoking any kind of
build tool.

The ideas is that it can be run to build and install any source code directory
by detecting the build system that is in use and invoking that with the correct
parameters.

It can also detect and install missing dependencies.
"""