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: mock
Section: devel
Maintainer: Tzafrir Cohen <tzafrir@debian.org>
Priority: extra
Standards-Version: 3.9.8
Build-Depends: debhelper (>= 9.0),
dh-autoreconf,
rpm,
python3 | python3-all,
dh-python,
pkg-config,
bash-completion,
Homepage: https://github.com/rpm-software-management/mock
Vcs-Git: https://anonscm.debian.org/git/collab-maint/mock.git
Vcs-Browser: https://anonscm.debian.org/cgit/collab-maint/mock.git
Package: mock
Architecture: all
Depends: python, ${misc:Depends}, ${python3:Depends},
python3-rpm, yum (>> 3.2.26), usermode, yum-utils, python3-six
Suggests: pigz
Description: Build rpm packages inside a chroot
Mock creates chroots and builds rpms in them. Its only task is to
reliably populate a chroot and attempt to build a package in that
chroot. It is used be the Fedora Extras project to build their
packages cleanly.
|