File: control

package info (click to toggle)
mini-buildd 1.0.29
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,532 kB
  • ctags: 1,862
  • sloc: sh: 13,009; python: 7,051; makefile: 194; cpp: 70
file content (94 lines) | stat: -rw-r--r-- 3,090 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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
Source: mini-buildd
Section: devel
Priority: extra
Maintainer: Stephan Sürken <absurd@debian.org>
X-Python-Version: >=2.7
Build-Depends: debhelper (>= 10),
               dh-python,
               dh-systemd (>= 1.5),
               man-db (>= 2.5.1),
               po-debconf,
               python (>= 2.7),
               python-setuptools,
               python-sphinx (>= 1.1.3),
               python-pygraphviz,
               help2man,
               python-argparse,
               python-argcomplete (>= 0.5.4),
               python-keyring (>= 1.6),
               python-daemon (>= 2.0.5),
               python-debian (>= 0.1.18~),
               python-cherrypy3,
               python-pyftpdlib (>= 1.2.0),
               python-django (>= 1.7),
               python-django (<< 1:1.11),
               python-django-registration (>= 2.0.4),
               gnupg
Standards-Version: 3.9.8
Vcs-Git: git://anonscm.debian.org/git/collab-maint/mini-buildd.git
Vcs-Browser: https://anonscm.debian.org/git/collab-maint/mini-buildd.git
Homepage: http://mini-buildd.installiert.net/

Package: python-mini-buildd
Section: python
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         python-argparse,
         python-argcomplete (>= 0.5.4),
         python-keyring (>= 1.6),
         python-debian (>= 0.1.25~),
         python-django (>= 1.7.4),
         python-django (<< 1:1.11),
         python-django-registration (>= 2.0.4)
Description: minimal build daemon - python library and user tool
 Mini-buildd is an easy-to-configure autobuilder and
 repository for deb packages.
 .
 This package includes the control utility "mini-buildd-tool" along
 with the "mini_buildd" Python package.

Package: mini-buildd
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends},
         ${sphinxdoc:Depends},
         lsb-base (>= 3.0-6),
         python-mini-buildd (= ${binary:Version}),
         mini-buildd-common (= ${binary:Version}),
         python-daemon (>= 2.0.5),
         python-cherrypy3,
         python-pyftpdlib (>= 1.2.0),
         libjs-jquery,
         adduser,
         sudo,
         gnupg,
         dirmngr,
         reprepro (>= 5),
         debootstrap (>= 1.0.81~),
         schroot (>= 1.6.10-2~),
         schroot (<< 1.7),
         sbuild (>= 0.72),
         dpkg-dev (>= 1.17.27~),
         devscripts (>= 2.14.5~),
         lintian
Recommends: python-apt
Suggests: haveged, lvm2, qemu-user-static, binfmt-support, btrfs-progs
Breaks: mini-buildd-rep (<< 1.0.0~),
        mini-buildd-bld (<< 1.0.0~)
Replaces: mini-buildd-rep,
          mini-buildd-bld
Description: minimal build daemon - daemon
 Mini-buildd is an easy-to-configure autobuilder and
 repository for deb packages.
 .
 This package provides the main daemon.

Package: mini-buildd-common
Architecture: all
Multi-Arch: foreign
Depends: ${misc:Depends}
Description: minimal build daemon - 08x upgrade dummy package
 This is a dummy package assuring mini-buildd-common is
 upgraded (as a possible purge of the 0.8.x package
 would badly break mini-buildd 1.0).