diff options
-rw-r--r-- | debian/python3-tqdm.manpages | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
2 files changed, 1 insertions, 3 deletions
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 |