File: generate

package info (click to toggle)
autodep8 0.30
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 276 kB
  • sloc: sh: 1,139; makefile: 31
file content (14 lines) | stat: -rwxr-xr-x 354 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/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