Andreas Tille pushed to branch master at Debian Med / multiqc
Commits: 2e375dc8 by Andreas Tille at 2021-02-24T10:40:48+01:00 Add Recommends: pandoc and texlive-xetex (see debian/tests/README.tests) - - - - - 3 changed files: - debian/changelog - debian/control - + debian/tests/README.tests Changes: ===================================== debian/changelog ===================================== @@ -1,3 +1,10 @@ +multiqc (1.9+dfsg-3) UNRELEASED; urgency=medium + + * Add Recommends: pandoc and texlive-xetex (see debian/tests/README.tests) + TODO: Complete test by data in multi-tarball source package + + -- Andreas Tille <[email protected]> Wed, 24 Feb 2021 10:39:05 +0100 + multiqc (1.9+dfsg-2) unstable; urgency=medium * Team upload. ===================================== debian/control ===================================== @@ -49,7 +49,9 @@ Recommends: libjs-jquery-tablesorter, libjs-jquery-ui, node-clipboard, - libjs-filesaver + libjs-filesaver, + pandoc, + texlive-xetex, Enhances: adapterremoval, afterqc, ===================================== debian/tests/README.tests ===================================== @@ -0,0 +1,27 @@ +Date: Tue, 23 Feb 2021 22:21:29 -0800 +From: Tassia Camoes Araujo <[email protected]> + +Hi Andreas, + +I've just uploaded my script with the data portion commented, and a link +to the procedure to embed data as well. + +On a side note, the program will output an error: + +[ERROR ] multiqc : Could not include file +'assets/fonts/glyphicons-halflings-regular.svg': [Errno 2] No such file +or directory: +'/tmp/tmpax0rd_s5/assets/fonts/glyphicons-halflings-regular.svg' + +But this does not prevent it from generating the report, and a nice one, +I didn't see anything broken. In any case, the needed file is provided +by the package fonts-glyphicons-halflings at the path +/usr/share/fonts-glyphicons/glyphicons-halflings-regular.svg (so maybe +an easy fix?) + +On a side note, in order for the --pdf option to work you need to have 2 +extra packages that are not in "Recommends": pandoc and texlive-xetex. + +I hope this helps! + +Tassia. View it on GitLab: https://salsa.debian.org/med-team/multiqc/-/commit/2e375dc875e1d651e153eb52b4ea2585b281a101 -- View it on GitLab: https://salsa.debian.org/med-team/multiqc/-/commit/2e375dc875e1d651e153eb52b4ea2585b281a101 You're receiving this email because of your account on salsa.debian.org.
_______________________________________________ debian-med-commit mailing list [email protected] https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/debian-med-commit
