add PKGBUILD, upd DEB builder
This commit is contained in:
53
packaging/debian/files/control
Normal file
53
packaging/debian/files/control
Normal file
@ -0,0 +1,53 @@
|
||||
Source: compute
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: ge <ge@nixhacks.net>
|
||||
Rules-Requires-Root: no
|
||||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-python3,
|
||||
bash-completion,
|
||||
pybuild-plugin-pyproject,
|
||||
python3-poetry-core,
|
||||
python3-setuptools,
|
||||
python3-all,
|
||||
python3-sphinx,
|
||||
python3-sphinx-multiversion,
|
||||
python3-sphinx-argparse,
|
||||
python3-libvirt,
|
||||
python3-lxml,
|
||||
python3-yaml,
|
||||
python3-pydantic
|
||||
Standards-Version: 4.6.2
|
||||
Homepage: https://git.lulzette.ru/hstack/compute
|
||||
|
||||
Package: compute
|
||||
Architecture: all
|
||||
Depends:
|
||||
${python3:Depends},
|
||||
${misc:Depends},
|
||||
qemu-system,
|
||||
qemu-utils,
|
||||
libvirt-daemon,
|
||||
libvirt-daemon-system,
|
||||
libvirt-daemon-driver-qemu,
|
||||
libvirt-clients,
|
||||
python3-libvirt,
|
||||
python3-lxml,
|
||||
python3-yaml,
|
||||
python3-pydantic,
|
||||
mtools,
|
||||
dosfstools,
|
||||
dnsmasq,
|
||||
dnsmasq-base
|
||||
Suggests:
|
||||
compute-doc
|
||||
Description: Compute instances management library (Python 3)
|
||||
|
||||
Package: compute-doc
|
||||
Section: doc
|
||||
Architecture: all
|
||||
Depends:
|
||||
${sphinxdoc:Depends},
|
||||
${misc:Depends},
|
||||
Description: Compute instances management library (documentation)
|
Reference in New Issue
Block a user