Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2026-01-19 00:03:30 +01:00
padre 2156c1d301
commit 8ccd72b675
Se han modificado 15 ficheros con 201 adiciones y 36 borrados

6
debian/control vendido
Ver fichero

@@ -3,12 +3,14 @@ Section: utils
Priority: optional
Maintainer: Debai Team <debai@example.com>
Build-Depends: debhelper-compat (= 13),
dh-python,
dh-sequence-python3,
python3-all,
python3-setuptools,
python3-wheel,
python3-build,
python3-pip
python3-pip,
pybuild-plugin-pyproject
Standards-Version: 4.6.2
Homepage: https://github.com/manalejandro/debai
Vcs-Git: https://github.com/manalejandro/debai.git
@@ -29,7 +31,7 @@ Depends: ${python3:Depends},
python3-gi,
gir1.2-gtk-4.0,
gir1.2-adw-1
Recommends: docker.io,
Recommends: docker-ce,
qemu-utils,
genisoimage
Suggests: qemu-system-x86

Ver fichero

@@ -1 +1 @@
debian/tmp/man/debai.1 usr/share/man/man1/
docs/debai.1

12
debian/rules vendido
Ver fichero

@@ -2,17 +2,14 @@
export DH_VERBOSE = 1
export PYBUILD_NAME = debai
export PYBUILD_SYSTEM = pyproject
export PYBUILD_DESTDIR = debian/debai
%:
dh $@ --with python3
dh $@ --with python3 --buildsystem=pybuild
override_dh_auto_build:
dh_auto_build
# Build man pages
mkdir -p debian/tmp/man
help2man --no-info --name="AI Agent Management System" \
--output=debian/tmp/man/debai.1 \
./src/debai/cli/main.py || true
override_dh_auto_install:
dh_auto_install
@@ -29,9 +26,6 @@ override_dh_auto_install:
install -D -m 644 data/config/debai.yaml \
debian/debai/etc/debai/config.yaml
override_dh_installman:
dh_installman debian/tmp/man/*.1 || true
override_dh_installsystemd:
dh_installsystemd --name=debai