From debbac6d0f42723ed3dd8e052278be556d207932 Mon Sep 17 00:00:00 2001 From: aviau Date: Thu, 6 Sep 2018 15:37:59 -0400 Subject: [PATCH] move to python-click --- debian/python-click-doc.doc-base | 10 +++++----- debian/rules | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/debian/python-click-doc.doc-base b/debian/python-click-doc.doc-base index 5709e1d..820309e 100644 --- a/debian/python-click-doc.doc-base +++ b/debian/python-click-doc.doc-base @@ -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 diff --git a/debian/rules b/debian/rules index d2a9fe2..3ac2166 100755 --- a/debian/rules +++ b/debian/rules @@ -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