Uploading to unstable

* Uploading to unstable.
  * Do not use rtd theme.

Change-Id: Idd9d1908446de0c2db1edc19eca62fae6c765cd2
This commit is contained in:
Thomas Goirand
2016-10-04 13:29:59 +02:00
parent 0e192d68fa
commit cf50bf2e36
2 changed files with 6 additions and 2 deletions

6
debian/changelog vendored
View File

@@ -1,9 +1,13 @@
python-kafka (0.9.5-3) UNRELEASED; urgency=medium python-kafka (0.9.5-3) UNRELEASED; urgency=medium
[ Ondřej Nový ]
* d/s/options: extend-diff-ignore of .gitreview * d/s/options: extend-diff-ignore of .gitreview
* d/control: Using OpenStack's Gerrit as VCS URLs. * d/control: Using OpenStack's Gerrit as VCS URLs.
-- Ondřej Nový <onovy@debian.org> Mon, 26 Sep 2016 19:10:48 +0200 [ Thomas Goirand ]
* Do not use rtd theme.
-- Thomas Goirand <zigo@debian.org> Tue, 04 Oct 2016 15:01:29 +0200
python-kafka (0.9.5-2) unstable; urgency=medium python-kafka (0.9.5-2) unstable; urgency=medium

2
debian/rules vendored
View File

@@ -27,7 +27,7 @@ override_dh_clean:
rm -rf build kafka-python .coverage kafka_python.egg-info rm -rf build kafka-python .coverage kafka_python.egg-info
override_dh_sphinxdoc: override_dh_sphinxdoc:
PYTHONPATH=. sphinx-build -b html docs debian/python-kafka-doc/usr/share/doc/python-kafka-doc/html PYTHONPATH=. READTHEDOCS=False sphinx-build -b html docs debian/python-kafka-doc/usr/share/doc/python-kafka-doc/html
dh_sphinxdoc -O--buildsystem=python_distutils dh_sphinxdoc -O--buildsystem=python_distutils
# Commands not to run # Commands not to run