[Python-modules-commits] [flask-compress] 01/02: Fix path to markdown.

Dominik George natureshadow-guest at moszumanska.debian.org
Thu Sep 29 09:49:39 UTC 2016


This is an automated email from the git hooks/post-receive script.

natureshadow-guest pushed a commit to branch master
in repository flask-compress.

commit ea8324e2056a551575ae951ae008270abf70b552
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Sep 29 11:45:42 2016 +0200

    Fix path to markdown.
---
 debian/rules | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/debian/rules b/debian/rules
index 5ac9f11..ef11f90 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,8 @@ override_dh_installdocs:
 	# Convert markdown to HTML because this specific markdown
 	# file is close to unreadable
 	pandoc -f markdown_github \
-	    -o usr/share/doc/python-flask-compress/README.html \
-	    usr/share/doc/python-flask-compress/README.md
+	    -o debian/python-flask-compress/usr/share/doc/python-flask-compress/README.html \
+	    debian/python-flask-compress/usr/share/doc/python-flask-compress/README.md
 	pandoc -f markdown_github \
-	    -o usr/share/doc/python3-flask-compress/README.html \
-	    usr/share/doc/python3-flask-compress/README.md
+	    -o debian/python3-flask-compress/usr/share/doc/python3-flask-compress/README.html \
+	    debian/python3-flask-compress/usr/share/doc/python3-flask-compress/README.md

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/flask-compress.git



More information about the Python-modules-commits mailing list