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

. "$(dirname "$0")"/../common

cat <<EOF
Test-Command: /usr/share/dh-r/pkg-r-autopkgtest
Depends: @, pkg-r-autopkgtest, ${pkg_r_extra_depends:-}
Restrictions: allow-stderr, ${pkg_r_extra_restrictions:-}
Features: test-name=pkg-r-autopkgtest
EOF

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