31 lines
No EOL
1.4 KiB
Text
31 lines
No EOL
1.4 KiB
Text
Source: deb-mock
|
|
Section: devel
|
|
Priority: optional
|
|
Maintainer: Deb-Mock Team <deb-mock@raines.xyz>
|
|
Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools
|
|
Standards-Version: 4.6.2
|
|
Homepage: https://git.raines.xyz/robojerk/deb-mock
|
|
Vcs-Git: https://git.raines.xyz/robojerk/deb-mock.git
|
|
Vcs-Browser: https://git.raines.xyz/robojerk/deb-mock
|
|
|
|
Package: deb-mock
|
|
Architecture: all
|
|
Depends: ${python3:Depends}, ${misc:Depends}, python3-click (>= 8.0.0), python3-yaml (>= 6.0), python3-jinja2 (>= 3.0.0), python3-requests (>= 2.25.0), sbuild, schroot, debootstrap
|
|
Recommends: ccache, python3-pytest, python3-pytest-cov
|
|
Description: Debian package build environment manager
|
|
Deb-Mock is a low-level utility to create clean, isolated build environments
|
|
for single Debian packages. This tool is a direct functional replacement for
|
|
Fedora's Mock, adapted specifically for Debian-based ecosystems.
|
|
.
|
|
Features include:
|
|
* Isolated chroot environments for package building
|
|
* Multi-package chain building support
|
|
* Build metadata capture and storage
|
|
* Reproducible build enforcement
|
|
* Core configurations for popular distributions
|
|
* Plugin system for extensibility
|
|
* Package management within chroots
|
|
* Advanced build options and debugging tools
|
|
.
|
|
This tool is designed for developers, packagers, and CI/CD systems that need
|
|
reliable, isolated environments for building Debian packages. |