1
0
Fork 0

Removing generated help2man manpge, the output is not good enough (Closes: #992197).

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-11 18:44:39 +01:00
parent 7fc0489bcb
commit 002652a740
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 0 additions and 7 deletions

1
debian/control vendored
View file

@ -5,7 +5,6 @@ Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
Build-Depends: Build-Depends:
debhelper-compat (= 13), debhelper-compat (= 13),
dh-sequence-python3, dh-sequence-python3,
help2man,
python3-all, python3-all,
python3-setuptools, python3-setuptools,
python3-yaml, python3-yaml,

6
debian/rules vendored
View file

@ -8,11 +8,5 @@ execute_after_dh_auto_install:
mkdir -p debian/gita/usr/share/bash-completion/completions mkdir -p debian/gita/usr/share/bash-completion/completions
cp .gita-completion.bash debian/gita/usr/share/bash-completion/completions/gita cp .gita-completion.bash debian/gita/usr/share/bash-completion/completions/gita
# manpage
mkdir -p debian/gita/usr/share/man/man1
PYTHONPATH=debian/gita/usr/lib/$$(py3versions -d)/dist-packages \
help2man --no-discard-stderr --name 'Manage many git repos' \
debian/gita/usr/bin/gita > debian/gita/usr/share/man/man1/gita.1
override_dh_auto_test: override_dh_auto_test:
# disabled # disabled