[Python-modules-commits] [flask-compress] 02/02: Ensure installation of other files before pandoc.

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 5614ac11a522a44901bbf473d1e7c20ccc082845
Author: Dominik George <nik at naturalnet.de>
Date:   Thu Sep 29 11:48:46 2016 +0200

    Ensure installation of other files before pandoc.
---
 debian/rules | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/rules b/debian/rules
index ef11f90..d78338d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,6 +7,7 @@ export PYBUILD_NAME=flask-compress
 	dh $@ --with python2,python3 --buildsystem=pybuild
 
 override_dh_installdocs:
+	dh_installdocs
 	# Convert markdown to HTML because this specific markdown
 	# file is close to unreadable
 	pandoc -f markdown_github \

-- 
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