Convert README to restructured text before generating the docs master
authorFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 4 Oct 2016 20:53:10 +0000 (22:53 +0200)
committerFrantišek Dvořák <valtri@civ.zcu.cz>
Tue, 4 Oct 2016 20:53:10 +0000 (22:53 +0200)
debian/changelog
debian/control
debian/rules

index 1f8e2d5..7e898b0 100644 (file)
@@ -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 <valtri@civ.zcu.cz>  Wed, 16 Sep 2015 10:56:06 +0200
+ -- František Dvořák <valtri@civ.zcu.cz>  Tue, 04 Oct 2016 22:50:01 +0200
index ed0b197..d575b29 100644 (file)
@@ -5,6 +5,7 @@ Maintainer: CESNET <cloud@rt4.cesnet.cz>
 Uploaders: František Dvořák <valtri@civ.zcu.cz>
 Build-Depends: debhelper (>= 9~),
                dh-python,
+               pandoc,
                python-all (>= 2.7),
                python-setuptools,
                python3-all,
index 5abab74..899b989 100755 (executable)
@@ -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