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

cat <<EOF
Test-Command: $(env | grep pkg_puppet_module | tr '$\n' ' ') /usr/bin/dh_puppet_module_autopkgtest debian/tests/module_test.pp
Depends: @, dh-puppet, puppet-agent, ${pkg_puppet_module_extra_depends:-}
Restrictions: needs-root, isolation-container, ${pkg_puppet_module_extra_restrictions:-}
Features: test-name=dh-puppet-module-autopkgtest
EOF

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