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 374 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/bin/sh

set -e

cat <<EOF
Test-Command: pybuild-autopkgtest
Depends: @, pybuild-plugin-autopkgtest, @builddeps@, ${pkg_pybuild_extra_depends:-}
Restrictions: allow-stderr, skippable, ${pkg_pybuild_extra_restrictions:-}
Features: test-name=pybuild-autopkgtest
EOF

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