build-debian: Experimental is based on Unstable

This commit is contained in:
Johan Gunnarsson 2023-07-23 21:20:30 +02:00
parent 18552cee60
commit 5cd7926c90
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ esac
case "${OS}-${ARCH}-${DIST}" in
debian-*-rc-buggy|debian-*-experimental)
TARGET=testing
TARGET=unstable
;;
*)
TARGET="${DIST}"