From 0fb20dc53ff7c81563e96813592e14126aa66c31 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Tue, 4 Oct 2016 22:53:10 +0200 Subject: [PATCH] Convert README to restructured text before generating the docs --- debian/changelog | 4 ++-- debian/control | 1 + debian/rules | 1 + 3 files changed, 4 insertions(+), 2 deletions(-) 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 -- 1.8.2.3