Check one and only one of start, stop are given.
[oweals/busybox.git] / debian / control-extract
1 #!/bin/sh
2 awk "BEGIN { i = 0; } { if (/^Package: $2/) i = 1; if (/^\s*\$/) i = 0; if (/$1:/ && i) print }" < debian/control | sed -e "s,^$1: ,,"