File: control

package info (click to toggle)
python-pweave 0.30.3-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,068 kB
  • sloc: python: 30,281; makefile: 167
file content (26 lines) | stat: -rw-r--r-- 924 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Test-Command: set -e
 ; cp debian/tests/examples/FIR_* "$AUTOPKGTEST_TMP"
 ; cd "$AUTOPKGTEST_TMP"
 ; echo "Testing texw => tex"# => pdf:"
 ; pweave -f tex FIR_design_verb.texw
# ; pdflatex FIR_design_verb.tex
 ; echo "Testing rstw => rst => html:"
 ; pweave -f rst FIR_design.rstw
 ; rst2html FIR_design.rst FIR_design_rst.html
 ; echo "Testing mdw => html (via python-markdown):"
 ; pweave -f md2html FIR_design.mdw
 ; echo "Testing mdw => md => html (via pandoc):"
 ; pweave -f pandoc FIR_design.mdw
 ; pandoc -s --mathjax FIR_design.md -o FIR_design_pandoc.html
 ; echo "Testing mdw => tex"# => pdf:"
 ; pweave -f pandoc2latex FIR_design.mdw
# ; pdflatex FIR_design.tex
Depends: pandoc,
         python3-docutils,
         python3-matplotlib,
         python3-pweave,
         python3-scipy,
         texlive-fonts-recommended,
         texlive-latex-recommended,
         texlive-latex-extra
Restrictions: allow-stderr