summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-02 08:43:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-03-02 08:43:42 +0000
commit240279b35908ba2b6ebc54bf1ac981d67ee45e29 (patch)
tree50aabf01dcf218acf68e59f039212b8b2dd45d2e
parentUsing dedidated debhelper files for manpages installation. (diff)
downloadtqdm-240279b35908ba2b6ebc54bf1ac981d67ee45e29.tar.xz
tqdm-240279b35908ba2b6ebc54bf1ac981d67ee45e29.zip
Using dedidated debhelper files for docs installation.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
-rw-r--r--debian/python3-tqdm.docs2
-rwxr-xr-xdebian/rules3
2 files changed, 2 insertions, 3 deletions
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/*