From f0564271dcd385e6bd784d689366da1c20117762 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 6 Sep 2021 06:08:46 +0200 Subject: Removing generated help2man manpge, the output is not good enough (Closes: #992197). Signed-off-by: Daniel Baumann --- debian/control | 1 - debian/rules | 6 ------ 2 files changed, 7 deletions(-) diff --git a/debian/control b/debian/control index c9bbca6..e3137b3 100644 --- a/debian/control +++ b/debian/control @@ -5,7 +5,6 @@ Maintainer: Daniel Baumann Build-Depends: debhelper-compat (= 13), dh-sequence-python3, - help2man, python3-all, python3-setuptools, python3-yaml, diff --git a/debian/rules b/debian/rules index 5a635a9..753638f 100755 --- a/debian/rules +++ b/debian/rules @@ -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 -- cgit v1.2.3