File: new

package info (click to toggle)
devscripts 2.25.32
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 9,800 kB
  • sloc: perl: 28,333; sh: 12,878; python: 4,472; makefile: 382
file content (9 lines) | stat: -rwxr-xr-x 175 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
#!/bin/sh

set -e

for sample in $@; do
    mkdir -p "$sample"/debian/tests
    touch "$sample/debian/control"
    echo "Tests: $sample" > "$sample"/debian/tests/control
done