File: control

package info (click to toggle)
mock 1.3.2-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 1,572 kB
  • ctags: 533
  • sloc: python: 4,816; sh: 429; ansic: 66; makefile: 47
file content (26 lines) | stat: -rw-r--r-- 859 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: 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.