[med-svn] [metaphlan2] 04/04: Better formated html output

Andreas Tille tille at debian.org
Tue Sep 13 07:30:36 UTC 2016


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

tille pushed a commit to branch master
in repository metaphlan2.

commit fdbea9ef6fe08f3839a3581f2eb62268cb098774
Author: Andreas Tille <tille at debian.org>
Date:   Tue Sep 13 09:16:53 2016 +0200

    Better formated html output
---
 debian/control | 2 +-
 debian/rules   | 3 +--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index aaa87b4..2c85924 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Priority: optional
 Build-Depends: debhelper (>= 9),
                python-all,
                dh-python,
-               python-markdown,
+               pandoc,
                bowtie2
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-med/metaphlan2.git
diff --git a/debian/rules b/debian/rules
index 58cbf32..03f9d2f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,14 +1,13 @@
 #!/usr/bin/make -f
 
 # DH_VERBOSE := 1
-export LC_ALL=C.UTF-8
 
 %:
 	dh $@  --with python2
 
 override_dh_auto_build:
 	dh_auto_build
-	markdown_py -f README.html README.md
+	pandoc -s --from markdown --to html README.md > README.html
 
 override_dh_installchangelogs:
 	dh_installchangelogs changeset.txt

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/metaphlan2.git



More information about the debian-med-commit mailing list