🍽 Fork YunoHost — snapshot mangé par la machine à tsoins
Some checks failed
Check for new n releases / updater (push) Has been cancelled
CodeQL / Analyze (python) (push) Has been cancelled

Upstream: https://github.com/YunoHost/yunohost @ 3a5f8bac8301c450897b96cbd43a4c7d3ba750fb
But (José) : transformer tout le code en bions + ploxions du xerboxion.
La carte de digestion vit au labo : /yunohost-digest.json
This commit is contained in:
machine-a-tsoins
2026-07-03 17:20:06 +00:00
commit edb4c397df
395 changed files with 105504 additions and 0 deletions

15
debian/rules vendored Executable file
View File

@@ -0,0 +1,15 @@
#!/usr/bin/make -f
# -*- makefile -*-
%:
dh ${@} --with python3
override_dh_auto_build:
# Generate bash completion file
mkdir -p doc/bash_completion.d
python3 doc/generate_bash_completion.py -o doc/bash_completion.d/yunohost
# Generate zsh completion file
mkdir -p doc/zsh_completion.d
python3 doc/generate_zsh_completion.py -o doc/zsh_completion.d/_yunohost
# Generate man pages
python3 doc/generate_manpages.py --gzip --output doc/yunohost.8.gz