File: control

package info (click to toggle)
odt2txt 0.5-7
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 236 kB
  • sloc: ansic: 1,628; makefile: 106; sh: 10
file content (11 lines) | stat: -rw-r--r-- 443 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Test-Command: cp debian/tests/file.odt $AUTOPKGTEST_TMP;
              cd $AUTOPKGTEST_TMP;
              odt2txt --output=file.txt file.odt;
              file --mime-type file.txt | grep 'text/plain'
Depends: @, file

Test-Command: cp debian/tests/file.odt $AUTOPKGTEST_TMP;
              cd $AUTOPKGTEST_TMP;
              odt2txt --raw --output=file.xml file.odt;
              file --mime-type file.xml | grep 'text/xml'
Depends: @, file