File: control

package info (click to toggle)
origami-pdf 2.1.0-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,484 kB
  • sloc: ruby: 17,883; makefile: 8
file content (19 lines) | stat: -rw-r--r-- 921 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Test-Command: pdfcop debian/tests/signed.pdf
Features: test-name=pdfcop

Test-Command: pdfsh < /dev/null | grep Origami
Features: test-name=pdfsh

Test-Command: pdfmetadata debian/tests/plain.pdf
Features: test-name=pdfmetadata

Test-Command: pdfencrypt --password test --output ${AUTOPKGTEST_TMP}/encrypted.pdf debian/tests/plain.pdf && pdftotext -upw test ${AUTOPKGTEST_TMP}/encrypted.pdf -
Depends: @, poppler-utils
Features: test-name=pdfencrypt

Test-Command: pdfdecrypt --password test --output ${AUTOPKGTEST_TMP}/decrypted.pdf debian/tests/encrypted.pdf && pdftotext ${AUTOPKGTEST_TMP}/decrypted.pdf -
Depends: @, poppler-utils
Features: test-name=pdfdecrypt

Test-Command: pdfencrypt --password test --output ${AUTOPKGTEST_TMP}/encrypted.pdf debian/tests/plain.pdf && pdfdecrypt --password test --output ${AUTOPKGTEST_TMP}.plain.pdf ${AUTOPKGTEST_TMP}/encrypted.pdf
Features: test-name=pdfencrypt-then-pdfdecrypt