move to python-click

This commit is contained in:
aviau 2018-09-06 15:37:59 -04:00
parent d18dccd99d
commit debbac6d0f
No known key found for this signature in database
GPG key ID: 8F2B113C6535C5A7
2 changed files with 6 additions and 6 deletions

View file

@ -1,15 +1,15 @@
Document: python-click-doc
Document: python-click
Title: Click Documentation
Author: Armin Ronacher
Abstract: Manual for Click
Section: Programming/Python
Format: text
Files: /usr/share/doc/python-click-doc/html/_sources/*.rst.txt
Files: /usr/share/doc/python-click/html/_sources/*.rst.txt
Format: HTML
Index: /usr/share/doc/python-click-doc/html/index.html
Index: /usr/share/doc/python-click/html/index.html
Files:
/usr/share/doc/python-click-doc/html/_static/*
/usr/share/doc/python-click-doc/html/*.html
/usr/share/doc/python-click/html/_static/*
/usr/share/doc/python-click/html/*.html

2
debian/rules vendored
View file

@ -14,6 +14,6 @@ export SOURCE = $(CURDIR)/debian/
override_dh_sphinxdoc:
ifeq (,$(findstring nodocs, $(DEB_BUILD_OPTIONS)))
http_proxy='http://127.0.0.1:9/' PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/python-click-doc/usr/share/doc/python-click-doc/html/
http_proxy='http://127.0.0.1:9/' PYTHONPATH=. sphinx-build -N -q -E -b html docs/ debian/python-click-doc/usr/share/doc/python-click/html/
dh_sphinxdoc
endif