fix debian package

Signed-off-by: ale <ale@manalejandro.com>
Este commit está contenido en:
ale
2026-01-18 03:22:33 +01:00
padre ea43e3463d
commit fa7638c438
Se han modificado 3 ficheros con 5 adiciones y 5 borrados

1
debian/compat vendido
Ver fichero

@@ -1 +0,0 @@
13

7
debian/control vendido
Ver fichero

@@ -3,11 +3,12 @@ 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-pip,
python3-venv
python3-wheel,
python3-build,
python3-pip
Standards-Version: 4.6.2
Homepage: https://github.com/manalejandro/debai
Vcs-Git: https://github.com/manalejandro/debai.git

2
debian/rules vendido
Ver fichero

@@ -4,7 +4,7 @@ export DH_VERBOSE = 1
export PYBUILD_NAME = debai
%:
dh $@ --with python3 --buildsystem=pybuild
dh $@ --with python3
override_dh_auto_build:
dh_auto_build