File: control

package info (click to toggle)
zxing-cpp 2.3.0-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 26,832 kB
  • sloc: cpp: 32,803; ansic: 18,360; php: 1,156; python: 215; makefile: 28; 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