chiark / gitweb /
testing: Add skip-not-installable restriction to vsn-specific tests
[chiark-tcl.git] / debian / regenerate-autopkgtests
index 3213e22b9e4171dca02840bb9f2e52d778731765..dc465c3fe43a37d6a7bc4866170c8ccee247f6ca 100755 (executable)
@@ -25,6 +25,10 @@ for sv in */debian-substvars; do
                chmod +x $dt/$t
                echo >&4 "Tests: $t"
                sed "s/^shlibs:Depends=/Depends: tcl$v, /" >&4 $sv
+               case $v in
+               '')     ;;
+               ?*)     echo >&4 'Restrictions: skip-not-installable' ;;
+               esac
                echo >&4
        done
        echo