1
0
Fork 0

Using dedidated debhelper files for docs installation.

Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
Daniel Baumann 2025-02-05 19:15:44 +01:00
parent 56a77bc895
commit 487643d880
Signed by: daniel
GPG key ID: FBB4F0E80A80222F
2 changed files with 2 additions and 3 deletions

2
debian/python3-tqdm.docs vendored Normal file
View file

@ -0,0 +1,2 @@
CONTRIBUTING.md
README.rst

3
debian/rules vendored
View file

@ -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/*