File: control

package info (click to toggle)
debocker 0.2.1
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 204 kB
  • sloc: python: 539; sh: 55; makefile: 19
file content (25 lines) | stat: -rw-r--r-- 837 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
Source: debocker
Section: devel
Priority: extra
Maintainer: Tomasz Buchert <tomasz@debian.org>
Build-Depends: debhelper (>= 9),
               dh-python,
               python3 (>= 3.3),
               python3-setuptools
Standards-Version: 3.9.6
Homepage: https://people.debian.org/~tomasz/debocker.html
Vcs-Git: git://anonscm.debian.org/collab-maint/debocker.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/debocker.git

Package: debocker
Architecture: all
Recommends: docker.io
Depends: python3 (>= 3.3),
         python3-click,
         ${misc:Depends},
         ${shlibs:Depends},
         ${python3:Depends}
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.