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
|
Requisites
==========
Build and installation requirements
-----------------------------------
In order to build and install Deb-o-Matic, the following packages are required:
* python3 (>= 3.9)
The following packages are required to install documentation and translations:
* python3-sphinx
* texlive-latex-base
* texlive-latex-recommended
* texlive-fonts-recommended
* texlive-latex-extra
* gettext
* latexmk
Runtime requirements
--------------------
In order to be able to run Deb-o-Matic, the following packages are required:
* python3 (>= 3.9)
* sbuild (>= 0.67.0-1)
* mmdebstrap
To enable additional features, you may want to install these packages:
* python3-pyinotify (>= 0.8.6)
* gpgv (>= 2.1)
* debian-archive-keyring
* ubuntu-archive-keyring or ubuntu-keyring
* lintian
* piuparts (>= 1.5.0)
* autopkgtest (>= 4.0)
* blhc
* devscripts
* apt-utils
* gnupg (>= 2.1)
An Internet connection is also required, broadband access is recommended
because underlying programs will fetch a lot of megabytes from remote locations
in order to create the chroots or satisfy build dependencies.
|