File: control

package info (click to toggle)
due 3.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 584 kB
  • sloc: sh: 3,348; makefile: 41
file content (28 lines) | stat: -rw-r--r-- 967 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
Source: due
Maintainer: Alex Doyle <adoyle@nvidia.com>
Uploaders: Geert Stappers <stappers@debian.org>
Section: devel
Priority: optional
Rules-Requires-Root: no
Build-Depends: debhelper-compat (= 13),
	       git
Standards-Version: 4.6.0
Homepage: https://github.com/CumulusNetworks/DUE
Vcs-Browser: https://github.com/CumulusNetworks/DUE/tree/debian/master
Vcs-Git: https://github.com/CumulusNetworks/DUE.git -b debian/master

Package: due
Architecture: all
Depends: ${misc:Depends},
	 docker.io | docker-ce | podman,
	 bsdutils (>= 1:2.25.2-6),
	 git,
	 rsync,
	 jq,
	 curl
Recommends: binfmt-support, qemu, qemu-user-static
Description: Dedicated User Environment: manage build environments in Docker containers
 DUE uses templates to generate target specific build images based on any
 version or architecture of any Debian release, and provides a launcher
 application to reduce complexity and let the developer 'just build it',
 whatever 'it' may happen to be.