summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xscripts/build/binary_debian-installer10
1 files changed, 9 insertions, 1 deletions
diff --git a/scripts/build/binary_debian-installer b/scripts/build/binary_debian-installer
index a84c521c3..6c448686a 100755
--- a/scripts/build/binary_debian-installer
+++ b/scripts/build/binary_debian-installer
@@ -762,7 +762,15 @@ EOF
rm -f chroot/binary.sh
mv chroot/root/binary ./
- DISTRIBUTIONS="stable testing unstable"
+ case "${LB_PARENT_DISTRIBUTION}" in
+ wheezy)
+ DISTRIBUTIONS="testing"
+ ;;
+
+ *)
+ DISTRIBUTIONS="stable testing unstable"
+ ;;
+ esac
if [ "${LB_PARENT_DEBIAN_INSTALLER_DISTRIBUTION}" != "${LB_PARENT_DISTRIBUTION}" ]
then