#!/bin/sh

set -e

cat <<EOF
Test-Command: phpunit-autopkgtest
Depends: @, phpunit, pkg-php-tools, @builddeps@, ${pkg_php_extra_depends:-}
Restrictions: allow-stderr, skippable, ${pkg_php_extra_restrictions:-}
Features: test-name=phpunit-autopkgtest
EOF

if [ x"${pkg_php_architecture:-}" != x ]; then
    echo Architecture: "${pkg_php_architecture}"
fi
