install examples

This commit is contained in:
Sandro Tosi 2020-08-23 23:17:58 -04:00
parent c24dba3bf2
commit d15356d2d5
2 changed files with 5 additions and 1 deletions

3
debian/changelog vendored
View file

@ -17,10 +17,11 @@ python-click (7.1.2-1) UNRELEASED; urgency=medium
- add sphinx.issues to b-d, needed by doc
* debian/rules
- properly build doc and installd it in the right -doc location
- install examples
* debian/python-click-doc.doc-base
- adjust doc-base to new doc location
-- Sandro Tosi <morph@debian.org> Sun, 23 Aug 2020 23:14:20 -0400
-- Sandro Tosi <morph@debian.org> Sun, 23 Aug 2020 23:17:52 -0400
python-click (7.0-3) unstable; urgency=medium

3
debian/rules vendored
View file

@ -17,3 +17,6 @@ ifeq (,$(findstring nodoc, $(DEB_BUILD_OPTIONS)))
http_proxy='http://127.0.0.1:9/' PYTHONPATH=src/ python3 -m sphinx -N -E -b html docs/ debian/python-click-doc/usr/share/doc/python-click-doc/html/
dh_sphinxdoc
endif
override_dh_installexamples:
dh_installexamples -ppython-click-doc examples/*