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:
parent
7fc0489bcb
commit
002652a740
2 changed files with 0 additions and 7 deletions
1
debian/control
vendored
1
debian/control
vendored
|
@ -5,7 +5,6 @@ Maintainer: Daniel Baumann <daniel.baumann@progress-linux.org>
|
|||
Build-Depends:
|
||||
debhelper-compat (= 13),
|
||||
dh-sequence-python3,
|
||||
help2man,
|
||||
python3-all,
|
||||
python3-setuptools,
|
||||
python3-yaml,
|
||||
|
|
6
debian/rules
vendored
6
debian/rules
vendored
|
@ -8,11 +8,5 @@ execute_after_dh_auto_install:
|
|||
mkdir -p debian/gita/usr/share/bash-completion/completions
|
||||
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:
|
||||
# disabled
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue