diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-02 08:42:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-03-02 08:42:56 +0000 |
commit | 51a33495ec03ac826948ab805aefc3a91ab6376a (patch) | |
tree | 2fb88b89e241a5710617c2e0e598b5917e433ada | |
parent | Removing python3p12_compat.patch, not needed anymore with new upstream version. (diff) | |
download | tqdm-51a33495ec03ac826948ab805aefc3a91ab6376a.tar.xz tqdm-51a33495ec03ac826948ab805aefc3a91ab6376a.zip |
Using dedidated debhelper files for manpages installation.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-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 |