From 240279b35908ba2b6ebc54bf1ac981d67ee45e29 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 2 Mar 2024 09:43:42 +0100 Subject: Using dedidated debhelper files for docs installation. Signed-off-by: Daniel Baumann --- debian/python3-tqdm.docs | 2 ++ debian/rules | 3 --- 2 files changed, 2 insertions(+), 3 deletions(-) create mode 100644 debian/python3-tqdm.docs diff --git a/debian/python3-tqdm.docs b/debian/python3-tqdm.docs new file mode 100644 index 0000000..d6bab39 --- /dev/null +++ b/debian/python3-tqdm.docs @@ -0,0 +1,2 @@ +CONTRIBUTING.md +README.rst diff --git a/debian/rules b/debian/rules index ab3d3c6..bb9a535 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_installdocs: - dh_installdocs -A CONTRIBUTING.md README.rst - override_dh_installexamples: dh_installexamples -A examples/* -- cgit v1.2.3