summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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/*