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 (12 lines) | stat: -rwxr-xr-x 387 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh

cat <<EOF
Test-Command: /usr/lib/dkms/dkms-autopkgtest
Restrictions: needs-root, breaks-testbed, allow-stderr, superficial, ${pkg_dkms_extra_restrictions:-}
Depends: dkms, openssl, linux-doc, dctrl-tools, ${pkg_dkms_extra_depends:-}
Features: test-name=dkms-autopkgtest
EOF

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