File: control

package info (click to toggle)
debocker 0.2.2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 148 kB
  • sloc: python: 539; sh: 55; makefile: 19
file content (26 lines) | stat: -rw-r--r-- 858 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
Source: debocker
Maintainer: Tomasz Buchert <tomasz@debian.org>
Section: devel
Priority: optional
Build-Depends: debhelper (>= 12),
               debhelper-compat (= 12),
               dh-python,
               python3 (>= 3.3),
               python3-setuptools
Standards-Version: 4.3.0
Vcs-Browser: https://salsa.debian.org/debian/debocker
Vcs-Git: https://salsa.debian.org/debian/debocker.git
Homepage: https://people.debian.org/~tomasz/debocker.html

Package: debocker
Architecture: all
Depends: python3 (>= 3.3),
         python3-click,
         ${misc:Depends},
         ${python3:Depends},
         ${shlibs:Depends}
Recommends: docker.io
Description: docker-powered package builder for Debian
 debocker builds Debian packages using docker. It is also capable to
 create bundles that can be shared to build the same package on
 a different machine.