File: control

package info (click to toggle)
zxing-cpp 3.0.2%2Bds-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 30,204 kB
  • sloc: ansic: 69,384; cpp: 34,624; php: 2,790; python: 199; makefile: 31; sh: 3
file content (8 lines) | stat: -rw-r--r-- 433 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
# Manually specify autopkgtest instead of autodep8
# due to the package only supporting py3versions -d
# instead of py3versions -s or py3versions -r.
#
Test-Command: set -e ; for py in $(py3versions -d 2>/dev/null) ; do cd "$AUTOPKGTEST_TMP" ; echo "Testing with $py:" ; $py -c "import zxingcpp; print(zxingcpp)" ; done
Depends: python3, python3-zxing-cpp
Restrictions: allow-stderr, superficial
Features: test-name=autodep8-python3