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 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159
|
Source: mini-buildd
Section: devel
Priority: optional
Maintainer: Stephan Sürken <absurd@debian.org>
Build-Depends:
debhelper-compat (= 13),
dh-python,
bash-completion,
man-db (>= 2.5.1),
po-debconf,
python3 (>= 3.11),
python3-setuptools,
python3-packaging,
python3-sphinx (>= 3.5),
python3-pygraphviz,
man2html,
help2man,
python3-dateparser,
python3-argcomplete (>= 2),
python3-keyring (>= 17),
python3-debian (>= 0.1.18~),
python3-distro-info (>= 1.0~),
python3-twisted (>= 24.3),
python3-pyftpdlib (>= 1.2.0),
python3-django (>= 3:3.2),
python3-gpg,
minify,
gnupg,
# Needed for contrib.py only:
python3-bs4,
# Needed for super-portext only:
python3-apt
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Browser: https://salsa.debian.org/debian/mini-buildd
Vcs-Git: https://salsa.debian.org/debian/mini-buildd.git
Homepage: https://mini-buildd.installiert.net/
X-Python3-Version: >= 3.11
Package: python3-mini-buildd
Section: python
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-packaging,
python3-dateparser,
python3-argcomplete (>= 2),
python3-keyring (>= 17),
python3-debian (>= 0.1.25~),
python3-distro-info (>= 1.0~),
python3-twisted (>= 24.3),
python3-pyftpdlib (>= 1.2.0),
python3-django (>= 3:3.2),
python3-gpg,
libjs-jquery,
libjs-jquery-datatables,
# This version fixes Debian bug 960859:
node-clipboard (>= 2.0.6+ds+~cs7.6.4-1~)
Conflicts: python-mini-buildd
Replaces: python-mini-buildd
Suggests:
python3-bs4,
# For API call 'debmirror'
debmirror
Description: minimal build daemon - Python library and user tool
Mini-buildd is an easy-to-configure autobuilder and
repository for deb packages.
.
This package contains the "mini_buildd" Python package.
Package: mini-buildd
Architecture: all
Pre-Depends:
# We need sbuild group as created by sbuild (or sbuild-schroot since 0.91) pre-existing for mini-buildd.postinst
sbuild-schroot | sbuild (>= 0.72),
${misc:Pre-Depends}
Depends:
${misc:Depends},
${python3:Depends},
python3-mini-buildd (= ${binary:Version}),
adduser,
sudo,
# >= 2.2.26 to avoid bugs #972525 #868550
gnupg (>= 2.2.26),
dirmngr,
# Avoid bugs 1050321, 1056380
reprepro (>= 5.3.1-4~),
debootstrap (>= 1.0.126+nmu1~),
# debootstrap needs ``zstdcat`` for "newer Ubuntus"
zstd,
schroot (>= 1.6.10-3~),
schroot (<< 1.7),
dpkg-dev (>= 1.17.27~),
devscripts (>= 2.14.5~)
Recommends:
lintian,
piuparts,
autopkgtest,
mini-buildd-doc,
python3-apt,
# Make convenience list of available system's architectures available
arch-test
Suggests:
debian-archive-keyring,
ubuntu-keyring,
haveged,
lvm2,
qemu-user-static (>= 1:5.2),
binfmt-support,
btrfs-progs,
openssl
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-utils
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
python3-mini-buildd (= ${binary:Version}),
python3-apt
Recommends:
# for bootstrap-apt (handy to parse json from shell generally)
jq,
# for bootstrap-apt
lsb-release
Replaces: python-mini-buildd, python3-mini-buildd (<< 1.1.5~)
Breaks: python-mini-buildd, python3-mini-buildd (<< 1.1.5~)
Description: minimal build daemon - utilities
Mini-buildd is an easy-to-configure autobuilder and
repository for deb packages.
.
This package provides (optional) utilities, notably mini-buildd-api,
a command line to access the web API.
Package: mini-buildd-doc
Section: doc
Architecture: all
Multi-Arch: foreign
Depends:
${misc:Depends},
${sphinxdoc:Depends}
Replaces: mini-buildd (<< 1.1.5~)
Breaks: mini-buildd (<< 1.1.5~)
Description: minimal build daemon - manual
Mini-buildd is an easy-to-configure autobuilder and
repository for deb packages.
.
This package contains the HTML documentation.
|