From 56a77bc8956400496df46c6ba38e9a0e17be19dc Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 5 Feb 2025 19:15:42 +0100 Subject: [PATCH] Using dedidated debhelper files for manpages installation. Signed-off-by: Daniel Baumann --- debian/python3-tqdm.manpages | 1 + debian/rules | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) create mode 100644 debian/python3-tqdm.manpages diff --git a/debian/python3-tqdm.manpages b/debian/python3-tqdm.manpages new file mode 100644 index 0000000..510a308 --- /dev/null +++ b/debian/python3-tqdm.manpages @@ -0,0 +1 @@ +tqdm/tqdm.1 diff --git a/debian/rules b/debian/rules index 93ba5b1..ab3d3c6 100755 --- a/debian/rules +++ b/debian/rules @@ -5,9 +5,6 @@ export PYBUILD_TEST_ARGS=--verbose -k 'not test_comppath and not test_imap and n %: dh $@ --with python3 --buildsystem=pybuild -override_dh_installman: - dh_installman -ppython3-tqdm tqdm/tqdm.1 - override_dh_installdocs: dh_installdocs -A CONTRIBUTING.md README.rst