From: František Dvořák Date: Tue, 4 Oct 2016 20:53:10 +0000 (+0200) Subject: Convert README to restructured text before generating the docs X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=0fb20dc53ff7c81563e96813592e14126aa66c31;p=packaging-deb-pOCCI.git Convert README to restructured text before generating the docs --- diff --git a/debian/changelog b/debian/changelog index 1f8e2d5..7e898b0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,5 +1,5 @@ -python-pocci (0.0.2-0~20150915git8b98b05) stable; urgency=low +python-pocci (0.0.2-0~20161004gitd7ab21f) stable; urgency=low * Initial package - -- FrantiÅ¡ek Dvořák Wed, 16 Sep 2015 10:56:06 +0200 + -- FrantiÅ¡ek Dvořák Tue, 04 Oct 2016 22:50:01 +0200 diff --git a/debian/control b/debian/control index ed0b197..d575b29 100644 --- a/debian/control +++ b/debian/control @@ -5,6 +5,7 @@ Maintainer: CESNET Uploaders: FrantiÅ¡ek Dvořák Build-Depends: debhelper (>= 9~), dh-python, + pandoc, python-all (>= 2.7), python-setuptools, python3-all, diff --git a/debian/rules b/debian/rules index 5abab74..899b989 100755 --- a/debian/rules +++ b/debian/rules @@ -12,6 +12,7 @@ PY3VER := $(shell py3versions -vds) override_dh_auto_build: dh_auto_build + pandoc -t rst < README.md > README.rst PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml doc/ build/html # unbundle available javascript libraries rm -f build/html/_static/jquery.js